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
12
13
# yaml-language-server: $schema=https://raw.githubusercontent.com/luckasRanarison/okey/refs/heads/master/schema/okey.json

keyboards:
  - name: "Tap dance test keyboard"

    tap_dances:
      KEY_S:
        tap: KEY_S
        hold: KEY_LEFTSHIFT

      KEY_H:
        tap: [KEY_H, KEY_I]
        hold: [KEY_H, KEY_E, KEY_Y]