[gnome-builder] libide/gui: make ctrl+q bubble rather than capture
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] libide/gui: make ctrl+q bubble rather than capture
- Date: Mon, 5 Sep 2022 21:40:52 +0000 (UTC)
commit 4d713fcef09fbb4828b8a2c69043603f6237e922
Author: Christian Hergert <chergert redhat com>
Date: Mon Sep 5 14:40:47 2022 -0700
libide/gui: make ctrl+q bubble rather than capture
Fixes #1772
src/libide/gui/gtk/keybindings.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libide/gui/gtk/keybindings.json b/src/libide/gui/gtk/keybindings.json
index 0b346124e..721258386 100644
--- a/src/libide/gui/gtk/keybindings.json
+++ b/src/libide/gui/gtk/keybindings.json
@@ -23,7 +23,7 @@
/* Workspace Actions */
{ "trigger" : "<Control>comma", "action" : "app.preferences", "phase" : "capture" },
{ "trigger" : "<Alt>comma", "action" : "context.workbench.configure", "phase" : "capture" },
-{ "trigger" : "<Control>q", "action" : "app.quit", "phase" : "capture" },
+{ "trigger" : "<Control>q", "action" : "app.quit", "phase" : "bubble" },
{ "trigger" : "<Control>w", "action" : "frame.close-page-or-frame", "when" : "inPage()", "phase" : "bubble"
},
{ "trigger" : "<Control>question", "action" : "workspace.show-help-overlay" },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]