mouseable icon indicating copy to clipboard operation
mouseable copied to clipboard

Modifier keys state e.g. (Ctrl/Shift/Alt) do not persist across commands

Open fishstik opened this issue 3 years ago • 1 comments

For example, if I have the following config:

{
    "command": {
        "move-right": "Shift+D"
    }
}

I send the following key sequence: Shift down,d down,d up,d down

The cursor will move right only once, and will do nothing until I release Shift and send the command again.

fishstik avatar Jan 23 '22 17:01 fishstik

same issue

tlhc avatar Jul 29 '22 10:07 tlhc