]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/execute.c
Don't close the menu when you held control even for execute
[chaz/openbox] / openbox / actions / execute.c
index 77244d8f1d5dc1ad686a50e161cc91744882cb90..0e9e7387e518cc19f55382c8ac937ac79367ad2f 100644 (file)
@@ -206,7 +206,8 @@ static gboolean run_func(ObActionsData *data, gpointer options)
 
     /* If there is a keyboard grab going on then we need to cancel
        it so the application can grab things */
-    event_cancel_all_key_grabs();
+    if (data->uact != OB_USER_ACTION_MENU_SELECTION)
+        event_cancel_all_key_grabs();
 
     e = NULL;
     if (!g_shell_parse_argv(cmd, NULL, &argv, &e)) {
This page took 0.023476 seconds and 4 git commands to generate.