mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 09:55:40 +00:00
io/key: add NameSpace, report it on Linux
Fixes gio#204. Signed-off-by: pierre <pierre.curto@gmail.com>
This commit is contained in:
@@ -570,7 +570,7 @@ func translateKey(k string) (string, bool) {
|
||||
case "Tab":
|
||||
n = key.NameTab
|
||||
case " ":
|
||||
n = "Space"
|
||||
n = key.NameSpace
|
||||
case "F1", "F2", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "F10", "F11", "F12":
|
||||
n = k
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user