okey-cli 0.1.2

An advanced, easy-to-use key remapper for Linux
Documentation
1
2
3
4
5
6
7
8
9
10
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/luckasRanarison/okey/refs/heads/master/schema/okey.json

keyboards:
  - name: "Combo test keyboard"

    combos:
      - keys: [KEY_D, KEY_F]
        action: KEY_LEFTCTRL

      - keys: [KEY_U, KEY_I]
        action: [KEY_H, KEY_E, KEY_Y]