Appearance
4158 - Keyboard Shortcuts
Editor keyboard shortcut bindings. This is an example of a MAML document.
maml
{
editor: "sublime"
shortcuts: [
{
key: "Alt+F7"
action: "select_all_occurrences"
when: "global"
}
{
key: "Cmd+Shift+L"
action: "toggle_comment"
when: "global"
}
{
key: "Ctrl+Shift+P"
action: "search_project"
when: "debug"
}
{
key: "Ctrl+`"
action: "select_all_occurrences"
when: "global"
}
]
}