diff options
Diffstat (limited to 'telegram/shortcuts-custom.json')
-rw-r--r-- | telegram/shortcuts-custom.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/telegram/shortcuts-custom.json b/telegram/shortcuts-custom.json new file mode 100644 index 0000000..494ae75 --- /dev/null +++ b/telegram/shortcuts-custom.json @@ -0,0 +1,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"
+ }
+
+]
|