| Author |
Message |
Forum: Issues Topic: [AHK_L] SendInput in Hotkey with Modifiers |
| Zizou |
|
Posted: April 21st, 2011, 6:43 am
|
|
Replies: 7 Views: 780
|
| I'm removing it then. Thanks, guys. |
|
 |
Forum: Issues Topic: [AHK_L] SendInput in Hotkey with Modifiers |
| Zizou |
|
Posted: April 21st, 2011, 6:11 am
|
|
Replies: 7 Views: 780
|
Yes, that's the problem. Is there a way to make it work even with the ~Appskey?
It used to work that way in older versions. |
|
 |
Forum: Issues Topic: [AHK_L] SendInput in Hotkey with Modifiers |
| Zizou |
|
Posted: April 21st, 2011, 2:04 am
|
|
Replies: 7 Views: 780
|
| Guys, mysteriously the problem was fixed when I had to reboot. Might be a clash with another program or because I installed the latest version, don't know. If something shows up, I will post it. However, I still have a problem when using hotkeys with AppsKey & Key . When I release de AppsKey it ... |
|
 |
Forum: Issues Topic: [AHK_L] SendInput in Hotkey with Modifiers |
| Zizou |
|
Posted: April 20th, 2011, 12:27 pm
|
|
Replies: 7 Views: 780
|
| Version: 1.0.97.02 OS: Win XP SP3 I'm having problem when I use SendInput in hotkeys with modifiers. For example: +e::SendInput qwertyuiopasdfghjklñzxcvbnm This code will sometimes send part of the string in capital letter: qwERTYUIOPASDFGHJKLÑZXCVBNM qwertyuIOPASDFGHJKLÑZXCVBNM qwerTYUIOPASDFGHJKLÑ... |
|
 |
Forum: Support Topic: Need help - Hotkey shortcut between webpages |
| Zizou |
|
Posted: December 29th, 2010, 4:13 pm
|
|
Replies: 7 Views: 266
|
| You have to provide more information. With "Window" you mean Window or Tab. I ask because the titles says "...between webpages ". If you mean "window", you have to get the Title of both windows you'll work on. Example: WinGetTitle, Win1, A ; A is for Active Window. Havi... |
|
 |
Forum: Support Topic: Convert ANSI script to Unicode |
| Zizou |
|
Posted: December 29th, 2010, 3:29 pm
|
|
Replies: 0 Views: 254
|
| How to make the following ANSI script work with AutoHotkey_Lw (unicode): DropFilesA( FileList, wTitle="", Ctrl="", X=0, Y=0, NCA=0 ) { StringReplace, FileList, FileList, `r`n, `n , All VarSetCapacity( DROPFILES,20,32 ), DROPFILES.=FileList "`n`n", n... |
|
 |
Forum: Issues Topic: (Fixed) AutoHotkey_L - RegExReplace() and NumPut() |
| Zizou |
|
Posted: December 29th, 2010, 2:36 pm
|
|
Replies: 5 Views: 755
|
| Oh, thank you so much, Lexikos. RegExReplace() is fixed and the example script is working fine. But now I have a question: How can a I change an ANSI script to Unicode? Because I found this script yesterday and it is ANSI: DropFilesA( FileList, wTitle="", Ctrl="", X=0, Y=0, N... |
|
 |
Forum: Issues Topic: (Fixed) AutoHotkey_L - RegExReplace() and NumPut() |
| Zizou |
|
Posted: December 29th, 2010, 9:55 am
|
|
Replies: 5 Views: 755
|
| Version: AutoHotkey_Lw 1.0.91.3 RegExReplace() : This doesn't work: String = Whatever he says when he is upset. Result := RegExReplace(String, "he", "she", "", -1, InStr(String, "he",0,0)) MsgBox "%Result%" Return ; Result is "[c... |
|
 |
Forum: Support Topic: [Solved] Running large number of files |
| Zizou |
|
Posted: December 28th, 2010, 1:53 pm
|
|
Replies: 6 Views: 253
|
Finally, I made it work with WM_DROPFILES.
Thanks anyway, hugov; for your time and attention . See you around. |
|
 |
Forum: Scripts Topic: Make AHK drop files into other applications |
| Zizou |
|
Posted: December 28th, 2010, 1:03 pm
|
|
Replies: 13 Views: 3412
|
@SKAN
If works just fabulous; wonderful!
Thanks, man. |
|
 |
Forum: Scripts Topic: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ... |
| Zizou |
|
Posted: December 28th, 2010, 11:07 am
|
|
Replies: 1035 Views: 183439
|
| I'm trying that WM_COPYDATA stuff from Help, and I get only the first character of the string. I'm using the unicode build. Can you check it, please? It works well in normal AutoHotkey. I think there may be something wrong with NumPut() and maybe NumGet() too. By the way, if there any way of avoidin... |
|
 |
Forum: Support Topic: [Solved] Running large number of files |
| Zizou |
|
Posted: December 27th, 2010, 8:33 pm
|
|
Replies: 6 Views: 253
|
| Yeah, I know about that limit. Just hoping if there was any way of making it possible. I don't think an explanation is necessary, but as you ask: There's this program "CDisplay"; the original, not the "CDisplayEx". And I want to load a bunch of files (images) on it. All right, I ... |
|
 |
Forum: Support Topic: [Solved] Running large number of files |
| Zizou |
|
Posted: December 27th, 2010, 6:58 pm
|
|
Replies: 6 Views: 253
|
| Hi, hugov. Thanks for answering. The fact is that I need them to run all at once, no one by one. Example: Run C:\asdf.exe "D:\001.xyz" "D:\002.xyz" "D:\003.xyz" "D:\004.xyz" ... Not only four, but a larger quantity; like 600 of files; all of them at the same t... |
|
 |
Forum: Support Topic: [Solved] Running large number of files |
| Zizou |
|
Posted: December 27th, 2010, 10:53 am
|
|
Replies: 6 Views: 253
|
| Hi, guys. I get an error when I try to run a large number of files in an exe. Error: String too long. The current thread will exit. The line is: Run %Exe% "%Files%" Is there any way for making it possible? I tried with a batch, but didn't work out. Don't know if I've possibly made a mistak... |
|
 |
Forum: Scripts Topic: Changing the system cursor |
| Zizou |
|
Posted: September 11th, 2010, 2:34 pm
|
|
Replies: 47 Views: 15944
|
| I was looking for this. Thanks, pal. |
|
 |
| Sort by: |