[gnome-builder/wip/gtk4-port] 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] plugins/debuggerui: use module-name for run-tool
- Date: Fri, 24 Jun 2022 11:54:48 +0000 (UTC)
commit f6b0ad683281dfb714df254955e01e0f1b43ce94
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]