-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
In Linux, I map Cmd{V} to Paste, but this does not work for terminal emulator Kitty. Paste action should be mapped within Kitty itself with map kitty_mod+v paste_from_clipboard, and here kitty_mod is still Cmd/Meta.
Now the interesting part is that if I set in keymapper to define Cmd{V} >> Paste and exclude Kitty with [class != 'kitty'], paste in Kitty still does not work. It only works until I delete the whole of the following from keymapper.
[class != 'kitty']
Cmd{V} >> Paste
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels