AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to perfectly remap RWin to RCtrl?

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
dvda2k



Joined: 19 Apr 2007
Posts: 45

PostPosted: Thu Feb 19, 2009 11:32 am    Post subject: How to perfectly remap RWin to RCtrl? Reply with quote

My keyboard lacks a RCtrl but has a RWin. So I use
Code:
RWin::RCtrl
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
View user's profile Send private message
HotKeyIt



Joined: 18 Jun 2008
Posts: 4652
Location: AHK Forum

PostPosted: Thu Feb 19, 2009 11:39 am    Post subject: Reply with quote

It works for me, when I press Rwin+v v is not send, might be OS problem, I am on XP. You can try
Code:
*RWin::RCTRL


Have your tried to run that line only? Or do you have any other hotkeys in your script?
_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun Wink
Back to top
View user's profile Send private message
dvda2k



Joined: 19 Apr 2007
Posts: 45

PostPosted: Fri Feb 20, 2009 6:44 am    Post subject: Reply with quote

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
Code:
*RWin::RCTRL


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
View user's profile Send private message
geor



Joined: 16 Jun 2008
Posts: 66

PostPosted: Sat Feb 21, 2009 12:29 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group