Fix the mkMap function.
This commit is contained in:
parent
5706e9cb16
commit
dde0a4f86a
|
@ -10,7 +10,7 @@ object AddKeyMaps {
|
|||
private fun mkMap(translationSuffix: String, key: Int, category: String = "keycategory"): KeyMapping {
|
||||
return KeyMapping(
|
||||
"$prefix.$translationSuffix", InputConstants.Type.KEYSYM,
|
||||
key, category
|
||||
key, "$prefix.$category"
|
||||
)
|
||||
}
|
||||
fun getList(): List<KeyMapping> {
|
||||
|
|
Loading…
Reference in New Issue