Clarified when to use ESC 9

This commit is contained in:
miguel
2018-05-25 19:07:23 -04:00
parent b759fa9a62
commit 4d6efcb52e
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ class Demo {
new Button ("Ok") { X = 3, Y = 19 },
new Button ("Cancel") { X = 10, Y = 19 },
progress,
new Label ("Press ESC and 9 to activate the menubar") { X = 3, Y = 22 }
new Label ("Press F9 (on Unix ESC+9 is an alias) to activate the menubar") { X = 3, Y = 22 }
);
}