Alias ` to Escape for the ipad hardware keyboard
This commit is contained in:
@@ -175,6 +175,7 @@ class Editor extends List {
|
||||
return;
|
||||
|
||||
case 'Escape':
|
||||
case '`':
|
||||
if (!this.container_.parentElement.xArchObj) {
|
||||
for (let entry of this.queryEntries('.highlight')) {
|
||||
entry.getElement().classList.toggle('highlight', false);
|
||||
|
||||
Reference in New Issue
Block a user