mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 01:45:36 +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:
@@ -443,7 +443,7 @@ func convertKey(k rune) (string, bool) {
|
||||
case 0x09, 0x19:
|
||||
n = key.NameTab
|
||||
case 0x20:
|
||||
n = "Space"
|
||||
n = key.NameSpace
|
||||
default:
|
||||
k = unicode.ToUpper(k)
|
||||
if !unicode.IsPrint(k) {
|
||||
|
||||
Reference in New Issue
Block a user