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:
authorPhilipp Hörist <philipp@hoerist.com>2023-11-14 23:06:58 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-11-14 23:06:58 +0300
commite21fe0558de49425573fd3bf72386af73f6af3fc (patch)
treeb19b26ba8b36b8d611b1b7e99fd78231dd108df8 /gajim/data/other/shortcuts.json
parentf6cfa352d2a32fe2b5311f735a6c836ebe62770c (diff)
feat: Add shortcuts for quoting previous messages
Diffstat (limited to 'gajim/data/other/shortcuts.json')
-rw-r--r--gajim/data/other/shortcuts.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/gajim/data/other/shortcuts.json b/gajim/data/other/shortcuts.json
index 4f26e891f..3139358fd 100644
--- a/gajim/data/other/shortcuts.json
+++ b/gajim/data/other/shortcuts.json
@@ -43,5 +43,7 @@
"win.reset-app-font-size": ["<Primary>0", "<Primary>KP_0"],
"win.toggle-chat-list": ["<Primary>R"],
"win.scroll-view-up": ["<Shift>Page_Up"],
- "win.scroll-view-down": ["<Shift>Page_Down"]
+ "win.scroll-view-down": ["<Shift>Page_Down"],
+ "win.quote-prev": ["<Primary><Shift>Up"],
+ "win.quote-next": ["<Primary><Shift>Down"]
}