[gnome-builder/wip/gtk4-port] libide/gui: use braceright/left for shortcuts
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port] libide/gui: use braceright/left for shortcuts
- Date: Fri, 6 May 2022 19:03:45 +0000 (UTC)
commit a77ac88bd3e7d00b1ddc361777e0bfe22230434d
Author: Christian Hergert <chergert redhat com>
Date: Fri May 6 12:03:40 2022 -0700
libide/gui: use braceright/left for shortcuts
This doesn't activate when using bracket.
src/libide/gui/gtk/keybindings.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libide/gui/gtk/keybindings.json b/src/libide/gui/gtk/keybindings.json
index ade89ae07..6d5bdff48 100644
--- a/src/libide/gui/gtk/keybindings.json
+++ b/src/libide/gui/gtk/keybindings.json
@@ -25,5 +25,5 @@
{ "trigger" : "<Control><Shift>c", "action" : "terminal.copy-clipboard", "when" : "inTerminal()", "phase" :
"capture" },
{ "trigger" : "<Control><Shift>v", "action" : "terminal.paste-clipboard", "when" : "inTerminal()", "phase" :
"capture" },
{ "trigger" : "<Control><Shift>f", "action" : "terminal.search-reveal", "when" : "inTerminal()", "phase" :
"capture" },
-{ "trigger" : "<Control><Shift>bracketleft", "action" : "page.move-left", "when" : "inTerminal()", "phase" :
"capture" },
-{ "trigger" : "<Control><Shift>bracketright", "action" : "page.move-right", "when" : "inTerminal()", "phase"
: "capture" },
+{ "trigger" : "<Control><Shift>braceleft", "action" : "page.move-left", "when" : "inTerminal()", "phase" :
"capture" },
+{ "trigger" : "<Control><Shift>braceright", "action" : "page.move-right", "when" : "inTerminal()", "phase" :
"capture" },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]