CristianHenzel / ClipIt

ClipIt clipboard manager for GTK+
https://github.com/CristianHenzel/ClipIt
GNU General Public License v3.0
650 stars 84 forks source link

what to write for using the escape key as hotkey #163

Closed sidmint closed 3 years ago

sidmint commented 3 years ago

what to write for using the escape key as hotkey, in combination or alone.

i tried Esc, esc, Escape, escape but no success.

peroxy commented 3 years ago

Can you try ESC or GRAVE_ESC or grave_esc or something similar?

sidmint commented 3 years ago

Can you try ESC or GRAVE_ESC or grave_esc or something similar?

no luck

tried combinations of gesc, kc_esc, kc_gesp, *escape, uppercase whole/first alphabet too.

sidmint commented 3 years ago

sorry for the trouble, the code is simply Escape but i don't know why it didn't work before. Maybe it wasn't working due to related key binding I might have removed just moment before testing this.