Typing glyphs: Difference between revisions

Jump to navigation Jump to search
5 bytes removed ,  12:19, 29 January 2023
m
Tags: Mobile edit Mobile web edit
Line 143: Line 143:
=== ASCII symbol composition ===
=== ASCII symbol composition ===


Many APL glyphs can be approximated by overlaying or juxtaposing two ASCII characters. [[ngn/apl]]'s scripted demo interface and [https://abrudz.github.io/lb/apl Adám Brudzewsky's in-browser language bar] allow such a pair of characters and hitting the <kbd>Tab↹</kbd> key to replace them with the corresponding APL character. For example, <kbd><</kbd>,<kbd>-</kbd>,<kbd>Tab↹</kbd> will insert <syntaxhighlight lang=apl inline>←</syntaxhighlight> and <kbd>T</kbd>,<kbd>o</kbd>,<kbd>Tab↹</kbd> will insert <syntaxhighlight lang=apl inline>⍕</syntaxhighlight>.
Many APL glyphs can be approximated by overlaying or juxtaposing two ASCII characters. [[ngn/apl]]'s scripted demo interface, [https://abrudz.github.io/lb/apl Adám Brudzewsky's in-browser language bar], and [[TryAPL]]'s web interface allow such a pair of characters and hitting the <kbd>Tab↹</kbd> key to replace them with the corresponding APL character. For example, <kbd><</kbd>,<kbd>-</kbd>,<kbd>Tab↹</kbd> will insert <syntaxhighlight lang=apl inline>←</syntaxhighlight> and <kbd>T</kbd>,<kbd>o</kbd>,<kbd>Tab↹</kbd> will insert <syntaxhighlight lang=apl inline>⍕</syntaxhighlight>.


For Windows users, there is an AutoHotkey script available [https://github.com/e-sushi/aplhotstrings/tree/main here] that allows composition similar to TryAPL anywhere.
For Windows users, e-sushi has  [https://github.com/e-sushi/aplhotstrings/tree/mainan AutoHotkey script] that allows such composition.


=== Text replacement ===
=== Text replacement ===

Navigation menu