Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.24 KB

Hyper key.md

File metadata and controls

16 lines (12 loc) · 1.24 KB

Previously, I had this keyboard-map related issue:

Keyboard-map related issue: hyper key not working in gsettings for “org.gnome.desktop.wm.keybindings window/app

This has now been fixed. Here's what the problem was:

  • The modifier map settings are incremental.
  • There was a Hyper key set among the Super keys. Also, mod5 was already to set ISO_Level3_Shift and Mode_switch. I guess meant the Hyper key didn't fire alone, but along e.g. ISO_Level3_Shift.

There's probably a better solution by understanding xkb from the ground up. However, moving the Hyper_L/R binding to mod3 (leaving mod5 untouched) and then changing to Super seems to work.

New kbd maps availalbe here. Look for changes made 2019-11-18 to see exactly what changed.