J.F. wrote:The Targus doesn't have any function keys. You need to do like I did for the Palm and make a keymap that maps the Compose or Meta key + one of the numbers into function keys. Look at the palm.ini file in the keymaps folder. You'll need something virtually the same for the Targus. Then set the keymap in the ini file to that keymap (you'll notice the one I gave you in the arc is set to "palm.ini").
I add to my targus.ini the following:
[KEY_1]
compose = KEY_F1;
I do not the meaning, sorry for ignorance, of compose.
[KEY_1]
alt = KEY_F1;
Here I expected that pressing ALT + 1 it should send F1 to PSP
[KEY_1]
ctrl = KEY_F1;
Here I expected that pressing CTRL + 1 it should send F1 to PSP
No way to work with. Something is wrong in my assumptions.
Thanks for help, friends.
EDIT:
As a test I tried to redefine a key:
[KEY_Q]
normal 'w';
shift 'E';
just to etst re-mapping of the keyboard's keys.
It dowsn't work: Q and q still remain Q and q.
If I change the name to the .ini , the keyboard doesn't work: it means that the file I'm modifying is correct.
Why this strange results?
thanks