Modify

Opened 16 years ago

Closed 16 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)

#1740 Send ASC 046.png (111.3 KB ) - added by J-Paul Mesnage 16 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by J-Paul Mesnage, 16 years ago

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?

in reply to:  1 comment:2 by anonymous, 16 years ago

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 by J-Paul Mesnage, 16 years ago

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

by J-Paul Mesnage, 16 years ago

Attachment: #1740 Send ASC 046.png added

comment:4 by anonymous, 16 years ago

Well that does make things more interesting. Let me contact the user and verify a few things and get back to you.

comment:5 by anonymous, 16 years ago

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 by J-Paul Mesnage, 16 years ago

Resolution: No Bug
Status: newclosed

no problem

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.