diff options
| author | Dana Jansens <danakj@orodu.net> | 2009-12-16 14:00:01 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2009-12-17 10:24:06 -0500 |
| commit | 82ac248145de5f62e13ca5645dbf827c27b4a2da (patch) | |
| tree | 1c481ca5c103e7d3b5ddb2c1e3334c18b03745d1 /data | |
| parent | d18d9c9379e3387073fc9346e9857fdde077b985 (diff) | |
Add some directional focus bindings to the default config file.
Diffstat (limited to 'data')
| -rw-r--r-- | data/rc.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/rc.xml b/data/rc.xml index 1bd7ecc2..dc73fb53 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -266,6 +266,28 @@ </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"> |
