Skip to content

Commit 7dee03f

Browse files
authored
Merge pull request #761 from go-vgo/bitmap-pr
Add: add more const Key support
2 parents e692133 + a56d54d commit 7dee03f

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

key.go

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,19 @@ const (
8787
CapY = "Y"
8888
CapZ = "Z"
8989
//
90-
Key0 = "0"
91-
Key1 = "1"
92-
Key2 = "2"
93-
Key3 = "3"
94-
Key4 = "4"
95-
Key5 = "5"
96-
Key6 = "6"
97-
Key7 = "7"
98-
Key8 = "8"
99-
Key9 = "9"
90+
Key0 = "0"
91+
Key1 = "1"
92+
Key2 = "2"
93+
Key3 = "3"
94+
Key4 = "4"
95+
Key5 = "5"
96+
Key6 = "6"
97+
Key7 = "7"
98+
Key8 = "8"
99+
Key9 = "9"
100+
KeyGrave = "`"
101+
KeyQuoter = '"'
102+
KeyQuote = "'"
100103

101104
// Backspace backspace key string
102105
Backspace = "backspace"

0 commit comments

Comments
 (0)