Servus,
I have a question concerning the default behavior of ion2 when waiting for a
additional key press. In the following I explain my problem with a short
example...
submap(DEFAULT_MOD.."S", {
kpress("AnyModifier+N", WGenFrame.switch_next),
kpress("AnyModifier+P", WGenFrame.switch_prev),
[...]
})
When I use these defined key-bindings, everytime when I press the default
Mod and S the mouse pointer changes into a rectangle, if for example the
Key N follows this rectangle disapears and the defined action take place.
Alright, my problem is this rectangle, I use the small programm unclutter
[/1], that hides the mouse pointer in case of inactivity. But If I use
such a keybinding, like the one I have described, the appearing rectangle
is interpreted by unclutter like a mouse activity. So the mouse pointer
show up again, till the next idle is reached and the mouse pointer hides.
So far, my question is it is possible to deactivate these upcomming
rectangle?
Thanks in any case and for your time, Thomas
___
Annotations:
[/1]: Written by Mark M Martin <[EMAIL PROTECTED]>
http://www.linuxgazette.com/issue01to08/unclutter_mar96.html