Clarify IE11 support

This commit is contained in:
Alex Dima 2020-02-13 16:34:43 +01:00
parent c299715eea
commit 916bd49bbf
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
4 changed files with 8 additions and 7 deletions

View file

@ -51,7 +51,7 @@ var editor = monaco.editor.create(document.getElementById("container"), {
});
// Explanation:
// Press F1 (Alt-F1 in IE) => the action will appear and run if it is enabled
// Press F1 (Alt-F1 in Edge) => 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
@ -92,4 +92,4 @@ editor.addAction({
});
</script>
</body>
</html>
</html>