0% found this document useful (0 votes)
65 views

Shortcuts-Default Json

This document contains a list of default keyboard shortcuts for Telegram Desktop. It includes shortcuts for media playback, searching, navigating chat folders and chats, locking the app, and quitting the app. Custom shortcuts can be added to a separate file.

Uploaded by

b0bsp4m
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views

Shortcuts-Default Json

This document contains a list of default keyboard shortcuts for Telegram Desktop. It includes shortcuts for media playback, searching, navigating chat folders and chats, locking the app, and quitting the app. Custom shortcuts can be added to a separate file.

Uploaded by

b0bsp4m
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

// 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": "2009002"
},
{
"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"
}
]

You might also like