From 901518789d10bcc786ddb0ee0850bd4445ff66b9 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Tue, 8 Feb 2022 16:30:13 +0000 Subject: Note about new aplkeys script --- sites/apl.pmikkelsen.com/index.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'sites/apl.pmikkelsen.com') 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 -- cgit v1.2.3