Open GrAndAG opened 1 year ago
Oh, interesting, I'll have to take a look at this. Thanks!
I've also been planning to revamp how the shortcuts are handled in NG so they are more configurable too.
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.