Искал документацию, нигде не описывались горячие клавиши для Telegram. В итоге нашел, где они прячутся.
tdata/shortcuts-custom.json
tdata/shortcuts-default.json
у меня в Linux, они в хомяке, путь
~/.local/share/TelegramDesktop/tdata/shortcuts-custom.json
~/.local/share/TelegramDesktop/tdata/shortcuts-default.json
на самом деле мало что интересного в данный момент
// This is a list of default shortcuts for Telegram Desktop
// Please don't modify it, its content is not used in any way
// You can place your own shortcuts in the 'shortcuts-custom.json' file
[
{
"version": "3000001"
},
{
"command": "media_play",
"keys": "media play"
},
{
"command": "media_stop",
"keys": "media stop"
},
{
"command": "media_previous",
"keys": "media previous"
},
{
"command": "media_next",
"keys": "media next"
},
{
"command": "media_pause",
"keys": "media pause"
},
{
"command": "media_playpause",
"keys": "toggle media play/pause"
},
{
"command": "search",
"keys": "search"
},
{
"command": "search",
"keys": "find"
},
{
"command": "self_chat",
"keys": "ctrl+0"
},
{
"command": "all_chats",
"keys": "ctrl+1"
},
{
"command": "folder1",
"keys": "ctrl+2"
},
{
"command": "folder2",
"keys": "ctrl+3"
},
{
"command": "folder3",
"keys": "ctrl+4"
},
{
"command": "folder4",
"keys": "ctrl+5"
},
{
"command": "folder5",
"keys": "ctrl+6"
},
{
"command": "folder6",
"keys": "ctrl+7"
},
{
"command": "last_folder",
"keys": "ctrl+8"
},
{
"command": "show_archive",
"keys": "ctrl+9"
},
{
"command": "search",
"keys": "ctrl+f"
},
{
"command": "show_contacts",
"keys": "ctrl+j"
},
{
"command": "lock_telegram",
"keys": "ctrl+l"
},
{
"command": "minimize_telegram",
"keys": "ctrl+m"
},
{
"command": "quit_telegram",
"keys": "ctrl+q"
},
{
"command": "read_chat",
"keys": "ctrl+r"
},
{
"command": "close_telegram",
"keys": "ctrl+w"
},
{
"command": "next_chat",
"keys": "ctrl+tab"
},
{
"command": "previous_chat",
"keys": "ctrl+backtab"
},
{
"command": "previous_chat",
"keys": "ctrl+pgup"
},
{
"command": "next_chat",
"keys": "ctrl+pgdown"
},
{
"command": "close_telegram",
"keys": "ctrl+f4"
},
{
"command": "previous_chat",
"keys": "ctrl+shift+tab"
},
{
"command": "previous_folder",
"keys": "ctrl+shift+up"
},
{
"command": "next_folder",
"keys": "ctrl+shift+down"
},
{
"command": "previous_chat",
"keys": "alt+up"
},
{
"command": "next_chat",
"keys": "alt+down"
},
{
"command": "first_chat",
"keys": "ctrl+alt+home"
},
{
"command": "last_chat",
"keys": "ctrl+alt+end"
}
]