AutoHotkey Community

It is currently May 26th, 2012, 4:58 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: February 19th, 2009, 12:32 pm 
Offline

Joined: April 19th, 2007, 8:05 am
Posts: 48
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 19th, 2009, 12:39 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
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:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 20th, 2009, 7:44 am 
Offline

Joined: April 19th, 2007, 8:05 am
Posts: 48
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 21st, 2009, 1:29 pm 
Offline

Joined: June 16th, 2008, 6:19 am
Posts: 66
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.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, SifJar, SKAN and 41 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group