I wanted to remap my keyboard so that it was more natural for windows XP. That means the apple/command key becomes the left alt key, and the alt/option key becomes with left windows key. That way, if you are a long time windows user you can continue using the keyboard in a manner that is consistant with all other windows keyboard out there.
Advice in this forum suggested using either autohotkey or sharpkeys. I chose sharpkeys so nothing would be running (plus sharpkeys makes windows logon work correctly as well). Both sharpkeys and autohotkey remap the keyboard based on keycodes.
Everything is perfect.... except..... clicking on the windows "start" icon in the dock, which is nicely placed there in coherence mode, no longer brings up the start menu. All it does is send a left alt to windows. (I tested and the same happens when autohotkey is used for keyboard remapping). So, parallels is obviously passing a keycode to the running windows system when this dock icon is pressed.
Can I change this keycode to a different value? I would need to set it to the remapped value.
For those wondering, left alt is 00_38 and left windows is E0_5B. I suppose the parallels start icon in the docs sends keystroke E0_5B to windows. I would like it to send 00_38.
I'm surprised the parallels dev team has not addressed this need. The posts asking for it go back a ways and it seems a reasonable request.
Paul
Advice in this forum suggested using either autohotkey or sharpkeys. I chose sharpkeys so nothing would be running (plus sharpkeys makes windows logon work correctly as well). Both sharpkeys and autohotkey remap the keyboard based on keycodes.
Everything is perfect.... except..... clicking on the windows "start" icon in the dock, which is nicely placed there in coherence mode, no longer brings up the start menu. All it does is send a left alt to windows. (I tested and the same happens when autohotkey is used for keyboard remapping). So, parallels is obviously passing a keycode to the running windows system when this dock icon is pressed.
Can I change this keycode to a different value? I would need to set it to the remapped value.
For those wondering, left alt is 00_38 and left windows is E0_5B. I suppose the parallels start icon in the docs sends keystroke E0_5B to windows. I would like it to send 00_38.
I'm surprised the parallels dev team has not addressed this need. The posts asking for it go back a ways and it seems a reasonable request.
Paul