Commands
There are two categories of commands available in Master Key: the user commands and the keybinding commands.
User Commands
User commands take no arguments and generally interact with the user-interface of VSCode.
Master Key: Key Suggestions...(master-key.commandSuggestions) — Display a list of possible key presses which follow from the current prefix of keys pressed so far.Master Key: Toggle Key Suggestions(master-key.toggleSuggestions) — Display or hide a list of possible key presses which follow from the current prefix of keys pressed so far.Master Key: Toggle Visual Doc Modifier by frequency(master-key.toggleVisualDocModifiers) — In the visual documentation view, cycle through the possible keybinding modifiers based on how frequently they are used in the current set of keybindings.Master Key: Activate Keybindings in Current File(master-key.activateCurrentFile) — Insert the master key bindings in the current file into VSCode, making them activeMaster Key: Activate Keybindings(master-key.activateBindings) — Insert your master key bindings into VSCode, making them activeMaster Key: Deactivate Keybindings(master-key.deactivateBindings) — Remove your master key bindings from VSCodeMaster Key: New Keybinding Copy(master-key.editPreset) — Edit a new copy of a given master keybinding preset.Master Key: Import User Bindings(master-key.importUserBindings) — Import user bindings from VSCode's global keybindings file (keybindings.json)Master Key: Import Default Bindings(master-key.importDefaultBindings) — Import default bindings from VSCode's default keybindings fileMaster Key: Install Extensions Required by Keybindings(master-key.installRequiredExtensions) — Install extensions required by your keybindings, as defined in therequiredExtensionsfield.Master Key: Show Visual Documentation(master-key.showVisualDoc) — Documents keybindings on a keyboard layout shown in the bottom panel of your editor.Master Key: Show Text Documentation(master-key.showTextDoc) — Show documentation for the current master keybindings in a rendered markdown file.
Keybinding Commands
Keybinding commands usually have at least one argument and are expected to primarily be used when defining keybindings in a master keybinding TOML file.
