[gnome-builder/wip/gtk4-port: 1269/1774] plugins/find-other-file: use ctrl+shift+o for find-other-file
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 1269/1774] plugins/find-other-file: use ctrl+shift+o for find-other-file
- Date: Mon, 11 Jul 2022 22:31:40 +0000 (UTC)
commit 8ec44a4eba65789272a843145e656613e6d7e299
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]