| View previous topic :: View next topic |
| Author |
Message |
dvda2k
Joined: 19 Apr 2007 Posts: 45
|
Posted: Thu Feb 19, 2009 11:32 am Post subject: How to perfectly remap RWin to RCtrl? |
|
|
My keyboard lacks a RCtrl but has a RWin. So I use to remap it.
It works but if I keep holding RWin and press V, it will Paster at first and then keep sending letter "v" instead.
How do I make the system aware that RCtrl is still held down? BTW, I'm on Windows 7. I hope it is not a OS problem. |
|
| Back to top |
|
 |
HotKeyIt
Joined: 18 Jun 2008 Posts: 4652 Location: AHK Forum
|
|
| Back to top |
|
 |
dvda2k
Joined: 19 Apr 2007 Posts: 45
|
Posted: Fri Feb 20, 2009 6:44 am Post subject: |
|
|
| HotKeyIt wrote: | It works for me, when I press Rwin+v v is not send, might be OS problem, I am on XP. You can try
Have your tried to run that line only? Or do you have any other hotkeys in your script? |
Thanks for your help.
The problem is resolved after uninstall some other software and reboot. So I guess this is caused by some conflict. |
|
| Back to top |
|
 |
geor
Joined: 16 Jun 2008 Posts: 66
|
Posted: Sat Feb 21, 2009 12:29 pm Post subject: |
|
|
i had same problem, & followed suggestions in the AHK guide
to 'permanently' remap the keyboard using KeyTweak -
| Code: | | http://webpages.charter.net/krumsick/ |
KeyTweak also works great while running Windows in BootCamp on a Mac, as it gives the familiar forward-deleting 'Delete' key, among others
that the Mac doesn't normally recognize. |
|
| Back to top |
|
 |
|