I noticed that for the ]KEYBOARD command, the comment symbol ⍝ appears in two places; on the C key, and on the \ key. I think, perhaps, that keeping it on the \ key and removing it from the C key makes sense for the following reason. The Z, X, C, and V keys are often mapped to the very convenient four characters each with a quad and one of the four arrow keys (up, down, right, left) which are very useful for keyed or component file IO.
I also, regretfully, noticed that I created my custom keyboard using the Dyalog standard rather than the standard used by GNU APL. Apparently, both the Dyalog standard, and the GNU APL standard differ from the IBM standard. Perhaps Standard is a poor word... Thanks. Blake On Fri, Jun 27, 2014 at 10:54 AM, Juergen Sauermann < [email protected]> wrote: > Hi, > > Fred is correct. I have updated the ]KEYBOARD command to show > the new layout (as for dyalog keyboards). ⍙ is Alt-shift-. (two keys > right from M). SVN 345. > > /// Jürgen > > > > On 06/27/2014 05:15 PM, Frederick H. Pitts wrote: > >> Elias, >> >> My keyboard is configured to have ⍶, ⍹, and ⍷ above ⍺, ⍵ and ∊, >> respectively, so that their locations are easy to remember. I would >> have >> liked to placed ⍙ above ∆ but that location was already occupied by ⍋, >> so I placed ⍙ above ⌊ on the 'd' key. >> >> Regards >> >> Fred >> >> On Fri, 2014-06-27 at 22:44 +0800, Elias Mårtenson wrote: >> >>> Any suggestions where I should put the ⍶ and ⍹ symbols on the Emacs >>> keymap? The ]KEYB command doesn't display a mapping for them. >>> >>> >>> Regards, >>> Elias >>> >> >> >> >> > >
