Please add a user option that makes keypad arrow keys
respond as if they were part of the edit group arrow
keys. Example: KP_RIGHT -> RIGHT, etc. This would
allow shortcut definitions defined under jEdit/Windows
to be ported directly to jEdit/LINUX.
I'm not sure if this is a bug report or a feature
request because all keypad keys except arrows already
behave this way, i.e. ENTER, PGUP, PGDN, HOME, END,
INSERT, DELETE, etc.
I added the following code to trunk's Startup/tartup.bsh but you can add it to your own and use your favorite version of jEdit.
As of jEdit 5.2, the keypad and the regular arrowkeys should behave the same way on all platforms.