On Fri, 16 Dec 2005 00:45:51 +0100
Kim Woelders <[EMAIL PROTECTED]> wrote:

> Some new features are:
> - Name changed to e16 (binary, installation and configuration dirs)
> - Built-in composite manager
> - Systray
> - Simplified configuration files
> - Session scripting (do stuff on startup/shutdown)
> 
> If you are new to e16.8, README-0.16.8 may be useful.

This may be due to my stupidity, but I decided to try the new
init/start/stop scripting capabilities of e16.8 and came upon a glitch.

I had moved the following into my e16.8 init script 

# New Laptop's volume keys
/usr/X11R6/bin/xmodmap -e 'keycode 176 = XF86AudioRaiseVolume'
/usr/X11R6/bin/xmodmap -e 'keycode 174 = XF86AudioLowerVolume'
/usr/X11R6/bin/xmodmap -e 'keycode 160 = XF86AudioMute'

instead of where they had been previously (.xsession/.xmodmap/.xprofile .. I 
forget)

I have e16 keybindings for all three of these in $HOME/.e16/e_config.bindings

KeyDown    - XF86AudioRaiseVolume exec /usr/bin/amixer set Master 10%+
KeyDown    - XF86AudioLowerVolume exec /usr/bin/amixer set Master 10%-
KeyDown    - XF86AudioMute exec /usr/bin/amixer set Master toggle

But upon starting e16 these keybindings do not work. If I restart enlightenment 
they work.

Are keybindings assigned before the init script is run?

Brad


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to