nog icon indicating copy to clipboard operation
nog copied to clipboard

Rigth Alt does not work as a modifier key

Open basharkey opened this issue 3 years ago • 2 comments

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 avatar Jul 08 '21 03:07 basharkey

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 avatar Jul 08 '21 14:07 ramirezmike

re-opening until we update the documentation

ramirezmike avatar Jul 09 '21 01:07 ramirezmike