From: Dana Jansens Date: Fri, 19 Feb 2010 20:53:36 +0000 (-0500) Subject: save the state of the modifiers only when starting an interactive action X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=4418e6988b5ea80acf0dee4f27a43b27a1fdf48f;p=chaz%2Fopenbox save the state of the modifiers only when starting an interactive action --- diff --git a/openbox/actions.c b/openbox/actions.c index 2324bc95..463962a2 100644 --- a/openbox/actions.c +++ b/openbox/actions.c @@ -368,7 +368,7 @@ static gboolean actions_interactive_begin_act(ObActionsAct *act, guint state) interactive_act = act; actions_act_ref(interactive_act); - interactive_initial_state = state; + interactive_initial_state = obt_keyboard_only_modmasks(state); /* if using focus_delay, stop the timer now so that focus doesn't go moving on us, which would kill the action */