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

Rigth Alt does not work as a modifier key #285

Open
basharkey opened this issue Jul 8, 2021 · 2 comments
Open

Rigth Alt does not work as a modifier key #285

basharkey opened this issue Jul 8, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@basharkey
Copy link

Version (which release did you use?)
master

Describe the bug
Right Alt does not work for keybindings that use Alt as a modifier.

To Reproduce
With the default config
Press Right Ctrl + Right Alt + W to try to activate work mode

Expected behavior
Activate work mode

Actual behavior
Work mode is not activated

@basharkey basharkey added the bug Something isn't working label Jul 8, 2021
@ramirezmike
Copy link
Collaborator

This is actually by design to support some keyboard layouts that use the AltGr key (#210)

However, you can configure nog to use the right alt key by adding this to your config

nog.config.allow_right_alt = true

It looks like this was accidentally omitted from the documentation rewrite. I'll check in an update to that later today.

@ramirezmike
Copy link
Collaborator

re-opening until we update the documentation

@ramirezmike ramirezmike reopened this Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants