On 2005-12-05, Martin Stubenschrott <[EMAIL PROTECTED]> wrote: > On Monday 05 December 2005 13:05, Clemens Fruhwirth wrote: >> A simple key synthesizer using an XSendEvent-ed KeyPress/KeyRelease. > >> Useful for: >> I'm using F2, F3, F4 for ion commands like spawn xterm, run app, or a >> lua prompt. I use these function much more often than functions that are >> bound by applications to F2, F3, F4.. But I need to access these >> function occasionally. Therefor, I use Meta-F2 to synthesize a regular >> F2 event. This can be done by > > Seems a very useful addition for me.
It just doesn't work too well. The WClientWin.quote_next functionality has the same problem. First of all there's of course the SendEvents block that terminals tend to have. Secondly, there's the fact that the event gets sent to the main window and not to the subwindow (*yuck* widget *yuck*) within in. There's a script in the scripts repository that makes it easy to simply unbind keys in Ion temporarily. -- Tuomo
