LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   fluxbox key bindings without meta keys (https://www.linuxquestions.org/questions/linux-general-1/fluxbox-key-bindings-without-meta-keys-177566/)

brassfish 05-03-2004 09:50 PM

fluxbox key bindings without meta keys
 
I'm trying to get ion-like keybindings to work in fluxbox, but it doesn't seem to do anything when I don't put either Mod1, Mod2, or Control in it. For example, the following works:
Code:

Mod1 F1 :ExecCommand fbrun
Whereas this doesn't:
Code:

F1 :ExecCommand fbrun
Is there any way to get around this without having to hack fluxbox? Although I'm sure I could do something like this in fvwm2, I really don't want to have to recreate a fluxbox theme with one measley thing added.

slakmagik 05-03-2004 10:42 PM

Pretty sure flux wants the modifier - doesn't have to be Alt, but it wants one. Happy hacking. ;)

mikshaw 05-04-2004 12:32 AM

Use "None" for a modifier:
Code:

None F1 :ExecCommand fbrun


All times are GMT -5. The time now is 03:39 AM.