Merge pull request #137 from sangkilc/master

Use an upper character for MenuItem's hotkey
This commit is contained in:
Miguel de Icaza
2018-10-02 11:32:46 -04:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -35,7 +35,7 @@ namespace Terminal.Gui {
nextIsHot = true;
else {
if (nextIsHot) {
HotKey = x;
HotKey = Char.ToUpper ((char)x);
break;
}
nextIsHot = false;