[gnome-builder] editorui: Use correct action name for Ctrl+I shortcut
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] editorui: Use correct action name for Ctrl+I shortcut
- Date: Tue, 9 Aug 2022 21:27:36 +0000 (UTC)
commit ee4a70d466575160fce8c1df34759a4548361530
Author: vanadiae <vanadiae35 gmail com>
Date: Sat Aug 6 17:31:04 2022 +0200
editorui: Use correct action name for Ctrl+I shortcut
The editorui's different actions were renamed and moved in
312119361db5a8c1c3131dc906e4752f5613dc63, but the commit forgot to
update the keybindings.json: only the gtk/menus.ui was updated.
src/plugins/editorui/gtk/keybindings.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/editorui/gtk/keybindings.json b/src/plugins/editorui/gtk/keybindings.json
index efe7896a9..e296a95cb 100644
--- a/src/plugins/editorui/gtk/keybindings.json
+++ b/src/plugins/editorui/gtk/keybindings.json
@@ -1,4 +1,4 @@
-{ "trigger" : "<Control>i", "action" : "editorui.show-go-to-line", "when" : "canEdit()", "phase" : "capture"
},
+{ "trigger" : "<Control>i", "action" : "workspace.editorui.page.go-to-line", "when" : "canEdit()", "phase" :
"capture" },
{ "trigger" : "<Shift><Alt>f", "action": "page.editor.format", "when" : "canEdit()", "phase" : "capture" },
{ "trigger" : "<Control>f", "action" : "page.search.begin-find", "when" : "canEdit()", "phase" : "bubble" },
{ "trigger" : "<Control>h", "action" : "page.search.begin-replace", "when" : "canEdit()", "phase" : "bubble"
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]