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:
Diffstat (limited to 'gajim/data/other/shortcuts.json')
-rw-r--r--gajim/data/other/shortcuts.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/gajim/data/other/shortcuts.json b/gajim/data/other/shortcuts.json
index 27e14db7b..4f26e891f 100644
--- a/gajim/data/other/shortcuts.json
+++ b/gajim/data/other/shortcuts.json
@@ -38,6 +38,9 @@
"win.switch-workspace-7": ["<Primary>7", "<Primary>KP_7"],
"win.switch-workspace-8": ["<Primary>8", "<Primary>KP_8"],
"win.switch-workspace-9": ["<Primary>9", "<Primary>KP_9"],
+ "win.increase-app-font-size": ["<Primary>plus", "<Primary>KP_Add"],
+ "win.decrease-app-font-size": ["<Primary>minus", "<Primary>KP_Subtract"],
+ "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"]