]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/game/input/scancodes/scancodes.factor
factor: Rename I[ ]I to [I I]. Fix places where we do "string"token without whitespace.
[factor.git] / basis / game / input / scancodes / scancodes.factor
index f31bc35bcf7cb56e9261069b057243fd033d1625..bf3c60d39cff8f25da8e89aa9bff43dcdd636f40 100644 (file)
@@ -47,8 +47,8 @@ CONSTANT: key-tab 0x002b
 CONSTANT: key-space 0x002c
 CONSTANT: key-- 0x002d
 CONSTANT: key-= 0x002e
-CONSTANT: key-[ 0x002f
-CONSTANT: key-] 0x0030
+CONSTANT: key-lbracket 0x002f
+CONSTANT: key-rbracket 0x0030
 CONSTANT: key-\ 0x0031
 CONSTANT: key-#-non-us 0x0032
 CONSTANT: key-; 0x0033