keys for foreign keyboards

This commit is contained in:
kepler155c@gmail.com
2019-04-21 23:40:21 -04:00
parent 8b1d1c12e3
commit 60efe15fd9

View File

@@ -1164,8 +1164,8 @@ function input:translate(event, code, p1, p2)
else
self.pressed[code] = true
if self:modifierPressed() and not modifiers[code] or code == 57 then
self.fired = true
return input:toCode(keys.getName(code), code)
--self.fired = true
--return input:toCode(keys.getName(code), code)
else
self.fired = false
end