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

unbind keys #110

Closed whoizit closed 3 years ago

whoizit commented 9 years ago

can u make more universal terminal.

Need 'unbind all' button, for easy use with tailing wm. I need only 6 hotkeys, no more.

pik commented 9 years ago

I think you can write a config-file where everything is unbound (except the keys you use), cp it for multiple terminals, it shouldn't take long?

whoizit commented 9 years ago

Yes, exactly, did not I think about it

pik commented 9 years ago

Actually I may be wrong about it seems that validate_keybinding will get triggered on next wizard load and fail...

whoizit commented 9 years ago

I checked, editing config does not help. There is a default bind. If variable not specified or empty

pik commented 9 years ago

Yeah I saw that after - I'll submit a PR to allow a "" null string in the conf file to mean "do not bind a key to this" ?