Explorar el Código

fix the keyboard roaming issue #88

tags/2.12.0
Caven Chen hace 3 años
padre
commit
30cdec6b03
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      modules/roaming/KeyboardRoaming.js

+ 2
- 0
modules/roaming/KeyboardRoaming.js Ver fichero

} }
break break
case 'A'.charCodeAt(0): case 'A'.charCodeAt(0):
case 37:
flag = 'moveLeft' flag = 'moveLeft'
break break
case 'D'.charCodeAt(0): case 'D'.charCodeAt(0):
case 39:
flag = 'moveRight' flag = 'moveRight'
break break
case 'Q'.charCodeAt(0): case 'Q'.charCodeAt(0):

Cargando…
Cancelar
Guardar