mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
RadioGroup: only catch the hotkey if no other control processed the event
This commit is contained in:
@@ -88,7 +88,7 @@ namespace Terminal.Gui {
|
||||
}
|
||||
}
|
||||
|
||||
public override bool ProcessHotKey (KeyEvent kb)
|
||||
public override bool ProcessColdKey (KeyEvent kb)
|
||||
{
|
||||
var key = kb.KeyValue;
|
||||
if (key < Char.MaxValue && Char.IsLetterOrDigit ((char)key)) {
|
||||
|
||||
Reference in New Issue
Block a user