Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
5c3af508 by wurstsalat at 2022-08-14T19:18:43+02:00
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.

- - - - -


1 changed file:

- gajim/data/other/shortcuts.json


Changes:

=====================================
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"]
 }



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/5c3af508047a18d7609b990cc2b94fb355467672

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/5c3af508047a18d7609b990cc2b94fb355467672
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to