mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
remove Println
unknown key codes shouldn't print out to stdout
This commit is contained in:
@@ -1446,7 +1446,6 @@ func getKeyboardState(event *C.GdkEventKey) (string, bool) {
|
||||
}
|
||||
keyString, ok := VirtualKeyCodes[keyCode]
|
||||
if !ok {
|
||||
fmt.Println("Error Could not find key code: ", keyCode)
|
||||
return "", false
|
||||
}
|
||||
acc.Key = keyString
|
||||
|
||||
Reference in New Issue
Block a user