Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3834 from eye-sigil/discordcombos
Browse files Browse the repository at this point in the history
New Discord Cheatsheet
  • Loading branch information
gautamkrishnar authored Jan 4, 2017
2 parents b5ef947 + ae72cfd commit da855aa
Showing 1 changed file with 139 additions and 0 deletions.
139 changes: 139 additions & 0 deletions share/goodie/cheat_sheets/json/discord.json
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]"
}
]
}
}

0 comments on commit da855aa

Please sign in to comment.