I'm trying to assign keyboard shortcuts to key combinations with the Hyper key in GNOME. In the tweak tool, I've assigned Hyper to CapsLock. I have also fixed the issue where Super and Hyper result in the same thing, using this answer. If I look in xev
, if I press CapsLock it now says Hyper_L
as expected, and pressing Super results in Super_L
.
The problem is, if I go to the keyboard shortcut settings and actually assign something, for instance to Hyper+L, it actually says there that the shortcut is set to Hyper+L. But when I exit the settings and press Hyper+L, nothing happens. If I assign the shortcut to Super+L, exit the settings, and press Super+L, the shortcut triggers and does the thing I assigned it to.
How can I make GNOME listen to my Hyper shortcuts?