An open API service indexing awesome lists of open source software.

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.

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
```