On Mon, 17 Apr 2006 20:53:03 +0900 (JST) Yasufumi Haga <[EMAIL PROTECTED]> babbled:
> Hi all > > I'm trying to bind "CTRL+SHIFT+ALT+l" to > "xscreensaver-command -lock" in E17 environment built > with the sources as of April 15. > Using the following command on the commandline, the key > sequence is bound to the command, and works fine. > > $ enlightenment_remote -binding-key-add ANY "l" \ > "CTRL|ALT|SHIFT" 0 "exec" "xscreensaver-command -lock" > > $ enlightenment_remote -binding-key-list > .............................................. > REPLY: BINDING CONTEXT=ANY KEY="l" MODIFIERS=SHIFT|CTRL|ALT ANY_MOD=0 > ACTION="exec" PARAMS="xscreensaver-command -lock" > > But when I use the key bindings setting dialog to bind > the key sequence to the command, the binding won't work, > and "-binding-key-list" show: > > $ enlightenment_remote -binding-key-list > .............................................. > REPLY: BINDING CONTEXT=ANY KEY="L" MODIFIERS=SHIFT|CTRL|ALT ANY_MOD=0 > ACTION="exec" PARAMS="xscreensaver-command -lock" > > The key becomes "L" instead of "l". > > Is this a known issue? aah yes - i see what the problem is. it's using the wrong event field for the key. using the keysym one. > > --- > "Thank you for telling me the truth." --- HAL9000 in "2010" > Yasufumi Haga [EMAIL PROTECTED] > http://homepage3.nifty.com/peterpan/ > fingerprint:0EFA 299A BC32 7D68 1FEF BA2B 804E 9B15 C4F0 F9F0 > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] 裸好多 Tokyo, Japan (東京 日本) ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
