idea runconfig

This commit is contained in:
minjaesong
2021-11-09 21:27:08 +09:00
parent dc0de876d5
commit 60547a7d21
4 changed files with 22 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ object IME {
}
}
fun invoke() {}
@JvmStatic fun invoke() {}
fun getLowLayerByName(name: String): TerrarumKeyLayout {
return lowLayers[name.lowercase()]!!