Click to See Complete Forum and Search --> : key bindings
I have a lot of key bindings in fluxbox.
i really want to try out waimea for a change.
does waimea have a way to configure key bindings like fluxbox?
Minus
10-11-2002, 04:08 PM
yea, you can configure keybindings in waimea. In fact, keys are MORE configureable than they are in flux. Make sure you get the newest version of waimea, and if you want your bindings to always work, make sure to put them under globalKeyBindings.
If you are really into keybindings, you can go to town in waimea.
smokybobo
10-12-2002, 12:55 PM
Whenever I use 'KeyPress = a & Mod1Mask & ControlMask ' to launch an aterm, it always sticks to my mouse until I click a mouse button. Is there any way of having it not stick to my mouse on launch? However, launching xmms via keybinding doesn't display this behaviour...
Minus
10-12-2002, 01:03 PM
I have never had that problem. Here are my global keybindings (there is an aterm one), so you can compare.
DEF globalKeyBindings {
TaskSwitcher : KeyPress = Tab & Alt_L,
MenuRemapFocused(rootmenu) : KeyPress = Escape & Control_L,
Restart : KeyPress = Delete & Control_L & Alt_L,
{aterm -tr +sb -fg white -bg black -sh 40} : KeyPress = E & Control_L & Shi
ft_L,
{aumix -w +5} :KeyPress = XF86AudioRaiseVolume,
{aumix -w -5} :KeyPress = XF86AudioLowerVolume,
ViewportRelativeMove(-W+0) : KeyPress = Left & Control_L & Alt_L,
ViewportRelativeMove(+W+0) : KeyPress = Right & Control_L & Alt_L,
ViewportRelativeMove(+0-H) : KeyPress = Up & Control_L & Alt_L,
ViewportRelativeMove(+0+H) : KeyPress = Down & Control_L & Alt_L,
ViewportFixedMove(+0+0) : KeyPress = KP_Home & !Num_Lock,
ViewportFixedMove(+W+0) : KeyPress = KP_Up & !Num_Lock,
ViewportFixedMove(-0+0) : KeyPress = KP_Prior & !Num_Lock,
ViewportFixedMove(+0+H) : KeyPress = KP_Left & !Num_Lock,
ViewportFixedMove(+W+H) : KeyPress = KP_Begin & !Num_Lock,
ViewportFixedMove(-0+H) : KeyPress = KP_Right & !Num_Lock,
ViewportFixedMove(+0-0) : KeyPress = KP_End & !Num_Lock,
ViewportFixedMove(+W-0) : KeyPress = KP_Down & !Num_Lock,
ViewportFixedMove(-0-0) : KeyPress = KP_Next & !Num_Lock
}
smokybobo
10-12-2002, 01:32 PM
Originally posted by Minus
I have never had that problem. Here are my global keybindings (there is an aterm one), so you can compare.
Hmmm, didn't work (and I even just used that block you posted instead of my own bindings)... still sticks to the mouse...
Annoyingly strange.... ah well, I'm sure it'll eventually be fixed (if it is indeed a bug).... last version I used would crash X hard for any program keybindings I used, so this is an improvement of sorts....