// 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" } ]