mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-03 14:40:37 +00:00
parent
11cb702d7f
commit
2e64499f96
1 changed files with 4 additions and 0 deletions
|
|
@ -338,6 +338,10 @@ modSearch:
|
|||
}
|
||||
}
|
||||
|
||||
if len(k) == 0 {
|
||||
return Key{buttons: -1}, false
|
||||
}
|
||||
|
||||
// Control is handled specially, since some character codes in bindingKeys
|
||||
// are different when Control is depressed. We should check for Control keys
|
||||
// first.
|
||||
|
|
|
|||
Loading…
Reference in a new issue