From 0ede748577b45f3d9ed91a0fdaf142953fe7a744 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 26 Apr 2025 22:57:28 +0200 Subject: Initial Commit --- telegram/shortcuts-custom.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 telegram/shortcuts-custom.json (limited to 'telegram') diff --git a/telegram/shortcuts-custom.json b/telegram/shortcuts-custom.json new file mode 100644 index 0000000..494ae75 --- /dev/null +++ b/telegram/shortcuts-custom.json @@ -0,0 +1,36 @@ +// 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 + +[ + // { + // "command": "close_telegram", + // "keys": "ctrl+f4" + // }, + // { + // "command": "quit_telegram", + // "keys": "ctrl+q" + // } + { + "command": "next_chat", + "keys": "ctrl+j" + }, + { + "command": "previous_chat", + "keys": "ctrl+k" + }, + + { + "command": "first_chat", + "keys": "ctrl+g+g" + }, + { + "command": "last_chat", + "keys": "ctrl+G" + }, + { + "command": "show_contacts", + "keys": "ctrl+space" + } + +] -- cgit v1.2.3