diff options
author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-02-08 16:30:13 +0000 |
---|---|---|
committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-02-08 16:30:13 +0000 |
commit | 901518789d10bcc786ddb0ee0850bd4445ff66b9 (patch) | |
tree | 9d5fbff6bd78b9d3d86b8fb1445f16b91633349f | |
parent | 34270afac08c5ab0a2fd1dd9a388d34d51979d01 (diff) |
Note about new aplkeys script
-rw-r--r-- | sites/apl.pmikkelsen.com/index.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sites/apl.pmikkelsen.com/index.md b/sites/apl.pmikkelsen.com/index.md index da0a9fc..feec16e 100644 --- a/sites/apl.pmikkelsen.com/index.md +++ b/sites/apl.pmikkelsen.com/index.md @@ -42,7 +42,16 @@ Installation is as simple as cloning and running `mk`. The resulting binary is installed as `apl`. At the time of writing, it doesn't take command line arguments (apart from -t and -m for debugging). -I haven't yet figured out a good way to type the APL glyphs on 9front, so you have to come up with something on your own. And remember to use a font that can display the glyphs! +Remember to use a font that can display the glyphs! To be able to write the apl glyphs, +a small script is provided with the name `aplkeys` which works on 9front. Usage is as follows: + + # Say my normal kbmap is called dk, but I want to be able to write APL symbols + aplkeys dk + +The layout is mostly as the one on X11 on linux, but the way to access the symbols are different. +In order to get the "normal" layer, such as `⍺⍳⍵∊*` and so on, hold down Mod4 (the windows key) while +typing (in this case, typing aiwep). To access the other layer, hold down Mod4 and Alt-gr at the same +time, to get `⍶⍸⍹⍷⍣` and so on. Please email me if you have questions about this. # Screenshot |