aboutsummaryrefslogtreecommitdiff
path: root/components/bindings/Numpad-Focus
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2015-06-02 16:16:36 +0100
committerdakkar <dakkar@thenautilus.net>2015-06-02 16:16:36 +0100
commit5fee59e19e46ccee891c96e8177afb7d4c400e57 (patch)
tree5b7bf522a8f77f302bdf6c7c0c98e827605440a2 /components/bindings/Numpad-Focus
parentshift-FF for private window (diff)
downloadfvwm-crystal-5fee59e19e46ccee891c96e8177afb7d4c400e57.tar.gz
fvwm-crystal-5fee59e19e46ccee891c96e8177afb7d4c400e57.tar.bz2
fvwm-crystal-5fee59e19e46ccee891c96e8177afb7d4c400e57.zip
update to fvwm-crystal 3.2.3
This update is big: upstream has simplified and refactored everything, so I had to move stuff around a lot. I now rely much more on the overlay system, instead of adding custom files all over the place.
Diffstat (limited to 'components/bindings/Numpad-Focus')
-rw-r--r--components/bindings/Numpad-Focus4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/bindings/Numpad-Focus b/components/bindings/Numpad-Focus
index f09ddd9..43a601b 100644
--- a/components/bindings/Numpad-Focus
+++ b/components/bindings/Numpad-Focus
@@ -1,5 +1,3 @@
-# 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
@@ -9,5 +7,3 @@ 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