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 

Bug??? "<+>+a" and "<^>!SC1E"

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



Joined: 11 Jun 2005
Posts: 174
Location: England ish

PostPosted: Sat May 24, 2008 6:21 am    Post subject: Bug??? "<+>+a" and "<^>!SC1E" Reply with quote

Okies, i found this to be very strange..


This works fine:
(hold both shift buttons then w a s d to use them as navigation.)

Code:
<+>+w::Send, {up}
<+>+a::Send, {left}
<+>+s::Send, {Down}
<+>+d::Send, {Right}


if I add any of the 2 extra hotkeys, then the "left" a doesn't work. the script sends a normal "a" instead of a "left".. (SC1E is the Key code for "a")
Code:

<^>!SC1E::Sendinput, ä
<^>!+SC1E::Sendinput, Ä


<+>+w::Send, {up}
<+>+a::Send, {left}
<+>+s::Send, {Down}
<+>+d::Send, {Right}



I couldn't figure out why that's the case...

however, i did find a solution, by using key codes instead of characters.
Code:

<^>!SC1E::Sendinput, ä
<^>!+SC1E::Sendinput, Ä

<+>+SC11::Send, {up}
<+>+SC1E::Send, {left}
<+>+SC1F::Send, {Down}
<+>+SC20::Send, {Right}


Well on the end of the day, I'm still curious why that's the case? Confused
_________________
And i say: where there is a problem , there is a solution.(well some where that is.)
::
I Have Spoken
::
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   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