[gnome-builder/wip/gtk4-port] libide/gui: add more shortcuts



commit e542a335bec1148d18ed18805be00ed2f1361e3c
Author: Christian Hergert <chergert redhat com>
Date:   Thu May 5 17:44:37 2022 -0700

    libide/gui: add more shortcuts

 src/libide/gui/gtk/keybindings.json | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/libide/gui/gtk/keybindings.json b/src/libide/gui/gtk/keybindings.json
index c3b4ff38f..2d7f7c9a7 100644
--- a/src/libide/gui/gtk/keybindings.json
+++ b/src/libide/gui/gtk/keybindings.json
@@ -1,2 +1,5 @@
 { "trigger" : "<Control>Return", "action" : "workbench.global-search", "when" : "typeof(workspace) != 
typeof(Ide.GreeterWorkspace)", "phase" : "capture" },
+{ "trigger" : "<Control><Shift>t", "action" : "win.new-terminal", "when" : "typeof(workspace) != 
typeof(Ide.GreeterWorkspace)", "phase" : "capture" },
+{ "trigger" : "<Control><Alt><Shift>t", "action" : "win.new-terminal-in-config", "when" : "typeof(workspace) 
!= typeof(Ide.GreeterWorkspace)", "phase" : "capture" },
+{ "trigger" : "<Control><Alt>t", "action" : "win.new-terminal-in-runner", "when" : "typeof(workspace) != 
typeof(Ide.GreeterWorkspace)", "phase" : "capture" },
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]