mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Merge pull request #137 from sangkilc/master
Use an upper character for MenuItem's hotkey
This commit is contained in:
Binary file not shown.
@@ -35,7 +35,7 @@ namespace Terminal.Gui {
|
||||
nextIsHot = true;
|
||||
else {
|
||||
if (nextIsHot) {
|
||||
HotKey = x;
|
||||
HotKey = Char.ToUpper ((char)x);
|
||||
break;
|
||||
}
|
||||
nextIsHot = false;
|
||||
|
||||
Reference in New Issue
Block a user