Document EOL for Classic Edge

This commit is contained in:
Alexandru Dima 2021-03-12 14:24:42 +01:00
parent d57e723bb8
commit 92d6800a00
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
3 changed files with 3 additions and 2 deletions

View file

@ -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