Quote (lucky13 @ July 31 2007,08:12) | ||
You can do that with other window managers, including jwm. See exec command: http://joewing.net/programs/jwm/config.shtml#keys And :execCommand in fluxbox: http://fluxbox.sourceforge.net/docs/en/newdoc.keybindings.php#top |
Code Sample |
Control F1 :ExecCommand aterm |
Code Sample |
<Key mask="C" key="F1">exec: aterm</Key> <Key mask="C" key="F2">exec: sudo aterm</Key> |
Quote (lucky13 @ July 31 2007,18:40) | ||||
I set the following in ~/.fluxbox/keys (dsl 4.0a1) and it works:
I'm not a fluxbox fan; I have jwm set up to launch apps by keystroke. I already know the jwm bindings work:
|