[gnome-builder] plugins/editorui: fix ctrl+f/ctrl+h under vim mode
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] plugins/editorui: fix ctrl+f/ctrl+h under vim mode
- Date: Thu, 28 Jul 2022 18:09:45 +0000 (UTC)
commit 316a6c3ac5c29cf276a07e31eab3421eea6ccdbc
Author: Christian Hergert <chergert redhat com>
Date: Thu Jul 28 10:57:44 2022 -0700
plugins/editorui: fix ctrl+f/ctrl+h under vim mode
These should bubble in vim mode so they don't steal from Normal mode.
src/plugins/editorui/gtk/keybindings.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/editorui/gtk/keybindings.json b/src/plugins/editorui/gtk/keybindings.json
index 64f74990c..aa77c1e93 100644
--- a/src/plugins/editorui/gtk/keybindings.json
+++ b/src/plugins/editorui/gtk/keybindings.json
@@ -1,6 +1,6 @@
{ "trigger" : "<Control>i", "action" : "editorui.show-go-to-line", "when" : "canEdit()", "phase" : "capture"
},
{ "trigger" : "<Shift><Alt>f", "action": "editorui.format", "when" : "canEdit()", "phase" : "capture" },
-{ "trigger" : "<Control>f", "action" : "page.search.begin-find", "when" : "canEdit()", "phase" : "capture" },
-{ "trigger" : "<Control>h", "action" : "page.search.begin-replace", "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"
},
{ "trigger" : "<Control>s", "action" : "page.save", "when" : "canEdit()", "phase" : "capture" },
{ "trigger" : "<Control><Shift>s", "action" : "page.save-as", "when" : "canEdit()", "phase" : "capture" },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]