| View previous topic :: View next topic |
| Author |
Message |
Neo_Revolution Guest
|
Posted: Mon Mar 10, 2008 3:02 pm Post subject: Bug on character "?" |
|
|
Hello,
I created a basic script to replace my key "RControl" by "?".
But, not work.
Press "RControl" AutoHotKey send "w"
I try
and
both works correctly!
Problem solved using
| Code: | | RControl::Send {ASC 63} |
Info:
OS: Win Vista Ultimate
Keyboard: US Std 101/102
 |
|
| Back to top |
|
 |
k3ph
Joined: 21 Jul 2006 Posts: 113
|
Posted: Tue Mar 11, 2008 3:53 am Post subject: |
|
|
tested on windows xp sp2
Keyboards US Standard 101/102 and PT-BR ABTN2
send {?}; send ?; sendraw ? etc.
all returns 'w' |
|
| Back to top |
|
 |
ManaUser
Joined: 24 May 2007 Posts: 900
|
Posted: Tue Mar 11, 2008 4:00 am Post subject: |
|
|
| Huh, it works fine for me. I'm on XP SP1. |
|
| Back to top |
|
 |
Neo_Revolution Guest
|
Posted: Tue Mar 11, 2008 4:29 am Post subject: |
|
|
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?  |
|
| Back to top |
|
 |
Oberon
Joined: 18 Feb 2008 Posts: 458
|
Posted: Tue Mar 11, 2008 6:04 pm Post subject: |
|
|
| I doubt this will make a difference but have you tried {Blind}? |
|
| Back to top |
|
 |
Neo_Revolution
Joined: 11 Mar 2008 Posts: 1
|
Posted: Tue Mar 11, 2008 7:32 pm Post subject: |
|
|
| 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 |
|
 |
k3ph
Joined: 21 Jul 2006 Posts: 113
|
Posted: Wed Mar 12, 2008 1:04 am Post subject: |
|
|
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 |
|
 |
|