Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IKeybindingRule.html
interface IKeybindingRule { command?: string; commandArgs?: any; keybinding: number; when?: string; }
string
any
number