Color help background, CSS comments, show help on help

This commit is contained in:
Ian Gulliver
2019-07-12 06:23:10 +00:00
parent 2d5b3c7ff3
commit 6d97a7ba08
2 changed files with 9 additions and 0 deletions

View File

@@ -30,6 +30,10 @@ class EditorHelp extends EditorEntryBase {
this.addKey('a');
this.addText('Label');
this.addLine();
this.addKey('?');
this.addText('Help ');
this.addLine();
this.addKey('⇧');
this.addText('+');