Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2022-08-14 20:18:41 +0300
committerwurstsalat <mailtrash@posteo.de>2022-08-14 20:18:43 +0300
commit5c3af508047a18d7609b990cc2b94fb355467672 (patch)
treed37bf3c5cba1bba0e0a647d93a724a139f9d87df
parentb80315b8c7b8417043f1e69757610f316e4c1170 (diff)
change: Shortcuts: Use Ctrl+F for opening the search bar
Fixes #11073 NOTES: Ctrl+H for opening the search bar has been removed, please use the commonly used Ctrl+F (find). The shortcut for starting a file transfer has been dropped.
-rw-r--r--gajim/data/other/shortcuts.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/gajim/data/other/shortcuts.json b/gajim/data/other/shortcuts.json
index 236de5926..5396f6972 100644
--- a/gajim/data/other/shortcuts.json
+++ b/gajim/data/other/shortcuts.json
@@ -11,7 +11,7 @@
"win.change-nickname": ["<Primary><Shift>N"],
"win.change-subject": ["<Primary><Shift>S"],
"win.escape": ["Escape"],
- "win.send-file": ["<Primary>F"],
+ "win.search-history": ["<Primary>F"],
"win.show-contact-info": ["<Primary>I"],
"win.show-emoji-chooser": ["<Primary><Shift>M"],
"win.input-clear": ["<Primary>U"],
@@ -29,6 +29,5 @@
"win.switch-tab-7": ["<Alt>7", "<Alt>KP_7"],
"win.switch-tab-8": ["<Alt>8", "<Alt>KP_8"],
"win.switch-tab-9": ["<Alt>9", "<Alt>KP_9"],
- "win.search-history": ["<Primary>H"],
"win.toggle-chat-list": ["<Primary>R"]
}