mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Document EOL for Classic Edge
This commit is contained in:
parent
d57e723bb8
commit
92d6800a00
3 changed files with 3 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ var editor = monaco.editor.create(document.getElementById("container"), {
|
|||
});
|
||||
|
||||
// Explanation:
|
||||
// Press F1 (Alt-F1 in Edge) => the action will appear and run if it is enabled
|
||||
// Press F1 => the action will appear and run if it is enabled
|
||||
// Press Ctrl-F10 => the action will run if it is enabled
|
||||
// Press Chord Ctrl-K, Ctrl-M => the action will run if it is enabled
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue