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

Emacs alt-v keybinding triggering solo Alt key in firefox #446

Open
anaxonda opened this issue Mar 24, 2024 · 3 comments
Open

Emacs alt-v keybinding triggering solo Alt key in firefox #446

anaxonda opened this issue Mar 24, 2024 · 3 comments

Comments

@anaxonda
Copy link

One minor thing...

I'm using the provided emacs keybindings. In Firefox when I use alt-v (page-up), page-up does successfully work, but it also triggers a solo alt press (open menu).

Is there any way to separate an alt pressed separately with one thats part of a key sequence?

@k0kubun
Copy link
Contributor

k0kubun commented Mar 25, 2024

You could try the virtual_modifiers feature, or use Super instead of Alt. I personally use the latter method myself for this exact problem.

@anaxonda
Copy link
Author

You use Super systemwide in lieu of Alt (except in emacs I guess)? Or just in firefox?

Is there any way to make Alt behave as normal Alt when pressed singly, and ignored when held?

@k0kubun
Copy link
Contributor

k0kubun commented Apr 27, 2024

Yes. This is what you said:

modmap:
  - remap:
      Alt_L:
        held: KEY_UNKNOWN
        alone: Alt_L

but I think you want to put Alt_L in held and Unknown in alone?

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