Add undo/redo keys

This commit is contained in:
Ian Gulliver
2019-07-11 22:43:18 +00:00
parent 498d1cbb1e
commit 7274886d76
4 changed files with 24 additions and 2 deletions

View File

@@ -53,6 +53,16 @@ class EditorHelp extends EditorEntryBase {
this.addLine();
this.addKey('f');
this.addText('Flip link ');
this.addLine();
this.addKey('u');
this.addText('Undo ');
this.addLine();
this.addKey('⇧');
this.addText('+');
this.addKey('u');
this.addText('Redo ');
}
addLine() {