[gnome-builder/wip/gtk4-port] plugins/find-other-file: use ctrl+shift+o for find-other-file



commit 76dabadedeb3a6ae92a3dfd65ecf4f30e30d3631
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jun 1 11:34:55 2022 -0700

    plugins/find-other-file: use ctrl+shift+o for find-other-file
    
    This is probably a lot more useful than anything else we'd be using for
    ctrl+shift+o, and it fits naturally with the ctrl+shift+k for the item
    next to it.

 src/plugins/find-other-file/gtk/keybindings.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/find-other-file/gtk/keybindings.json 
b/src/plugins/find-other-file/gtk/keybindings.json
index 86cfec45a..15c99196c 100644
--- a/src/plugins/find-other-file/gtk/keybindings.json
+++ b/src/plugins/find-other-file/gtk/keybindings.json
@@ -1 +1 @@
-{ "trigger" : "F4", "action" : "win.find-other-file", "when" : "canEdit()", "phase" : "capture" },
+{ "trigger" : "<Control><Shift>o", "action" : "win.find-other-file", "when" : "canEdit()", "phase" : 
"capture" },


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