Thread: Button Mapping
View Single Post
Old 09-02-04, 08:53 PM   #7 (permalink)
Noisy Crow
Guest
 
Posts: n/a
The text strings in the conf file are mapped in application to internal keycodes. What needs to be done is:

1. Determine the keycodes from the Axim buttons
2. Alter the application to use those codes in place of (or as well as) the current ones.

Likely can be done with a hex editor... easier to ask the app programmer to make the change..
  Reply With Quote