forked from joejulian/gio
io/key: add support for the Tab and Space keys
Fixes gio#62 Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -87,6 +87,7 @@ const (
|
||||
NameDeleteForward = "⌦"
|
||||
NamePageUp = "⇞"
|
||||
NamePageDown = "⇟"
|
||||
NameTab = "⇥"
|
||||
)
|
||||
|
||||
// Contain reports whether m contains all modifiers
|
||||
|
||||
Reference in New Issue
Block a user