lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.28k stars 161 forks source link

Hyper key support in keybinding? #304

Closed mooreniemi closed 6 years ago

mooreniemi commented 7 years ago

Don't believe this is related to #82.

Using xmodmap I have my Caps Lock key set to be Hyper_L. I like to use Hyper+d to trigger my terminal.

This is considered an invalid keybinding in Tilda but I am unsure why.

Will this be supported or should I just use something else to map Hyper+d -> F1?

lanoxx commented 6 years ago

Its not possible to bind to caps_lock, this is not a modifier that GTK+ can grab. Infact there is also code in place that ignores modifiers such as numlock, scrolllock and capslock.

sespinoza-dev commented 2 years ago

It's not exactly what you asked, but I was able to bind CapsLock to pull-down action in Ubuntu by mapping CapsLock to the Menu key.

In Ubuntu: Keyboard Preferences -> Layouts -> Options -> Caps Lock Behavior -> Make Caps Lock and additional Menu key.

Then go to Tilda Preferences -> keybindings -> Pull down Terminal. and use CapsLock, it will appear "menu" as the one you selected, but it will do the trick, and your CapsLock now will now work as a pull-down terminal.

Cheers!