mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fixes #701. HotKeys fixed.
This commit is contained in:
@@ -153,7 +153,7 @@ namespace Terminal.Gui {
|
||||
|
||||
bool CheckKey (KeyEvent key)
|
||||
{
|
||||
if (key.Key == HotKey) {
|
||||
if (key.Key == (Key.AltMask | HotKey)) {
|
||||
this.SuperView.SetFocus (this);
|
||||
Clicked?.Invoke ();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user