]> Dogcows Code - chaz/openbox/commitdiff
Add some directional focus bindings to the default config file.
authorDana Jansens <danakj@orodu.net>
Wed, 16 Dec 2009 19:00:01 +0000 (14:00 -0500)
committerDana Jansens <danakj@orodu.net>
Thu, 17 Dec 2009 15:24:06 +0000 (10:24 -0500)
data/rc.xml

index 1bd7ecc21ec7233b6624c76174ad3b02e7fcb43e..dc73fb53401271d5f26a0cd0b495b3a9bc27bcb9 100644 (file)
     </action>
   </keybind>
 
+  <!-- Keybindings for window switching with the arrow keys -->
+  <keybind key="W-S-Right">
+    <action name="DirectionalCycleWindows">
+      <direction>right</direction>
+    </action>
+  </keybind>
+  <keybind key="W-S-Left">
+    <action name="DirectionalCycleWindows">
+      <direction>left</direction>
+    </action>
+  </keybind>
+  <keybind key="W-S-Up">
+    <action name="DirectionalCycleWindows">
+      <direction>up</direction>
+    </action>
+  </keybind>
+  <keybind key="W-S-Down">
+    <action name="DirectionalCycleWindows">
+      <direction>down</direction>
+    </action>
+  </keybind>
+
   <!-- Keybindings for running applications -->
   <keybind key="W-e">
     <action name="Execute">
This page took 0.020537 seconds and 4 git commands to generate.