How to use the numeric keypad of aXes

Use this Forum to post your “How to …” questions about your use of aXes. This is not a technical support forum. Both the aXes Support Team at LANSA and other aXes customers may answer your questions. LANSA cannot guarantee the accuracy of any information posted by customers.

Moderator: jeanmichel

Post Reply
sohashi
Posts: 4
Joined: 02 Oct 2019, 17:23

How to use the numeric keypad of aXes

Post by sohashi »

Hi,

I want to enter [+] [-] when using aXes.
It cannot be used when inputting with the numeric keypad.
* All types that can be specified on the Current map are not available.

If you know how to use [+] and [-] on the numeric keypad, please let me know.

Regards

Shumpei
User avatar
Dino
Posts: 88
Joined: 19 May 2017, 08:29

Re: How to use the numeric keypad of aXes

Post by Dino »

Hi Shumpei,

What you need to do is create a keyboard mapping that use those keys as indicated, actually, remove the special use of those keys.
Instructions are here: https://axesdocs.lansa.com.au/index.php ... lib2FyZCJd

Basically, the steps were:

1) copy or create another xml map. I decided to copy the existing map as400keymap.xml with the name numericboardkeymap.xml. Note that the default map is actually the windows map, maybe I should have use that one... before doing the copy, I did a cd '/axes420/ts' , so directory '.' is already pointing to '/axes420/ts' , and I put the owner parameter in *keep to keep the existing authority and no mess with that:
axeskeymap01.png
axeskeymap01.png (28.47 KiB) Viewed 3205 times
2) once you have done that, you can edit that numerickeyboardkeymap.xml and per the instructions in the previous link, I removed what I don't need, in this case the lines that assign a special use to NumPlus and NumMinus
axeskeymap02.png
axeskeymap02.png (15.65 KiB) Viewed 3205 times
3) once saved, restarted my axes session, and pick the numericboardkeymap.xml in the menu under keyboard maps. Note that using it in this way, axes will remember the last keyboard map used, but you could also change the default map per the instructions. I think makes more sense to have this as an additional map to use when needed.
axeskeymap03.png
axeskeymap03.png (87.95 KiB) Viewed 3205 times
it works fine!
Post Reply