diff options
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/event.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openbox/event.c b/openbox/event.c index 45434f25..6df7098e 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -463,8 +463,9 @@ static void event_process(const XEvent *ec, gpointer data) e->type == MotionNotify) mouse_event(client, e); else if (e->type == KeyPress) - keyboard_event((focus_hilite ? - focus_hilite : client), e); + keyboard_event((focus_cycle_target ? focus_cycle_target : + (focus_hilite ? focus_hilite : client)), + e); } } } |
