Make left arrow use combining left arrow for accents (consistent with right arrow).

This commit is contained in:
Davide P. Cervone 2016-06-14 13:41:32 -04:00
parent 97b9fbcfab
commit a1c40e7a02
2 changed files with 2 additions and 0 deletions

View File

@ -246,6 +246,7 @@
REMAPACCENT: {
"\u007E": "\u0303",
"\u2192": "\u20D7",
"\u2190": "\u20D6",
"\u0060": "\u0300",
"\u005E": "\u0302",
"\u00B4": "\u0301",

View File

@ -140,6 +140,7 @@
REMAPACCENT: {
"\u007E": "\u0303",
"\u2192": "\u20D7",
"\u2190": "\u20D6",
"\u0060": "\u0300",
"\u005E": "\u0302",
"\u00B4": "\u0301",