APL language bar, key-bindings, and character compositions
This provides three ways to easily enter APL characters into pretty much any input field on any webpage:
- Use backtick ` as prefix APL key, e.g. `a gives
⍺
. - Enter a combo sequence and hit Tab, e.g. aaTab gives
⍺
. - Click on symbols in the language bar.
Try it here:
Hover over a symbol in the language bar for keybindings and combo sequences.
To enter the `
character, press `Space.
Installation
Desktop browser
- Drag this link to your bookmarks bar: APL
Mobile browser
- Add a bookmark for this page.
- Edit the bookmark's target URL address to
javascript:(d=>{let%20e=d.createElement("script");e.src="https://abrudz.github.io/lb/lb.js";d.body.appendChild(e)})(document)
Webpage
- Include this HTML in your page:
<script src="https://abrudz.github.io/lb/lb.js"></script>
Activation
- Navigate to the web page where you want to enter APL characters.
- Click on the APL bookmark. The language bar should appear at the web page's top.