| Author |
Message |
Topic: ahk-l, umlauts and compiling |
ScottMattes
Replies: 3
Views: 72
|
Forum: Ask for Help Posted: Tue Sep 27, 2011 4:51 am Subject: ahk-l, umlauts and compiling |
I thought so. I have just now tried it with ahk2exe, same results.  |
Topic: ahk-l, umlauts and compiling |
ScottMattes
Replies: 3
Views: 72
|
Forum: Ask for Help Posted: Tue Sep 27, 2011 4:39 am Subject: ahk-l, umlauts and compiling |
Using the following:
; Umlauts for German typing
!1::msgbox ä
!2::msgbox ö
!3::msgbox ü
!4::msgbox ß
!5::msgbox Ä
!6::msgbox Ö
!7: ... |
Topic: ahk-l, umlauts and compiling |
ScottMattes
Replies: 3
Views: 72
|
Forum: Ask for Help Posted: Tue Sep 27, 2011 4:28 am Subject: ahk-l, umlauts and compiling |
OK, I got past the problem of saving files in UTF-8 to get umlauts to display in non-compiled ahk scripts, but when I take a working file and compile it the umlauts display incorrectly.
windows xp
... |
Topic: Poor and variable results using Auto-replace code |
ScottMattes
Replies: 13
Views: 588
|
Forum: Ask for Help Posted: Mon Jul 26, 2010 5:45 pm Subject: Poor and variable results using Auto-replace code |
Yes, I have found the GIT - when I last checked no one, not even the author, had made any changes.
Please put me down on the list of interested alpha/beta testers! |
Topic: Hotkey helper? |
ScottMattes
Replies: 10
Views: 686
|
Forum: Ask for Help Posted: Mon May 31, 2010 1:44 pm Subject: Hotkey helper? |
| I put it into the autoexec portion of a script as an #include, then when the script executes the list will display and after the script runs I can right click on the system tray icon and select Conten ... |
Topic: send, ^c and Word 2007 |
ScottMattes
Replies: 3
Views: 262
|
Forum: Ask for Help Posted: Mon May 10, 2010 6:39 pm Subject: send, ^c and Word 2007 |
I had taken an idea from someone here and written an all inclusive helper for wrapping existing text in quotes/dbl quotes/parens/brackets/sq brackets.
All was so blissful, until the company upgrad ... |
Topic: Looking up Header and Data in CSV |
ScottMattes
Replies: 5
Views: 368
|
Forum: Ask for Help Posted: Thu Apr 22, 2010 10:09 pm Subject: Looking up Header and Data in CSV |
I just had to do this and it worked out quite nicely.
The code is too specific for the job I wrote it, but here is the basic idea:
loop, read, filename
{
loop, parse, a_loopreadline, csv ... |
Topic: What might cause uppercase to come out lowercase? |
ScottMattes
Replies: 15
Views: 982
|
Forum: Ask for Help Posted: Fri Mar 26, 2010 1:16 am Subject: What might cause uppercase to come out lowercase? |
"]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.
Anyw ... |
Topic: help with program for disabled son |
ScottMattes
Replies: 10
Views: 807
|
Forum: Ask for Help Posted: Tue Mar 16, 2010 1:59 pm Subject: help with program for disabled son |
No need for the loop, use
Sleep
--------------------------------------------------------------------------------
Waits the specified amount of time before continuing.
Sleep, DelayInMillise ... |
Topic: Czech capital accented characters are Sends as lower |
ScottMattes
Replies: 6
Views: 256
|
Forum: Ask for Help Posted: Tue Feb 02, 2010 4:41 pm Subject: Czech capital accented characters are Sends as lower |
I have tried various clipwait times with no success.
I haven't tried blind, but after reading it I am uncertain that it would help (so, I should at least try it). |
Topic: Czech capital accented characters are Sends as lower |
ScottMattes
Replies: 6
Views: 256
|
Forum: Ask for Help Posted: Tue Feb 02, 2010 3:58 pm Subject: Czech capital accented characters are Sends as lower |
I am having the same problem with German Umlauts, but I can't use the clipboard because it seems that Word 2007 get in the way with its clipboard monitoring.
If you want to experiment further with ... |
Topic: What might cause uppercase to come out lowercase? |
ScottMattes
Replies: 15
Views: 982
|
Forum: Ask for Help Posted: Thu Jan 28, 2010 2:24 pm Subject: What might cause uppercase to come out lowercase? |
OK, just checking. I can try that in another test.
But, the main problem still remains, on the German system (XP or Vista), the uppercase umlaut is coming out lowercase.
Another data point, he t ... |
Topic: What might cause uppercase to come out lowercase? |
ScottMattes
Replies: 15
Views: 982
|
Forum: Ask for Help Posted: Thu Jan 28, 2010 1:49 pm Subject: What might cause uppercase to come out lowercase? |
sinkfaze,
Thank you for the information!
I have a question about 'Word wants to "process" the keystrokes but they're coming in faster than Word can process them' - would Word be proc ... |
Topic: What might cause uppercase to come out lowercase? |
ScottMattes
Replies: 15
Views: 982
|
Forum: Ask for Help Posted: Wed Jan 27, 2010 11:47 pm Subject: What might cause uppercase to come out lowercase? |
This problem has come back to bite me!
Using the clipboard got around the problem with capital umlauts coming out lowercase, but now there is a problem with MS Word 2007 blocking access to the clip ... |
Topic: [AHK & AHK_L] Forms Framework 0.8 |
ScottMattes
Replies: 176
Views: 26444
|
Forum: Scripts & Functions Posted: Thu Jan 21, 2010 6:13 pm Subject: [AHK & AHK_L] Forms Framework 0.8 |
| Thank you majkinetor! |
| |