blob: 494ae75667877643b2cdc344d17beb151c357d9b (
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
|
// This is a list of your own shortcuts for Telegram Desktop
// You can see full list of commands in the 'shortcuts-default.json' file
// Place a null value instead of a command string to switch the shortcut off
[
// {
// "command": "close_telegram",
// "keys": "ctrl+f4"
// },
// {
// "command": "quit_telegram",
// "keys": "ctrl+q"
// }
{
"command": "next_chat",
"keys": "ctrl+j"
},
{
"command": "previous_chat",
"keys": "ctrl+k"
},
{
"command": "first_chat",
"keys": "ctrl+g+g"
},
{
"command": "last_chat",
"keys": "ctrl+G"
},
{
"command": "show_contacts",
"keys": "ctrl+space"
}
]
|