Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta/WIN key not working on Linux #151

Open
mike-pisman opened this issue Aug 16, 2023 · 1 comment
Open

Meta/WIN key not working on Linux #151

mike-pisman opened this issue Aug 16, 2023 · 1 comment

Comments

@mike-pisman
Copy link

mike-pisman commented Aug 16, 2023

Hi, I am trying to remap copy/paste keys on Linux from ctrl+ to meta+.
The commands work, as I have tested with alt key.

    "alt+c": "cmd:cmd_copy",
    "alt+v": "cmd:cmd_paste",

However, when I try to use meta+c or command+c, it does not do anything. Which key is meta on Linux?

If it helps, for Firefox, to use meta, I have set acceleration key to 91(keycode), which is defined online as OS key??

@wshanks
Copy link
Owner

wshanks commented Aug 16, 2023

Hmm, it should be meta according to the mousetrap documentation. Could it be captured by something else? I haven't tried to check the behavior of meta recently to see if it works on TB 115.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants