all repos — openbox @ 4418e6988b5ea80acf0dee4f27a43b27a1fdf48f

openbox fork - make it a bit more like ryudo

save the state of the modifiers only when starting an interactive action
Dana Jansens danakj@orodu.net
commit

4418e6988b5ea80acf0dee4f27a43b27a1fdf48f

parent

2c5d755bd8bfea13fc9830c74b00877e17294e61

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/actions.copenbox/actions.c

@@ -368,7 +368,7 @@ if (grab_keyboard()) {

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 */