We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e692133 + a56d54d commit 7dee03fCopy full SHA for 7dee03f
1 file changed
key.go
@@ -87,16 +87,19 @@ const (
87
CapY = "Y"
88
CapZ = "Z"
89
//
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"
+ Key0 = "0"
+ Key1 = "1"
+ Key2 = "2"
+ Key3 = "3"
+ Key4 = "4"
+ Key5 = "5"
+ Key6 = "6"
+ Key7 = "7"
+ Key8 = "8"
+ Key9 = "9"
100
+ KeyGrave = "`"
101
+ KeyQuoter = '"'
102
+ KeyQuote = "'"
103
104
// Backspace backspace key string
105
Backspace = "backspace"
0 commit comments