Commit 25dfcb7 Ivan Seredkin
committed
1 parent 9a24625 commit 25dfcb7 Copy full SHA for 25dfcb7
File tree 1 file changed +2
-2
lines changed
src/main/kotlin/com/github/siropkin/kursor
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ private val windowsKeyboardVariantMap = mapOf(
81
81
private val macKeyboardVariantMap = mapOf (
82
82
" UserDefined_19458" to " RU" , // Russian
83
83
" UserDefined_com.sogou.inputmethod.pinyin" to " ZH" , // Sogou Pinyin: https://pinyin.sogou.com/mac
84
- " UserDefined_im.rime.inputmethod.Squirrel.Hans" to " SS " , // Squirrel - Simplified: https://rime.im
85
- " UserDefined_im.rime.inputmethod.Squirrel.Hant" to " ST " // Squirrel - Traditional: https://rime.im
84
+ " UserDefined_im.rime.inputmethod.Squirrel.Hans" to " ZH " , // Squirrel - Simplified: https://rime.im
85
+ " UserDefined_im.rime.inputmethod.Squirrel.Hant" to " ZH " // Squirrel - Traditional: https://rime.im
86
86
)
87
87
88
88
class KeyboardLayoutInfo (private val language : String , private val country : String , private val variant : String ) {
You can’t perform that action at this time.
0 commit comments