On Mon, Dec 26, 2005 at 05:08:25PM +0100, Penguin Lover ?ffffc1lvaro Castro
squawked:
> Hello!
>
> :-) I have to say that I managed to switch completely
> to Linux!
> I'm very happy with that, although I'm still using a
> couple of closed-source programs (I cannot replace
> them at these moments)
>
> The problem I'm having with them (both) is that they
> use openmotif (I believe, looking inside their /lib
> files) and they have some collisions in its behavior
> against enlightenment.
>
> One of them is, for example, Maya7.0, which uses the
> left button+ALT as combination for camera rotation.
> The point is that the same input combination is used
> by englithenment for Window resizing. Similarly
> happens with ALT+MIDDLE button.
>
> I'm using the enlightenment 16 (the normally
> distributed in gentoo).
>
> Do you know any way to supress this behavior for
> enlightenment (or however), and, if possible, only for
> the problematic windows.
>
Try (caveat: I haven't done this myself before):
copy /usr/share/enlightenment/config/keybindings.cfg to
~/.enlightenment/keybindings.cfg
Edit the file, it should be fairly intuitive. For example, you can
probably just comment out the lines
----begin snip---------
__ACLASS __BGN
__NAME BUTTONBINDINGS
__TYPE __TYPE_NORMAL
__EVENT __MOUSE_PRESS
__BUTTON 1
__MODIFIER_KEY __ALT
__ACTION __A_MOVE
__NEXT_ACTION
__EVENT __MOUSE_PRESS
__BUTTON 1
__MODIFIER_KEY __ALT_SHIFT
__ACTION __A_SWAPMOVE
__NEXT_ACTION
__EVENT __DOUBLE_CLICK
__BUTTON 1
__MODIFIER_KEY __ALT
__ACTION __A_SHADE
__NEXT_ACTION
__EVENT __MOUSE_PRESS
__BUTTON 2
__MODIFIER_KEY __ALT
__ACTION __A_RESIZE
__NEXT_ACTION
__EVENT __DOUBLE_CLICK
__BUTTON 2
__MODIFIER_KEY __ALT
__ACTION __A_MAX_HEIGHT available
__NEXT_ACTION
__EVENT __MOUSE_PRESS
__BUTTON 3
__MODIFIER_KEY __ALT
__ACTION __A_SHOW_MENU "named WINOPS_MENU"
__END
----end snip------------
with C style comments. and get rid of all the mouse bindings on windows.
HTH,
W
--
"`You'd better be prepared for the jump into hyperspace.
It's unpleasently like being drunk.'
`What's so unpleasent about being drunk?'
`You ask a glass of water.'"
- Arthur getting ready for his first jump into hyperspace.
Sortir en Pantoufles: up 44 days, 9:21
--
[email protected] mailing list