[EMAIL PROTECTED] wrote:
I wanted for example that an Eterm opens when i press "window-key"
and "e".
So far it only works with "Control"-"Shift"-"e", using the following
configuration in my keybindings.cfg:

  __NEXT_ACTION
    __KEY e
    __EVENT __KEY_PRESS
    __MODIFIER_KEY __CTRL_SHIFT
    __ACTION __A_EXEC Eterm

I've tried all kinds of things like

__MODIFIER_KEY __META

But they all wouldn't work.

I'd appreciate any kind of help,

use __MODIFIER_KEY __WINDOWS_KEY

i use it to zoom windows with windows key + enter key like this:

__NEXT_ACTION
__MODIFIER_KEY __WINDOWS_KEY
__KEY Return
__EVENT __KEY_PRESS
__ACTION __A_ZOOM

modify your [e root]/config/keybindings.cfg file and you may have to restart e :)

-- lee



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to