mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
fix: bad key assignments on Colemak keyboards
This commit is contained in:
@@ -65,12 +65,12 @@
|
|||||||
["<ENVELOPE>"],
|
["<ENVELOPE>"],
|
||||||
["\n"],
|
["\n"],
|
||||||
["\x08"],
|
["\x08"],
|
||||||
["`","~","\u0303","≈"],
|
["`","~","\u0300","\u0303"],
|
||||||
["-","_","–","—"],
|
["-","_","–","—"],
|
||||||
["=","+","×","÷"],
|
["=","+","×","÷"],
|
||||||
["[","{","«","‹"],
|
["[","{","«","‹"],
|
||||||
["]","}","»","›"],
|
["]","}","»","›"],
|
||||||
["\\","|","~","¦"],
|
["\\","|","¬","¦"],
|
||||||
["o","O","ó","Ó"],
|
["o","O","ó","Ó"],
|
||||||
["'",'"',"õ","Õ"],
|
["'",'"',"õ","Õ"],
|
||||||
["/","?","¿","§"],
|
["/","?","¿","§"],
|
||||||
|
|||||||
@@ -65,12 +65,12 @@
|
|||||||
["<ENVELOPE>"],
|
["<ENVELOPE>"],
|
||||||
["\n"],
|
["\n"],
|
||||||
["\x08"],
|
["\x08"],
|
||||||
["`","~","\u0303","≈"],
|
["`","~","\u0300","\u0303"],
|
||||||
["-","_","–","—"],
|
["-","_","–","—"],
|
||||||
["=","+","×","÷"],
|
["=","+","×","÷"],
|
||||||
["[","{","«","‹"],
|
["[","{","«","‹"],
|
||||||
["]","}","»","›"],
|
["]","}","»","›"],
|
||||||
["\\","|","~","¦"],
|
["\\","|","¬","¦"],
|
||||||
["o","O","ó","Ó"],
|
["o","O","ó","Ó"],
|
||||||
["'",'"',"õ","Õ"],
|
["'",'"',"õ","Õ"],
|
||||||
["/","?","¿","§"],
|
["/","?","¿","§"],
|
||||||
|
|||||||
Reference in New Issue
Block a user