IME toggle button as a keyboard control

This commit is contained in:
minjaesong
2021-10-27 16:13:44 +09:00
parent 4434bec48e
commit 886bea5ccb
3 changed files with 22 additions and 5 deletions

View File

@@ -77,6 +77,7 @@ object DefaultConfig {
"control_key_quickslots" to ((Input.Keys.NUM_1..Input.Keys.NUM_9) + arrayOf(Input.Keys.NUM_0)).map { 1.0*it }.toDoubleArray(),
"control_key_quickselalt" to intArrayOf(Input.Keys.BACKSPACE, Input.Keys.CONTROL_LEFT, Input.Keys.BACKSLASH).map { 1.0*it }.toDoubleArray(),
"control_key_toggleime" to Input.Keys.ALT_RIGHT,
"config_mouseprimary" to Input.Buttons.LEFT, // left mouse
"config_mousesecondary" to Input.Buttons.RIGHT, // right mouse