aboutsummaryrefslogtreecommitdiff
path: root/components/bindings/Numpad-Focus
blob: f09ddd9b86646592915435897380f7d83ab45d9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Here are the bindings for focus-switching using the numpad
# This version only switches the focus
Key KP_Home             A $[Mod1] Window-FocusInDirection NorthWest
Key KP_Left             A $[Mod1] Window-FocusInDirection West
Key KP_End              A $[Mod1] Window-FocusInDirection SouthWest
Key KP_Up               A $[Mod1] Window-FocusInDirection North
Key KP_Down             A $[Mod1] Window-FocusInDirection South
Key KP_Page_Up          A $[Mod1] Window-FocusInDirection NorthEast
Key KP_Page_Down        A $[Mod1] Window-FocusInDirection SouthEast
Key KP_Right            A $[Mod1] Window-FocusInDirection East
Key KP_Begin            A $[Mod1] Window-FocusInDirection Center
 
# vim:ft=fvwm