Opened 14 years ago
Closed 14 years ago
#1740 closed Bug (No Bug)
Cannot send Period (ASC 046) when using Italian OS
Reported by: | me@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.6.0 | Severity: | None |
Keywords: | Cc: |
Description
I've tried to narrow this down as much as possible. This doesn't work on Italian Window XP:
#RequireAdmin Run("notepad.exe") WinWaitActive("Untitled - Notepad") Send( "." ) Send( "{ASC 046}" )
Keyboard Layout: 0410
OSLang: 0410
I don't know what else to provide. I simply cannot send periods if the script runs on an Italian version of Windows! (Other characters seem to work fine)
Attachments (1)
Change History (7)
comment:1 follow-up: ↓ 2 Changed 14 years ago by Jpm
comment:2 in reply to: ↑ 1 Changed 14 years ago by anonymous
Replying to Jpm:
I don't have access to an Italian windows version but if you have an English or French version can you redo the check with italian keyboard only? Thanks
Is the requireAdmin really needed?
No, RequireAdmin isn't required. I just put it there to show that I even tried that and it made no difference.
I did a little more experimenting. If, on the Italian version of windows, you change the keyboard to the US keyboard - it works. It seems that it's only when using the Italian keyboard. I don't, however, know what happens if you try the same experiment on an English version of Windows.
comment:3 Changed 14 years ago by Jpm
I download an Windows XP SP2 Italian version and run it under a Virtual machine .
Guess what it is working.
I don't fully understand your repro script as it is referring to an English notepad.
I attached a screen capture of what I did
Changed 14 years ago by Jpm
comment:4 Changed 14 years ago by anonymous
Well that does make things more interesting. Let me contact the user and verify a few things and get back to you.
comment:5 Changed 14 years ago by anonymous
Alright...with that help I was able to isolate the problem to sending to 1 specific application. I have a feeling that this isn't an AutoIt issue...so I apologize. Although your test was crucial. :) This ticket can be closed, and thanks again.
comment:6 Changed 14 years ago by Jpm
- Resolution set to No Bug
- Status changed from new to closed
no problem
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
I don't have access to an Italian windows version but if you have an English or French version can you redo the check with italian keyboard only? Thanks
Is the requireAdmin really needed?