diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-26 19:55:55 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-26 19:55:55 +0000 |
| commit | e9ec2ce0ebccf3b139ebf4fccf093e8ee0366c76 (patch) | |
| tree | ce3aba0ea4dfe3e3cc9706d348971fc54558e1b8 /scripts | |
| parent | 8c0fe026fe45d5cccfb0175f698d088d3eb9bc13 (diff) | |
some focus improvements..
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/clicks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clicks.py b/scripts/clicks.py index 217fa289..8a59df70 100644 --- a/scripts/clicks.py +++ b/scripts/clicks.py @@ -51,7 +51,7 @@ def def_doubleclick_client(action, win, type, modifiers, button, time): print "OBClient_toggleshade(client)" -preregister(Action_ButtonPress, def_press_model) +#preregister(Action_ButtonPress, def_press_model) register(Action_Click, def_click_client) register(Action_Click, def_click_root) register(Action_DoubleClick, def_doubleclick_client) |
