You are not logged in.
Pages: 1
Anyone managed to add custom keybindings? I created one to run exige but it doesn't seem to work. I also made the action exec and the params exige like the instructions say but neither work. Just wanting to see if anyone else has had any luck.
Here's the last few lines including my added entry:
REPLY: BINDING CONTEXT=ANY KEY="Tab" MODIFIERS=ALT ANY_MOD=0 ACTION="winlist" PARAMS="next"
REPLY: BINDING CONTEXT=ANY KEY="Tab" MODIFIERS=SHIFT|ALT ANY_MOD=0 ACTION="winlist" PARAMS="prev"
REPLY: BINDING CONTEXT=ANY KEY="g" MODIFIERS=CTRL|ALT ANY_MOD=0 ACTION="edit_mode_toggle" PARAMS=""
REPLY: BINDING CONTEXT=ANY KEY="End" MODIFIERS=CTRL|ALT ANY_MOD=0 ACTION="restart" PARAMS=""
REPLY: BINDING CONTEXT=ANY KEY="Delete" MODIFIERS=CTRL|ALT ANY_MOD=0 ACTION="exit" PARAMS=""
REPLY: BINDING CONTEXT=ANY KEY="Escape" MODIFIERS=ALT ANY_MOD=0 ACTION="exebuf" PARAMS=""
REPLY: BINDING CONTEXT=ANY KEY="F2" MODIFIERS=ALT ANY_MOD=0 ACTION="exige" PARAMS=""
REPLY <- END
Offline
The latest e17 from cvs (or if you are using the founix repo) now has a GUI frontend for changing keybindings, you may want to try that.
Offline
Pages: 1