https://github.com/hatsusixty/genkeys
Generate keybinding definitions in various formats used by many wayland compositors/window managers.
https://github.com/hatsusixty/genkeys
go golang golang-application keybinding keybindings keyboard keyboard-shortcuts wayland wayland-compositor window-manager x11-wm
Last synced: 3 months ago
JSON representation
Generate keybinding definitions in various formats used by many wayland compositors/window managers.
- Host: GitHub
- URL: https://github.com/hatsusixty/genkeys
- Owner: HatsuSixty
- License: mit
- Created: 2023-06-02T02:05:25.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T01:29:24.000Z (over 1 year ago)
- Last Synced: 2025-01-24T17:15:08.987Z (5 months ago)
- Topics: go, golang, golang-application, keybinding, keybindings, keyboard, keyboard-shortcuts, wayland, wayland-compositor, window-manager, x11-wm
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# genkeys
Generate keybinding definitions in various formats used by many wayland compositors/window managers.
## Usage
All usage details can be found in the `help` subcommand of `genkeys`.
## Compiling
If you have the [`go` compiler](https://go.dev/) installed, just run:
```console
$ go build
```