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 on character "?"

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
Neo_Revolution
Guest





PostPosted: Mon Mar 10, 2008 3:02 pm    Post subject: Bug on character "?" Reply with quote

Hello,
I created a basic script to replace my key "RControl" by "?".
Code:
RControl::Send {?}

But, not work.
Press "RControl" AutoHotKey send "w"

I try
Code:
Control::Send {?}

and
Code:
LControl::Send {?}

both works correctly!

Problem solved using
Code:
RControl::Send {ASC 63}


Info:
OS: Win Vista Ultimate
Keyboard: US Std 101/102

Very Happy
Back to top
k3ph



Joined: 21 Jul 2006
Posts: 113

PostPosted: Tue Mar 11, 2008 3:53 am    Post subject: Reply with quote

tested on windows xp sp2
Keyboards US Standard 101/102 and PT-BR ABTN2

send {?}; send ?; sendraw ? etc.

all returns 'w'
Back to top
View user's profile Send private message
ManaUser



Joined: 24 May 2007
Posts: 900

PostPosted: Tue Mar 11, 2008 4:00 am    Post subject: Reply with quote

Huh, it works fine for me. I'm on XP SP1.
Back to top
View user's profile Send private message
Neo_Revolution
Guest





PostPosted: Tue Mar 11, 2008 4:29 am    Post subject: Reply with quote

Humm k3ph,

i use my keyboard US in layout "PT-BR" and send "w"
in layout "EN-US" (standard layout of keyboard) also send "w"

language of my windows is "Portuguese" (português)
can be the bug? Surprised
Back to top
Oberon



Joined: 18 Feb 2008
Posts: 458

PostPosted: Tue Mar 11, 2008 6:04 pm    Post subject: Reply with quote

I doubt this will make a difference but have you tried {Blind}?
Back to top
View user's profile Send private message
Neo_Revolution



Joined: 11 Mar 2008
Posts: 1

PostPosted: Tue Mar 11, 2008 7:32 pm    Post subject: Reply with quote

Code:

Control::Send {Blind}
or
LControl::Send {Blind}
or
RControl::Send {Blind}


Send nothing, but ctrl not work

Code:

Control::Sendraw {Blind}
...


Send "{Blind}"
Back to top
View user's profile Send private message
k3ph



Joined: 21 Jul 2006
Posts: 113

PostPosted: Wed Mar 12, 2008 1:04 am    Post subject: Reply with quote

no Neo, he means {blind}? or {blind}{?}

My windows in EN, I have winxp JP also, IME returns 'w'.
I think '?' should be changed to behave like VK. According to Titan VK should be universal.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports 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