{
  "dataset": "keyboard-shortcuts",
  "title": "Keyboard shortcuts",
  "version": "1.1.0",
  "updated": "2026-08-05",
  "source": {
    "name": "The official keybinding documentation of each application",
    "url": "https://code.visualstudio.com/docs/getstarted/keybindings"
  },
  "checkedAt": null,
  "license": "CC BY 4.0",
  "licenseUrl": "https://creativecommons.org/licenses/by/4.0/",
  "attribution": "Data from quickref.tips",
  "documentation": "https://quickref.tips/keyboard-shortcuts",
  "recordCount": 9,
  "data": [
    {
      "slug": "vs-code",
      "app": "VS Code",
      "version": null,
      "source": "https://code.visualstudio.com/docs/getstarted/keybindings",
      "sections": [
        {
          "title": "General",
          "items": [
            {
              "keys": "Ctrl + Shift + P",
              "action": "Open the command palette"
            },
            {
              "keys": "Ctrl + P",
              "action": "Quick open a file by name"
            },
            {
              "keys": "Ctrl + ,",
              "action": "Open settings"
            },
            {
              "keys": "Ctrl + B",
              "action": "Toggle the sidebar"
            },
            {
              "keys": "Ctrl + `",
              "action": "Toggle the integrated terminal"
            }
          ]
        },
        {
          "title": "Editing",
          "items": [
            {
              "keys": "Alt + Up / Down",
              "action": "Move the current line up or down"
            },
            {
              "keys": "Shift + Alt + Down",
              "action": "Copy the line down"
            },
            {
              "keys": "Ctrl + /",
              "action": "Toggle a line comment"
            },
            {
              "keys": "Ctrl + D",
              "action": "Add the next matching selection"
            },
            {
              "keys": "Ctrl + Shift + K",
              "action": "Delete the current line"
            }
          ]
        },
        {
          "title": "Navigation",
          "items": [
            {
              "keys": "Ctrl + G",
              "action": "Go to a line number"
            },
            {
              "keys": "F12",
              "action": "Go to definition"
            },
            {
              "keys": "Ctrl + Tab",
              "action": "Cycle through open editors"
            },
            {
              "keys": "Ctrl + Shift + F",
              "action": "Search across all files"
            }
          ]
        }
      ]
    },
    {
      "slug": "vim",
      "app": "Vim",
      "version": null,
      "source": "https://vimhelp.org/",
      "sections": [
        {
          "title": "Modes",
          "items": [
            {
              "keys": "i",
              "action": "Enter insert mode before the cursor"
            },
            {
              "keys": "a",
              "action": "Enter insert mode after the cursor"
            },
            {
              "keys": "v",
              "action": "Enter visual mode"
            },
            {
              "keys": "Esc",
              "action": "Return to normal mode"
            }
          ]
        },
        {
          "title": "Motion",
          "items": [
            {
              "keys": "h j k l",
              "action": "Move left, down, up, right"
            },
            {
              "keys": "w / b",
              "action": "Jump forward or back by word"
            },
            {
              "keys": "gg / G",
              "action": "Go to the first or last line"
            },
            {
              "keys": "0 / $",
              "action": "Go to line start or end"
            }
          ]
        },
        {
          "title": "Edit and save",
          "items": [
            {
              "keys": "dd",
              "action": "Delete the current line"
            },
            {
              "keys": "yy",
              "action": "Yank (copy) the current line"
            },
            {
              "keys": "p",
              "action": "Paste after the cursor"
            },
            {
              "keys": "u",
              "action": "Undo the last change"
            },
            {
              "keys": ":w",
              "action": "Write (save) the file"
            },
            {
              "keys": ":q",
              "action": "Quit the editor"
            }
          ]
        }
      ]
    },
    {
      "slug": "chrome-devtools",
      "app": "Chrome DevTools",
      "version": null,
      "source": "https://developer.chrome.com/docs/devtools/shortcuts",
      "sections": [
        {
          "title": "Open and toggle",
          "items": [
            {
              "keys": "F12",
              "action": "Open or close DevTools"
            },
            {
              "keys": "Ctrl + Shift + I",
              "action": "Open DevTools"
            },
            {
              "keys": "Ctrl + Shift + C",
              "action": "Inspect an element on the page"
            },
            {
              "keys": "Ctrl + Shift + J",
              "action": "Open the console panel"
            }
          ]
        },
        {
          "title": "Console",
          "items": [
            {
              "keys": "Ctrl + L",
              "action": "Clear the console"
            },
            {
              "keys": "Up / Down",
              "action": "Cycle through command history"
            },
            {
              "keys": "Shift + Enter",
              "action": "Add a new line without running"
            }
          ]
        },
        {
          "title": "Navigation",
          "items": [
            {
              "keys": "Ctrl + [",
              "action": "Move to the previous panel"
            },
            {
              "keys": "Ctrl + ]",
              "action": "Move to the next panel"
            },
            {
              "keys": "Ctrl + F",
              "action": "Search within the current panel"
            }
          ]
        }
      ]
    },
    {
      "slug": "macos",
      "app": "macOS",
      "version": null,
      "source": "https://support.apple.com/en-us/102650",
      "sections": [
        {
          "title": "Essentials",
          "items": [
            {
              "keys": "Cmd + C",
              "action": "Copy the selection"
            },
            {
              "keys": "Cmd + V",
              "action": "Paste from the clipboard"
            },
            {
              "keys": "Cmd + X",
              "action": "Cut the selection"
            },
            {
              "keys": "Cmd + Z",
              "action": "Undo the last action"
            },
            {
              "keys": "Cmd + Shift + Z",
              "action": "Redo the last action"
            },
            {
              "keys": "Cmd + A",
              "action": "Select all"
            }
          ]
        },
        {
          "title": "Windows and apps",
          "items": [
            {
              "keys": "Cmd + Tab",
              "action": "Switch between open apps"
            },
            {
              "keys": "Cmd + Q",
              "action": "Quit the current app"
            },
            {
              "keys": "Cmd + W",
              "action": "Close the current window"
            },
            {
              "keys": "Cmd + M",
              "action": "Minimize the window"
            },
            {
              "keys": "Cmd + `",
              "action": "Cycle windows of the current app"
            }
          ]
        },
        {
          "title": "System",
          "items": [
            {
              "keys": "Cmd + Space",
              "action": "Open Spotlight search"
            },
            {
              "keys": "Cmd + Shift + 3",
              "action": "Screenshot the whole screen"
            },
            {
              "keys": "Cmd + Shift + 4",
              "action": "Screenshot a selected area"
            },
            {
              "keys": "Cmd + Shift + 5",
              "action": "Open the screenshot toolbar"
            }
          ]
        }
      ]
    },
    {
      "slug": "windows",
      "app": "Windows",
      "version": null,
      "source": "https://support.microsoft.com/windows/keyboard-shortcuts-in-windows-dcc61a57-8ff0-cffe-9796-cb9706c75eec",
      "sections": [
        {
          "title": "Essentials",
          "items": [
            {
              "keys": "Ctrl + C",
              "action": "Copy the selection"
            },
            {
              "keys": "Ctrl + V",
              "action": "Paste from the clipboard"
            },
            {
              "keys": "Ctrl + Z",
              "action": "Undo the last action"
            },
            {
              "keys": "Ctrl + Y",
              "action": "Redo the last action"
            },
            {
              "keys": "Ctrl + A",
              "action": "Select all"
            }
          ]
        },
        {
          "title": "Windows and desktops",
          "items": [
            {
              "keys": "Alt + Tab",
              "action": "Switch between open windows"
            },
            {
              "keys": "Win + D",
              "action": "Show or hide the desktop"
            },
            {
              "keys": "Win + Left / Right",
              "action": "Snap the window to a side"
            },
            {
              "keys": "Win + Tab",
              "action": "Open Task View"
            },
            {
              "keys": "Win + Ctrl + D",
              "action": "Add a virtual desktop"
            }
          ]
        },
        {
          "title": "System",
          "items": [
            {
              "keys": "Win",
              "action": "Open the Start menu"
            },
            {
              "keys": "Win + E",
              "action": "Open File Explorer"
            },
            {
              "keys": "Win + Shift + S",
              "action": "Capture part of the screen"
            },
            {
              "keys": "Win + L",
              "action": "Lock the computer"
            },
            {
              "keys": "Ctrl + Shift + Esc",
              "action": "Open Task Manager"
            }
          ]
        }
      ]
    },
    {
      "slug": "gmail",
      "app": "Gmail",
      "version": null,
      "source": "https://support.google.com/mail/answer/6594",
      "sections": [
        {
          "title": "Compose and send",
          "items": [
            {
              "keys": "c",
              "action": "Compose a new message"
            },
            {
              "keys": "r",
              "action": "Reply to the thread"
            },
            {
              "keys": "a",
              "action": "Reply to all"
            },
            {
              "keys": "f",
              "action": "Forward the message"
            },
            {
              "keys": "Ctrl + Enter",
              "action": "Send the message"
            }
          ]
        },
        {
          "title": "Move around",
          "items": [
            {
              "keys": "j / k",
              "action": "Move to the next or previous thread"
            },
            {
              "keys": "o or Enter",
              "action": "Open the selected thread"
            },
            {
              "keys": "u",
              "action": "Return to the thread list"
            },
            {
              "keys": "g then i",
              "action": "Go to the inbox"
            },
            {
              "keys": "/",
              "action": "Jump to the search box"
            }
          ]
        },
        {
          "title": "File and organize",
          "items": [
            {
              "keys": "e",
              "action": "Archive the thread"
            },
            {
              "keys": "#",
              "action": "Delete the thread"
            },
            {
              "keys": "!",
              "action": "Report the thread as spam"
            },
            {
              "keys": "l",
              "action": "Open the label menu"
            },
            {
              "keys": "s",
              "action": "Star or unstar the thread"
            }
          ]
        }
      ]
    },
    {
      "slug": "excel",
      "app": "Excel",
      "version": null,
      "source": "https://support.microsoft.com/office/keyboard-shortcuts-in-excel-1798d9d5-842a-42b8-9c99-9b7213f0040f",
      "sections": [
        {
          "title": "Editing",
          "items": [
            {
              "keys": "Ctrl + C",
              "action": "Copy the selection"
            },
            {
              "keys": "Ctrl + V",
              "action": "Paste"
            },
            {
              "keys": "Ctrl + Z",
              "action": "Undo the last action"
            },
            {
              "keys": "F2",
              "action": "Edit the active cell"
            },
            {
              "keys": "Alt + Enter",
              "action": "New line within a cell"
            },
            {
              "keys": "Ctrl + ;",
              "action": "Insert today's date"
            }
          ]
        },
        {
          "title": "Navigation and selection",
          "items": [
            {
              "keys": "Ctrl + Arrow",
              "action": "Jump to the edge of the data"
            },
            {
              "keys": "Ctrl + Shift + Arrow",
              "action": "Select to the edge of the data"
            },
            {
              "keys": "Ctrl + Home",
              "action": "Go to cell A1"
            },
            {
              "keys": "Ctrl + A",
              "action": "Select the whole region"
            },
            {
              "keys": "Ctrl + Space",
              "action": "Select the whole column"
            }
          ]
        },
        {
          "title": "Formulas and format",
          "items": [
            {
              "keys": "Alt + =",
              "action": "Insert an AutoSum"
            },
            {
              "keys": "Ctrl + Shift + $",
              "action": "Apply currency format"
            },
            {
              "keys": "Ctrl + Shift + %",
              "action": "Apply percent format"
            },
            {
              "keys": "Ctrl + B",
              "action": "Toggle bold"
            },
            {
              "keys": "F4",
              "action": "Repeat the last action"
            }
          ]
        }
      ]
    },
    {
      "slug": "figma",
      "app": "Figma",
      "version": null,
      "source": "https://help.figma.com/hc/en-us/articles/360040328653-Keyboard-shortcuts-in-Figma",
      "sections": [
        {
          "title": "Tools",
          "items": [
            {
              "keys": "V",
              "action": "Move tool"
            },
            {
              "keys": "F",
              "action": "Frame tool"
            },
            {
              "keys": "R",
              "action": "Rectangle"
            },
            {
              "keys": "T",
              "action": "Text"
            },
            {
              "keys": "P",
              "action": "Pen"
            },
            {
              "keys": "K",
              "action": "Scale"
            }
          ]
        },
        {
          "title": "Arrange",
          "items": [
            {
              "keys": "Cmd + G",
              "action": "Group the selection"
            },
            {
              "keys": "Cmd + Shift + G",
              "action": "Ungroup"
            },
            {
              "keys": "Cmd + D",
              "action": "Duplicate in place"
            },
            {
              "keys": "Cmd + Option + G",
              "action": "Wrap in a frame"
            },
            {
              "keys": "Cmd + /",
              "action": "Search for any action"
            }
          ]
        },
        {
          "title": "Canvas",
          "items": [
            {
              "keys": "Shift + 1",
              "action": "Zoom to fit everything"
            },
            {
              "keys": "Shift + 2",
              "action": "Zoom to the selection"
            },
            {
              "keys": "Cmd + 0",
              "action": "Reset zoom to 100 percent"
            },
            {
              "keys": "Space + drag",
              "action": "Pan the canvas"
            }
          ]
        }
      ]
    },
    {
      "slug": "slack",
      "app": "Slack",
      "version": null,
      "source": "https://slack.com/help/articles/201374536-Slack-keyboard-shortcuts",
      "sections": [
        {
          "title": "Navigate",
          "items": [
            {
              "keys": "Ctrl + K",
              "action": "Jump to a channel or person"
            },
            {
              "keys": "Ctrl + Shift + K",
              "action": "Open direct messages"
            },
            {
              "keys": "Alt + Up / Down",
              "action": "Previous or next channel"
            },
            {
              "keys": "Ctrl + Shift + A",
              "action": "Open all unreads"
            },
            {
              "keys": "Ctrl + .",
              "action": "Toggle the right pane"
            }
          ]
        },
        {
          "title": "Messages",
          "items": [
            {
              "keys": "Ctrl + B",
              "action": "Bold the selected text"
            },
            {
              "keys": "Ctrl + I",
              "action": "Italic the selected text"
            },
            {
              "keys": "Ctrl + Shift + C",
              "action": "Format as a code block"
            },
            {
              "keys": "Up",
              "action": "Edit your last message"
            },
            {
              "keys": "Ctrl + Shift + \\",
              "action": "React with an emoji"
            }
          ]
        },
        {
          "title": "Read and search",
          "items": [
            {
              "keys": "Esc",
              "action": "Mark the channel as read"
            },
            {
              "keys": "Ctrl + F",
              "action": "Search the current channel"
            },
            {
              "keys": "Ctrl + G",
              "action": "Search all of Slack"
            },
            {
              "keys": "Ctrl + /",
              "action": "Show the shortcut list"
            }
          ]
        }
      ]
    }
  ]
}