This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3834 from eye-sigil/discordcombos
New Discord Cheatsheet
- Loading branch information
Showing
1 changed file
with
139 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
{ | ||
"id": "discord_cheat_sheet", | ||
"name": "Discord", | ||
"description": "Keyboard Shortcuts for the VoIP program Discord", | ||
|
||
"metadata": { | ||
"sourceName": "Discord", | ||
"sourceUrl" : "https://discordapp.com" | ||
}, | ||
|
||
"aliases": [ | ||
"discordapp" | ||
], | ||
|
||
"template_type": "keyboard", | ||
|
||
"section_order": [ | ||
"Navigation", | ||
"Menus", | ||
"Creation", | ||
"Interaction" | ||
], | ||
|
||
"sections": { | ||
"Navigation": [ | ||
{ | ||
"val": "Switch Servers", | ||
"key": "[Ctrl] [Alt] [↑] or [↓]" | ||
}, | ||
{ | ||
"val": "Switch Channels", | ||
"key": "[Alt] [↑] or [↓]" | ||
}, | ||
{ | ||
"val": "Switch Unread Channels", | ||
"key": "[Alt] [Shift] [↑] or [↓]" | ||
}, | ||
{ | ||
"val": "Switch Unread & Mention Channels", | ||
"key": "[Ctrl] [Shift] [Alt] [↑] or [↓]" | ||
}, | ||
{ | ||
"val": "Scroll Chat", | ||
"key": "[Page Up] or [Page Down]" | ||
}, | ||
{ | ||
"val": "Jump to Oldest Unread Message", | ||
"key": "[Shift] [Page Up]" | ||
}, | ||
{ | ||
"val": "Return To Connected Audio Channel", | ||
"key": "[Ctrl] [Alt] [←]" | ||
}, | ||
{ | ||
"val": "Switch Last Channel/DMs", | ||
"key": "[Ctrl] [Alt] [→]" | ||
} | ||
|
||
], | ||
"Menus": [ | ||
{ | ||
"val": "Pins Popout", | ||
"key": "[Ctrl] [P]" | ||
}, | ||
{ | ||
"val": "Mentions Popout", | ||
"key": "[Ctrl] [I]" | ||
}, | ||
{ | ||
"val": "Member List", | ||
"key": "[Ctrl] [U]" | ||
}, | ||
{ | ||
"val": "Emoji Picker", | ||
"key": "[Ctrl] [E]" | ||
}, | ||
{ | ||
"val": "Help", | ||
"key": "[Ctrl] [Shift] [H]" | ||
}, | ||
{ | ||
"val": "Search", | ||
"key": "[Ctrl] [F]" | ||
} | ||
], | ||
"Creation": [ | ||
{ | ||
"val": "Create/Join Server", | ||
"key": "[Ctrl] [Shift] [N]" | ||
}, | ||
{ | ||
"val": "Find/Start DM", | ||
"key": "[Ctrl] [K]" | ||
}, | ||
{ | ||
"val": "Create Group", | ||
"key": "[Ctrl] [Shift] [T]" | ||
}, | ||
{ | ||
"val": "Start Call", | ||
"key": "[Ctrl] [']" | ||
}, | ||
{ | ||
"val": "Focus Text Area", | ||
"key": "Tab" | ||
}, | ||
{ | ||
"val": "Upload File", | ||
"key": "[Ctrl] [Shift] [U]" | ||
} | ||
], | ||
"Interaction": [ | ||
{ | ||
"val": "Mark Server Read", | ||
"key": "[Shift] [Esc]" | ||
}, | ||
{ | ||
"val": "Mark Channel Read", | ||
"key": "Esc" | ||
}, | ||
{ | ||
"val": "Answer Call", | ||
"key": "[Ctrl] [Enter]" | ||
}, | ||
{ | ||
"val": "Decline Call", | ||
"key": "Esc" | ||
}, | ||
{ | ||
"val": "Mute", | ||
"key": "[Ctrl] [Shift] [M]" | ||
}, | ||
{ | ||
"val": "Deafen", | ||
"key": "[Ctrl] [Shift] [D]" | ||
} | ||
] | ||
} | ||
} |