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

shortcuts.json « other « data « gajim - dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f26e891f9dce70e3fe1bcbb2122e32749a9711a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
    "app.quit": ["<Primary>Q"],
    "app.shortcuts": ["<Primary>question"],
    "app.preferences": ["<Primary>P"],
    "app.plugins": ["<Primary>E"],
    "app.xml-console": ["<Primary><Shift>X"],
    "app.file-transfer": ["<Primary>T"],
    "app.start-chat(['', ''])": ["<Primary>N"],
    "app.create-groupchat::": ["<Primary>G"],
    "win.change-nickname": ["<Primary><Shift>N"],
    "win.change-subject": ["<Primary><Shift>S"],
    "win.escape": ["Escape"],
    "win.search-history": ["<Primary>F"],
    "win.show-contact-info": ["<Primary>I"],
    "win.show-emoji-chooser": ["<Primary><Shift>M"],
    "win.input-clear": ["<Primary>U"],
    "win.close-chat": ["<Primary>W"],
    "win.restore-chat": ["<Primary><Shift>W"],
    "win.switch-next-chat": ["<Primary>Page_Down"],
    "win.switch-prev-chat": ["<Primary>Page_Up"],
    "win.switch-next-unread-chat": ["<Primary>Tab"],
    "win.switch-prev-unread-chat": ["<Primary>ISO_Left_Tab"],
    "win.switch-chat-1": ["<Alt>1", "<Alt>KP_1"],
    "win.switch-chat-2": ["<Alt>2", "<Alt>KP_2"],
    "win.switch-chat-3": ["<Alt>3", "<Alt>KP_3"],
    "win.switch-chat-4": ["<Alt>4", "<Alt>KP_4"],
    "win.switch-chat-5": ["<Alt>5", "<Alt>KP_5"],
    "win.switch-chat-6": ["<Alt>6", "<Alt>KP_6"],
    "win.switch-chat-7": ["<Alt>7", "<Alt>KP_7"],
    "win.switch-chat-8": ["<Alt>8", "<Alt>KP_8"],
    "win.switch-chat-9": ["<Alt>9", "<Alt>KP_9"],
    "win.switch-workspace-1": ["<Primary>1", "<Primary>KP_1"],
    "win.switch-workspace-2": ["<Primary>2", "<Primary>KP_2"],
    "win.switch-workspace-3": ["<Primary>3", "<Primary>KP_3"],
    "win.switch-workspace-4": ["<Primary>4", "<Primary>KP_4"],
    "win.switch-workspace-5": ["<Primary>5", "<Primary>KP_5"],
    "win.switch-workspace-6": ["<Primary>6", "<Primary>KP_6"],
    "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"]
}