summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-07 19:03:20 +0000
committerDana Jansens <danakj@orodu.net>2003-09-07 19:03:20 +0000
commit78282959f970d28131e6aa8d66adce359aa145dc (patch)
tree57508152b85c3442d1b0c683497bbc12a7f5dff0 /data
parentb23594d88d462f4ed1b0a26b5e303f491758f5ff (diff)
little bit of an actions overhaul, added action_run* so that duplicated code can all be in the same place now woot.
allow actions to specify when they can be used (ShowMenu cant in the OB_USER_ACTION_MENU_SELECTION case) remove KeyboardMove ad KeyboardResize. Instead, just use Move and Resize and determine if it should be a keyboard move/resize in the code
Diffstat (limited to 'data')
-rw-r--r--data/rc.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/rc.xml b/data/rc.xml
index 0a7bee06..d658f279 100644
--- a/data/rc.xml
+++ b/data/rc.xml
@@ -96,10 +96,10 @@
<action name="PreviousWindow"/>
</keybind>
<keybind key="A-F7">
- <action name="KeyboardMove"/>
+ <action name="Move"/>
</keybind>
<keybind key="A-F8">
- <action name="KeyboardResize"/>
+ <action name="Resize"/>
</keybind>
<keybind key="A-F9">
<action name="Iconify"/>