Hi Blake, I'm doing nothing special regarding keymapping -- no HTML and no javascript of my doing. I do add in the "APL language bar" like this:
<script src="https://abrudz.github.io/lb/lb.js" thanks="Adam Brudzewsky"></script> but for me this imported code results in a *union* of keyboard mapping and UI clicking -- I can use either or intermix. How this works unobtrusively and so well is beyond me, but that is the whole point of a library, no? Happy to help, but as for testing, I don't have browsers or OSes other than debian 11 & brave (chrome under the hood). And an ancient firefox 78 which, golly, works. I'd be interested in results from other configurations. Cheers, Roy On Mon, Jun 2, 2025 at 4:23 PM Blake McBride <blake1...@gmail.com> wrote: > Neat. And thanks! Can this be made to use an APL keyboard? > > --blake > > > > > > > On Mon, Jun 2, 2025 at 12:47 PM Roy Tobin <royto...@gmail.com> wrote: > >> Hi, >> For fun, I coded a browser (Web) interface for GNU APL. >> >> https://roytobin.github.io/trygnuapl/ >> >> The service, by intention, imposes minimal restrictions/limitations on >> functionality. Yet memory and network usage are limited, like Dyalog's >> tryapl.com. So best results are had when using modest-sized datasets. >> >> (isCrashable == true) >> .then( () => googleJustSpinsUpAnother()) >> >> Cheers, >> Roy >> >