keyboard/altgr/apl: replace ascii operator substitutes
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 30 Dec 2023 04:02:33 +0000 (05:02 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 1 Jan 2024 02:41:45 +0000 (03:41 +0100)
keyboard/altgr/apl.eng.inc.pl

index 85d49ea54e0a43fe6836f2159c5ecb2c1c26026a..644450d55054f17919f0989592c6fa0315259e57 100644 (file)
@@ -40,12 +40,12 @@ our %rows = (
        'w' => '⍵',
        'e' => '∊',
        'r' => '⍴',
-       't' => '~',
+       't' => '∼', # ~
        'y' => '↑',
        'u' => '↓',
        'i' => '⍳',
        'o' => '○',
-       'p' => '*',
+       'p' => '⋆', # *
        '[' => '←',
        ']' => '→',
        '\\'=> '⊢',