[gnome-builder/wip/gtk4-port: 1652/1774] plugins/debuggerui: use module-name for run-tool
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 1652/1774] plugins/debuggerui: use module-name for run-tool
- Date: Mon, 11 Jul 2022 22:31:53 +0000 (UTC)
commit 12de671010c0eb236ba3c4f2e59090f897405a51
Author: Christian Hergert <chergert redhat com>
Date: Fri Jun 24 04:54:37 2022 -0700
plugins/debuggerui: use module-name for run-tool
src/plugins/debuggerui/gtk/keybindings.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/debuggerui/gtk/keybindings.json b/src/plugins/debuggerui/gtk/keybindings.json
index 09c0c8a42..6133ccd30 100644
--- a/src/plugins/debuggerui/gtk/keybindings.json
+++ b/src/plugins/debuggerui/gtk/keybindings.json
@@ -1 +1 @@
-{ "trigger" : "<Control><Shift><Alt>d", "action" : "run-manager.run-with-handler", "args" : "'debugger'",
"when" : "canBuild()", "phase" : "capture" },
+{ "trigger" : "<Control><Shift><Alt>d", "action" : "run-manager.run-with-handler", "args" : "'debuggerui'",
"when" : "canBuild()", "phase" : "capture" },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]