mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
remove Println
unknown key codes shouldn't print out to stdout
This commit is contained in:
parent
99537f2816
commit
7ea0601fc6
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue