Hi,

Bob Hepple <[EMAIL PROTECTED]> words
        on 15.10.2005 - 09:43 (+1000 Zulu-Time):

> I'm using enlightenment-0.16.7.2_2 on FreeBSD. Seems very nice - just one
> thing I really miss from my old fvwm2 setup. I want a simple mouse click
> to push a window down - to "lower" it.
> 
> I know about Alt-Right click and select from a menu but that's
> just too much fuss. I want my good old Alt-Left mouse click to do a
> "lower".
> 

You have to create a entry in .enlightenment/keybindigs.cfg like this:

        __ACLASS __BGN
          __NAME BUTTONBINDINGS
        ...
        ...
          __NEXT_ACTION
                __EVENT __MOUSE_PRESS
                __BUTTON 3
                __MODIFIER_KEY __NONE
                __ACTION __A_MAX_HEIGHT available
        ...

This actually will resize the window to the max height of the screen.
You have to replace the __ACTION with the apropriate commando. I now
there is a lower kommand, cause i saw it in the e16keyedit. 

Btw, is there somewhere a list of all the commands for the
keybindings.cfg. Would be nice to have an overview. Than it is not a
pain in the ass to modify he keybindigs.cfg ;)

It dont have to be a good looking list, i just want the commands, even
when they are spread in serveral files, it would be good to know in
which one. 

Cheers Erik
-- 
J. Erik Heinz
Keyboard-samuraing in process


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to