okey-cli 0.1.2

An advanced, easy-to-use key remapper for Linux
Documentation
# yaml-language-server: $schema=https://raw.githubusercontent.com/luckasRanarison/okey/refs/heads/master/schema/okey.json

keyboards:
  - name: "Macro test keyboard"

    keys:
      KEY_Q: [KEY_H, KEY_E, KEY_L, KEY_L, KEY_O]
      KEY_R: { string: "Hi, you!" }
      KEY_W: { env: FOO }
      KEY_T: { unicode: 🙂👍 }
      KEY_Z: { shell: "echo 'foo'", trim: true }

      KEY_X:
        [
          { press: KEY_LEFTSHIFT },
          { hold: KEY_LEFTSHIFT },
          { press: KEY_O },
          { release: KEY_O },
          { release: KEY_LEFTSHIFT },
          { delay: 500 },
          KEY_K,
        ]