diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 03:40:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 03:40:01 +0000 |
| commit | b76ec18d1c8857cf32598c822364298fc535c84e (patch) | |
| tree | 93fc460b4e7eb63d47ed475e19c810c71a8d119f /openbox/config.c | |
| parent | 780d1b0961e2eed5fea4645b4398fafb4adad73a (diff) | |
the execute action works again.
default hardcoded bindings are temporarily offline
Diffstat (limited to 'openbox/config.c')
| -rw-r--r-- | openbox/config.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/config.c b/openbox/config.c index 48df2e79..7f51e7c8 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -764,6 +764,7 @@ static void bind_default_keyboard() { ObDefKeyBind *it; ObDefKeyBind binds[] = { + { NULL, NULL }, { "A-Tab", "NextWindow" }, { "S-A-Tab", "PreviousWindow" }, { "A-F4", "Close" }, @@ -789,6 +790,7 @@ static void bind_default_mouse() { ObDefMouseBind *it; ObDefMouseBind binds[] = { + { NULL, NULL, 0, NULL }, { "Left", "Client", OB_MOUSE_ACTION_PRESS, "Focus" }, { "Middle", "Client", OB_MOUSE_ACTION_PRESS, "Focus" }, { "Right", "Client", OB_MOUSE_ACTION_PRESS, "Focus" }, |
