"Richard Martin" <[EMAIL PROTECTED]> writes:

> Okay, I have made some progress... I have got xev to report symbols:
>
> "Super_L" for left Windoze, "Menu" for the silly-button.
>
> I am not sure how to get these to work in E's keybindings.cfg. The
> format of the modifiers seems different to the format for the
> __KEY. For example, if I wanted the start Eterm when I press my
> "Super-L" key and the letter "e", how could I achieve this? I tried:
>
>   __NEXT_ACTION
>     __KEY e
>     __EVENT __KEY_PRESS
>     __MODIFIER_KEY Super_L
>     __ACTION __A_EXEC Eterm
>
> But this did not work. (I also tried using "__Super_L" instead.)

I've managed to configure E16 to switch focus with the left 'flag'
button by using xmodmap with a config file like this:

clear Mod4
keycode 115 = Hyper_L
keycode 116 = Hyper_R
add Mod4 = Hyper_L
add Mod4 = Hyper_R

I can then use __MOD4 in the E config file:

  __NEXT_ACTION
    __KEY Tab
    __MODIFIER_KEY __MOD4
    __EVENT __KEY_PRESS
    __ACTION __A_FOCUS_NEXT

-- 
Martin Geisler                       My GnuPG Key: 0xF7F6B57B

See http://gimpster.com/ and http://phpweather.net/ for:
PHP Weather => Shows the current weather on your webpage and
PHP Shell   => A telnet-connection (almost :-) in a PHP page.


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to