Personal custom shortcuts for Telegram Desktop which you can be change to your liking. Here are a list of the
action/keypresses inside shortcuts-custom.json:
| Actions | Keypresses |
|---|---|
| Switch to account 1 | Ctrl + Shift + 1 |
| Switch to account 2 | Ctrl + Shift + 2 |
| Switch to account 3 | Ctrl + Shift + 3 |
| Archive selected chat | Ctrl + Shift + h |
| Set schedule message | Ctrl + Shift + s |
| Show scheduled message of selected chat | Ctrl + Alt + s |
| Preview the chat | Ctrl + p |
If you're interested in these shortcuts as well, you can apply it via Installation section below ⬇️
Tip
Simply get the shortcuts-custom.json file into your Telegram Desktop /tdata directory 😀
Note
- Install Telegram Desktop first before applying these shortcuts.
- Shortcuts for linux might not be working depending on your Telegram installed directory from source (e.g. Flatpak, Snap, AppImage, etc.)
iwr "https://github.com/samithseu/telegram-shortcuts/raw/main/shortcuts-custom.json" -OutFile "$ENV:APPDATA/Telegram Desktop/tdata/shortcuts-custom.json"curl -L -o "$(find ~/ -type d -name "Telegram*" 2>/dev/null | head -n 1)/tdata/shortcuts-custom.json" "https://github.com/samithseu/telegram-shortcuts/raw/main/shortcuts-custom.json"Note
Please restart Telegram Desktop after applying the shortcuts!