AutoHotkey Community

It is currently May 27th, 2012, 11:23 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 16 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: March 26th, 2010, 2:16 am 
Offline

Joined: May 21st, 2007, 3:44 pm
Posts: 176
Location: USA
[VxE] wrote:
That's pretty bizarre, does everyone have the same language/localization settings on windows? I'm guessing that something in windows is set differently and that's what's causing the trouble.

Anyways, when the Send command comes across a special character like that, it automatically changes it to an Alt+Numpad combination. If you specifically insert the correct Alt+Numpad combo, you may end up with different results. For instance:
Code:
#z::
_U = {LAlt down}{Numpad1}{Numpad5}{Numpad4}{LAlt up}
_O = {LAlt down}{Numpad1}{Numpad5}{Numpad3}{LAlt up}
_A = {LAlt down}{Numpad1}{Numpad4}{Numpad2}{LAlt up}
send, %_U%ber %_A%nderungen in den %_O%ltankervorschriften
return


[VxE],
No, everyone does not have the same settings, and not everyone was seeing the problem.

I had my contact post the question to the German forum and basically was told that it is a keyboard layout problem.

I took your suggestion and put it into a reusable function and the problem is solved THANK YOU. I'll post the code here after I get it cleaned up for public consumption.

_________________
-------------
Scott Mattes
Image
My small, and slowly growing, collection of scripts.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 16 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 20 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group