mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: June 22 2006,05:30 |
|
As I said, the fluxbox menu in fluxbox 0.1.14 (the version in DSL) cannot be controlled with keys, which is one of only a few problems with keyboard control in that version. In flux devel versions, all you need to do is set a keybind for "rootmenu" add <modifier> <key> :RootMenu to the fluxbox keys file and navigation is controlled by arrow keys. Opening applications is done in the same file. The syntax is <modifier> <key> :ExecCommand <command> If your key combo is a single key without modifiers, use "NONE" as the modifier. An example, using Alt+a to open aterm:
Code Sample | Mod1 A ExecCommand aterm -T "this is aterm from a keybind" |
I really don't know much about jwm, so i can't help there.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|