Bug in e16.8. Should be fixed now.
/Kim
Bradley Reed wrote:
I added three keybindings to E, initially using e16keyedit, then later manually by putting the following three lines in $HOME/.e16/e_config.bindings
KeyDown - XF86AudioMute exec /usr/bin/amixer set Master toggle >/dev/null
KeyDown - XF86AudioRaiseVolume exec /usr/bin/amixer set Master 10%+
/dev/null
KeyDown - XF86AudioLowerVolume exec /usr/bin/amixer set Master 10%-
/dev/null
(That's three lines)
They all work great during the session that they were added in, but if I log out, upon login only the first keybinding works. All three are still listed in $HOME/.e16/e_config.bindings though. If I re-add them via e16keyedit, they will work again until logout only.
I thought that maybe the %, the +, or the -, might be causing problems, so I made a couple scripts: (this one I called VolUp)
#!/bin/bash /usr/bin/amixer set Master 10%+ > /dev/null
And changed the keybinding to call it instead: KeyDown - XF86AudioRaiseVolume exec /usr/local/bin/VolUp
But still have the same problem. Is this a bug in E16.8 or am I making the keybindings wrong?
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
