From: Mischa POSLAWSKY Date: Sat, 30 Dec 2023 04:02:33 +0000 (+0100) Subject: keyboard/altgr/apl: replace ascii operator substitutes X-Git-Url: http://git.shiar.net/sheet.git/commitdiff_plain/97b021f662ff18e7f171fafb9d6569709d12b254 keyboard/altgr/apl: replace ascii operator substitutes --- diff --git a/keyboard/altgr/apl.eng.inc.pl b/keyboard/altgr/apl.eng.inc.pl index 85d49ea..644450d 100644 --- a/keyboard/altgr/apl.eng.inc.pl +++ b/keyboard/altgr/apl.eng.inc.pl @@ -40,12 +40,12 @@ our %rows = ( 'w' => '⍵', 'e' => '∊', 'r' => '⍴', - 't' => '~', + 't' => '∼', # ~ 'y' => '↑', 'u' => '↓', 'i' => '⍳', 'o' => '○', - 'p' => '*', + 'p' => '⋆', # * '[' => '←', ']' => '→', '\\'=> '⊢',