Skip to content

Instantly share code, notes, and snippets.

@MasterGroosha
Created March 2, 2020 20:06
Show Gist options
  • Save MasterGroosha/63cf6430b4153fb4cf4907cd406ee60f to your computer and use it in GitHub Desktop.
Save MasterGroosha/63cf6430b4153fb4cf4907cd406ee60f to your computer and use it in GitHub Desktop.
// 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
[
// The two commands below are "inactive"
// {
// "command": "close_telegram",
// "keys": "ctrl+f4"
// },
// {
// "command": "quit_telegram",
// "keys": "ctrl+q"
// }
// These two commands are "active".
{
"command": "message_silently",
"keys": "ctrl+m"
},
{
"command": "message_scheduled",
"keys": "ctrl+s"
}
]
@bekliev
Copy link

bekliev commented Dec 3, 2021

Like

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment