On Sat, Feb 07, 2004 at 01:03:36PM +0100, [EMAIL PROTECTED] wrote: > i'd like to remove keybindings temporarily in order to work with those > difficult applications (eg. blender) while having simple bindings > (ALT+<char>) for ion functionality most of the time.
Just bind the key to nil to remove the binding. You can also send bound keys to a window by quoting them with Mod1+K Q. > any chance this will be possible in the direction you are heading? The direction I may be heading is to go back a little and use strings instead of direct function references in the bindings. This might make it a bit easier to configure Ion as it should not be necessary to learn that much Lua for simple configuration, and also make it easier to write configuration programs (the #1 reason for the change). The only problem is doing this cleanly, so that everything isn't duplicated and it doesn't feel too over-engineered. -- Tuomo
