| Author |
Message |
Forum: Support Topic: Trigger a script by sound file access ?! |
| JJF |
|
Posted: December 29th, 2009, 9:05 pm
|
|
Replies: 2 Views: 519
|
No, if the specified sound file is not found,
the program will sound a simple default beep instead.
James |
|
 |
Forum: Support Topic: Trigger a script by sound file access ?! |
| JJF |
|
Posted: December 29th, 2009, 2:36 pm
|
|
Replies: 2 Views: 519
|
| Hi guys, I am using a Java application that sounds alarms for all kind of conditions I set. I would like to make it run an AHK script instead of the sound file, but there is no such option for this application. (I tried to change the AHK suffix to WAV, it did not run it) If so, I am thinking of a wa... |
|
 |
Forum: Support Topic: Is there a script to revive a USE port ? |
| JJF |
|
Posted: December 17th, 2009, 7:40 pm
|
|
Replies: 1 Views: 124
|
| Hi guys, I have a USB to PS/2 connector to use with my laptop it adds a PS/2 mouse and keyboard ports through a USB port http://www.fedacom.com/usb_page/products/tn-usb-ps2.jpg Sometimes, the devices just disconnect and stop responding. When something like this happen, I pull out the USB plug and pl... |
|
 |
Forum: Support Topic: Adjust the computer's (seconds) clock to zero ?! |
| JJF |
|
Posted: December 10th, 2009, 9:25 pm
|
|
Replies: 1 Views: 163
|
| Hi guys, I'd like to know if there is a script or function to adjust the computer's (seconds) clock to zero. the included script needs to synchronize with the computer clock. If there is a function to such action, I can assign a key to it and bullseye the seconds. Thank you, James /* This script put... |
|
 |
Forum: Support Topic: All I wanted is a simple integer function.. |
| JJF |
|
Posted: December 9th, 2009, 8:47 pm
|
|
Replies: 5 Views: 312
|
Studying the application, I missed those functions (Ceil & Floor)
Sorry
I'll use Floor. That what I need.
Thank you,
James |
|
 |
Forum: Support Topic: All I wanted is a simple integer function.. |
| JJF |
|
Posted: December 9th, 2009, 1:09 pm
|
|
Replies: 5 Views: 312
|
I was trying to find out the integer when dividing the Minutes (within the hour) to 5 (minutes)
Should be something like this:
Integer:= INT(A_Min/5)
I found a way to do this by using the modulo, but it is very odd that there is now simple INT command.
Thanks,
James |
|
 |
Forum: Support Topic: All I wanted is a simple integer function.. |
| JJF |
|
Posted: December 9th, 2009, 10:45 am
|
|
Replies: 5 Views: 312
|
| Hi Guys, It seems odd that there is no simple INT command. For two days now, I'm struggling to find a DllCall() something.. There is no DLLs in my autoHotKey directory, and by scanning the forums, I couldn't find any there too. Help pleaseeeeeeeee… (All I wanted is a simple integer function.. :( ) T... |
|
 |
Forum: Support Topic: Slowing down 'send' doesn't seem to work for me |
| JJF |
|
Posted: June 24th, 2009, 7:04 pm
|
|
Replies: 2 Views: 346
|
| Hi Guys, This is a part from my Password script. Basically, it identify the page as gmail, asks for a two letter code (to choose between my 3 different accounts) and activate the Username / Password sequence. That's works most of the time, but sometimes, it seems that it is to quick for the web, res... |
|
 |
Forum: Support Topic: How can I place a long, detailed note on the screen? |
| JJF |
|
Posted: June 22nd, 2009, 5:21 pm
|
|
Replies: 3 Views: 227
|
Ok, that's cool thanks – But..
Is there a way to force all the text to align to the Right? (RTL text)
Thanks again,
James |
|
 |
Forum: Support Topic: How can I place a long, detailed note on the screen? |
| JJF |
|
Posted: June 22nd, 2009, 9:49 am
|
|
Replies: 3 Views: 227
|
| Hi Guys, I need to trigger a popup message upon some condition in another program (MetaTrader). That popup script, should view a detailed note on the screen, and here is my question: I know how to do that with an MsgBox command, but it is tiring to edit each line separately, so I am looking for anot... |
|
 |
Forum: Support Topic: Hotkey that stops responding ?! |
| JJF |
|
Posted: May 4th, 2009, 9:41 am
|
|
Replies: 2 Views: 358
|
|
 |
Forum: Support Topic: Hotkey that stops responding ?! |
| JJF |
|
Posted: May 1st, 2009, 7:41 pm
|
|
Replies: 2 Views: 358
|
| Hi guys, My son is playing a game that needs lots (LOTS) of left clicks while he just hovers with the mouse. I have tried to write for him a little script that sends a looping <left click>. I wanted to trigger it by the mouse wheel (up), and also hold it (wheel down) I managed to make some of the jo... |
|
 |
Forum: Support Topic: CTRL-M can't be detected ?! |
| JJF |
|
Posted: January 1st, 2009, 8:08 am
|
|
Replies: 3 Views: 404
|
Hi guys,
What is the reason that CTRL-M (Enter) can not be detected by this routine?
Code: Transform, YY, Chr, 13 ; Store the character for CTRL-M in the YY var. Input, OutputVar, L1 M if OutputVar = %YY% MsgBox, You pressed Enter. ExitApp
Thanks,
James |
|
 |
Forum: Support Topic: How to copy a shortcut ?! |
| JJF |
|
Posted: December 30th, 2008, 10:47 am
|
|
Replies: 3 Views: 381
|
phire123418 wrote: Code: #IfWinActive, ahk_class IEFrame Esc:: ControlGetText, Stuff, Edit1, A msgbox %Stuff% Return 
Sorry, It doesn't work for me.
Can you explain how exactly it should work?
Thanks,
James |
|
 |
Forum: Support Topic: How can I keep data for a #Persistent script? |
| JJF |
|
Posted: December 26th, 2008, 1:10 pm
|
|
Replies: 5 Views: 431
|
| Thanks guys, In the meanwhile I've found a simple way. It just alters the key that calls that script to send the data (as commandLine variables XButton2:: Run AutoHotkey.exe /r c:\Utilities\AutoHotkey104706\test.ahk %pinX% %pinY% return But I'll definitely check these other ways you've posted. Thank... |
|
 |
| Sort by: |