Skip to content

Conflicts with application key mapping #315

@roylez

Description

@roylez

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions