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 

Search found 7 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Windows Key Remapping Bug?
jigawot

Replies: 11
Views: 742

PostForum: Bug Reports   Posted: Thu Feb 28, 2008 6:21 pm   Subject: Windows Key Remapping Bug?
Thank you for your post. I did some experimenting with the registry remapping and I think that is the route I will probably take. Originally, I wanted to be able to toggle these remappings with auto ...
  Topic: Windows Key Remapping Bug?
jigawot

Replies: 11
Views: 742

PostForum: Bug Reports   Posted: Tue Dec 04, 2007 3:09 am   Subject: Windows Key Remapping Bug?
Alright, how about this:

SendMode Input

#d::
msgbox Hello there
return

LCtrl::LWin


I ran it and one would expect that pressing Ctrl-d or Win-d should do the exact same ...
  Topic: Windows Key Remapping Bug?
jigawot

Replies: 11
Views: 742

PostForum: Bug Reports   Posted: Tue Dec 04, 2007 1:28 am   Subject: Windows Key Remapping Bug?
Popping up the start menu is an undesired behavior for a hotkey. Before the remap, the start menu does not open when you press Win-d. Any thoughts on this issue?
  Topic: Windows Key Remapping Bug?
jigawot

Replies: 11
Views: 742

PostForum: Bug Reports   Posted: Mon Dec 03, 2007 11:41 pm   Subject: Windows Key Remapping Bug?
That is really weird. I tried this on two different XP boxes and had the same problem. Are you running Vista? Do you have any other autohotkey scripts running? I noticed it seemed to work if I had ...
  Topic: Windows Key Remapping Bug?
jigawot

Replies: 11
Views: 742

PostForum: Bug Reports   Posted: Mon Dec 03, 2007 10:40 pm   Subject: Windows Key Remapping Bug?
My mistake. I forgot to include this bit:

SendMode Input

If this is added at the beginning, it breaks. This code is inserted by the autohotkey template in the "New..." context menu. ...
  Topic: Windows Key Remapping Bug?
jigawot

Replies: 11
Views: 742

PostForum: Bug Reports   Posted: Mon Dec 03, 2007 8:49 pm   Subject: Windows Key Remapping Bug?
Consider the following:

#v::
MsgBox Hello world
return

^d::
MsgBox Hello
return

#d::
MsgBox Hello there
return


As expected, LWin-v, LCtrl-d, and LWin-d a ...
  Topic: Remapping Windows Logo Key
jigawot

Replies: 0
Views: 141

PostForum: Ask for Help   Posted: Sat Dec 01, 2007 6:41 am   Subject: Remapping Windows Logo Key
Consider the following:

#v::
MsgBox Hello world
return

^d::
MsgBox Hello
return

#d::
MsgBox Hello there
return


As expected, LWin-v, LCtrl-d, and LWin-d a ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group