Created
March 2, 2020 20:06
-
-
Save MasterGroosha/63cf6430b4153fb4cf4907cd406ee60f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Like