Advertisement
FrayxRulez

shortcuts.json

Jun 7th, 2020
2,213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.05 KB | None | 0 0
  1. [
  2.     {
  3.         "command": "search",
  4.         "keys": "ctrl+f"
  5.     },
  6.     {
  7.         "command": "self_chat",
  8.         "keys": "ctrl+0"
  9.     },
  10.     {
  11.         "command": "all_chats",
  12.         "keys": "ctrl+1"
  13.     },
  14.     {
  15.         "command": "folder1",
  16.         "keys": "ctrl+2"
  17.     },
  18.     {
  19.         "command": "folder2",
  20.         "keys": "ctrl+3"
  21.     },
  22.     {
  23.         "command": "folder3",
  24.         "keys": "ctrl+4"
  25.     },
  26.     {
  27.         "command": "folder4",
  28.         "keys": "ctrl+5"
  29.     },
  30.     {
  31.         "command": "folder5",
  32.         "keys": "ctrl+6"
  33.     },
  34.     {
  35.         "command": "folder6",
  36.         "keys": "ctrl+7"
  37.     },
  38.     {
  39.         "command": "last_folder",
  40.         "keys": "ctrl+8"
  41.     },
  42.     {
  43.         "command": "show_archive",
  44.         "keys": "ctrl+9"
  45.     },
  46.     {
  47.         "command": "lock_telegram",
  48.         "keys": "ctrl+l"
  49.     },
  50.     {
  51.         "command": "minimize_telegram",
  52.         "keys": "ctrl+m"
  53.     },
  54.     {
  55.         "command": "quit_telegram",
  56.         "keys": "ctrl+q"
  57.     },
  58.     {
  59.         "command": "close_telegram",
  60.         "keys": "ctrl+w"
  61.     },
  62.     {
  63.         "command": "next_chat",
  64.         "keys": "ctrl+tab"
  65.     },
  66.     {
  67.         "command": "previous_chat",
  68.         "keys": "ctrl+backtab"
  69.     },
  70.     {
  71.         "command": "previous_chat",
  72.         "keys": "ctrl+pgup"
  73.     },
  74.     {
  75.         "command": "next_chat",
  76.         "keys": "ctrl+pgdown"
  77.     },
  78.     {
  79.         "command": "close_telegram",
  80.         "keys": "ctrl+f4"
  81.     },
  82.     {
  83.         "command": "previous_chat",
  84.         "keys": "ctrl+shift+tab"
  85.     },
  86.     {
  87.         "command": "previous_folder",
  88.         "keys": "ctrl+shift+up"
  89.     },
  90.     {
  91.         "command": "next_folder",
  92.         "keys": "ctrl+shift+down"
  93.     },
  94.     {
  95.         "command": "previous_chat",
  96.         "keys": "alt+up"
  97.     },
  98.     {
  99.         "command": "next_chat",
  100.         "keys": "alt+down"
  101.     },
  102.     {
  103.         "command": "first_chat",
  104.         "keys": "ctrl+alt+home"
  105.     },
  106.     {
  107.         "command": "last_chat",
  108.         "keys": "ctrl+alt+end"
  109.     }
  110. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement