This commit is contained in:
minjaesong
2024-09-12 20:53:26 +09:00
parent 4a0f740e03
commit 7ed37cf355
13 changed files with 32 additions and 12 deletions

View File

@@ -192,6 +192,8 @@ class UIIMEConfig(remoCon: UIRemoCon?) : UICanvas() {
"ansi" -> getKeycapsANSI(this)
"iso" -> getKeycapsISO(this)
else -> throw IllegalArgumentException("Unknown physical layout: $layout")
// the JIS "Ro" key is not even recognised as a key by GLFW so JIS layout cannot be supported even if I wanted to
// besides, nobody in Japan types in Kana layout any more
}
keycaps.values.forEach { addUIitemAtHead(it) }