qwas/core/assets/layouts/qwerty_uk.kmp
2017-07-17 13:12:58 +01:00

23 lines
690 B
Plaintext

{
"name" : "qwerty uk",
"combinations" : [
{
"combination" : "default",
"lines" : [
["`","1","2","3","4","5","6","7","8","9","0","-","="],
["q","w","e","r","t","y","u","i","o","p","[","]"],
["a","s","d","f","g","h","j","k","l",";","'","#"],
["\\","z","x","c","v","b","n","m",",",".","/"]
]
},
{
"combination" : "shift",
"lines" : [
["¬","!","\"","£","$","%","^","&","*","(",")","_","+"],
["Q","W","E","R","T","Y","U","I","O","P","{","}"],
["A","S","D","F","G","H","J","K","L",":","@","~"],
["|","Z","X","C","V","B","N","M","<",">","?"]
]
}
]
}