[unicode] simplify keys

This commit is contained in:
contrapunctus 2021-09-01 17:51:08 +05:30
parent f1eb05270f
commit 188d365629
1 changed files with 2 additions and 2 deletions

View File

@ -2327,7 +2327,7 @@ and eval it."
(general-auto-unbind-keys)
(general-def
:prefix "M--"
"r -" [?₹] "- r" [?₹]
"r" [?₹]
"- -" [?—]
"- L" [?£] "L -" [?£]
@ -2350,7 +2350,7 @@ and eval it."
"~ N" [?Ñ] "N ~" [?Ñ]
"o e" [?œ]
"o o" [?°] "x x" [?×]
"o o" [?°] "x" [?×]
"1 2" [?½] "1 3" [?⅓] "1 4" [?¼]
"2 3" [?⅔] "2 5" [?⅖]
"3 4" [?¾] "3 5" [?⅗]