You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original nedit shortcuts can contain names of keys (such as Period, Comma, Prior, Slash, etc.) which are not supported by nedit-ng.
I had to add several replace() calls into import.cpp to handle some cases that I found in my macros. Like this:
So I can definitely do this sort of fixup... but I'd love to find a place which lists the translations so I can just get them all correct once. Looking into it.
Original nedit shortcuts can contain names of keys (such as Period, Comma, Prior, Slash, etc.) which are not supported by nedit-ng.
I had to add several
replace()
calls intoimport.cpp
to handle some cases that I found in my macros. Like this:I'm pretty sure that it does not cover all cases.
The text was updated successfully, but these errors were encountered: