Another possibility is to code the Node toggle function in J. The c++ code is the Note::select_line_note function in https://github.com/jsoftware/qtide/blob/master/lib/base/note.cpp , but it may be easiest to write a J version from scratch.
With this, you could define a user key that ran the Note function on the current edit window. On Wed, Sep 1, 2021 at 12:34 PM chris burke <[email protected]> wrote: > The code for the Note toggle is in the Jqt source and is hardwired to > Ctrl+Shift+/ by associating it with the "Edit|Selection|Toggle Note" menu > item. > > Right now, we don't have a way to set different menu shortcuts on > startup, though this should be possible. So for now there is no obvious > workaround. > > On Wed, Sep 1, 2021 at 11:52 AM Gilles Kirouac <[email protected]> wrote: > >> Concerning the Toggle Comment Ctl+/ and Toggle Note Ctl+Shift+/ features >> >> With my French-Canadian keyboard driver, I can do Ctl+/ using >> Ctl+Shift+3 since / is uppercase 3 on that kb. >> >> But Toggle Note poses a problem. Some Russian and Serbian images likely >> have a similar problem. >> >> Is there a workaround besides switching to a US kb for all my work in J >> (which is not tempting at all)? >> >> I am NOT asking for a change. >> >> Thanks for your reply. >> >> >> ~ Gilles >> > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
