xremap icon indicating copy to clipboard operation
xremap copied to clipboard

Trigger a key sequence, keeping modifiers

Open k0kubun opened this issue 3 years ago • 1 comments

keymap:
  - remap:
      a:
        - Ctrl-Shift-u
        - Ctrl-Shift-2
        - Ctrl-Shift-0
        - Ctrl-Shift-a
        - Ctrl-Shift-c

This holds and releases Ctrl and Shift for each action, but it neds to be held during the entire sequence to make it input a Unicode character in some environments.

original: https://www.reddit.com/r/Ubuntu/comments/rmqm5m/comment/j15xlju/?utm_source=reddit&utm_medium=web2x&context=3

k0kubun avatar Dec 23 '22 18:12 k0kubun

Thanks for filing this! I really need to dig into Rust to be able to help :)

piit79 avatar Dec 29 '22 12:12 piit79