mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-28 16:58:01 +01:00
Clarified when to use ESC 9
This commit is contained in:
@@ -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 }
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user