You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Objects.hash(InputModeSwitcherManager.USER_DEF_KEYCODE_SHIFT_1, 0) to ContextCompat.getDrawable(Launcher.instance.context, R.drawable.shift_off_0_icon),
Objects.hash(InputModeSwitcherManager.USER_DEF_KEYCODE_SHIFT_1, 1) to ContextCompat.getDrawable(Launcher.instance.context, R.drawable.shift_on_1_icon),
Objects.hash(InputModeSwitcherManager.USER_DEF_KEYCODE_SHIFT_1, 2) to ContextCompat.getDrawable(Launcher.instance.context, R.drawable.shift_lock_2_icon),
Objects.hash(InputModeSwitcherManager.USER_DEF_KEYCODE_SHIFT_1, 3) to ContextCompat.getDrawable(Launcher.instance.context, R.drawable.shift_off_3_icon),
Objects.hash(InputModeSwitcherManager.USER_DEF_KEYCODE_SHIFT_1, 4) to ContextCompat.getDrawable(Launcher.instance.context, R.drawable.shift_on_4_icon),
Objects.hash(InputModeSwitcherManager.USER_DEF_KEYCODE_SHIFT_1, 5) to ContextCompat.getDrawable(Launcher.instance.context, R.drawable.shift_lock_5_icon),
Objects.hash(InputModeSwitcherManager.USER_DEF_KEYCODE_SHIFT_1, 7) to ContextCompat.getDrawable(Launcher.instance.context, R.drawable.shift_on_7_icon),
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
在“KeyIconPreset.kt”文件中,图标没有正确设置,导致英文输入时,拼写模式下的shift按键图标与直输模式相同。
Beta Was this translation helpful? Give feedback.
All reactions