Kaynağa Gözat

fix the keyboard roaming issue #88

tags/2.12.0
Caven Chen 3 yıl önce
ebeveyn
işleme
30cdec6b03
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2
    0
      modules/roaming/KeyboardRoaming.js

+ 2
- 0
modules/roaming/KeyboardRoaming.js Dosyayı Görüntüle

@@ -112,9 +112,11 @@ class KeyboardRoaming {
}
break
case 'A'.charCodeAt(0):
case 37:
flag = 'moveLeft'
break
case 'D'.charCodeAt(0):
case 39:
flag = 'moveRight'
break
case 'Q'.charCodeAt(0):

Loading…
İptal
Kaydet