aboutsummaryrefslogtreecommitdiff
path: root/components/bindings/Numpad-Focus
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-08-13 21:37:24 +0200
committerdakkar <dakkar@thenautilus.net>2009-08-13 21:37:24 +0200
commit3e90bbfaec0953f2ef74fa2827ac41678ee11dee (patch)
tree250eeabe93487d458172f3c61a08d646c021e2fc /components/bindings/Numpad-Focus
downloadfvwm-crystal-3e90bbfaec0953f2ef74fa2827ac41678ee11dee.tar.gz
fvwm-crystal-3e90bbfaec0953f2ef74fa2827ac41678ee11dee.tar.bz2
fvwm-crystal-3e90bbfaec0953f2ef74fa2827ac41678ee11dee.zip
importing Crystal config into git
Diffstat (limited to 'components/bindings/Numpad-Focus')
-rw-r--r--components/bindings/Numpad-Focus13
1 files changed, 13 insertions, 0 deletions
diff --git a/components/bindings/Numpad-Focus b/components/bindings/Numpad-Focus
new file mode 100644
index 0000000..f09ddd9
--- /dev/null
+++ b/components/bindings/Numpad-Focus
@@ -0,0 +1,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