| Author |
Message |
Forum: Offtopic Topic: AHK in Linux? |
| erikcw |
|
Posted: September 3rd, 2006, 9:34 pm
|
|
Replies: 85 Views: 43106
|
| Hi Community, The most important Linux-GUI-Scripting-Tool: http://www.tcl.tk/ Here a Linux-Macro-Tool for recording and replaying keyboard and mouse events on an X server: http://home.sch.bme.hu/~keresztg/xmacro/ Here is a tool to manage X-windows: http://www.burtonini.com/blog/computers/devilspie ... |
|
 |
Forum: Support Topic: Problems passing parameters to a compiled script. |
| erikcw |
|
Posted: June 21st, 2006, 12:49 am
|
|
Replies: 2 Views: 653
|
|
 |
Forum: Support Topic: Problems passing parameters to a compiled script. |
| erikcw |
|
Posted: June 20th, 2006, 10:11 pm
|
|
Replies: 2 Views: 653
|
| Hi all, I'm trying to pass a parameter to a script and then perform an action based on the parameter. If %i% = 1 works, but nothing happens if I pass "2" in as the paremeter. I've tried all kinds of things to debeg this, and can't seem to find it. #NoTrayIcon if 0 < 1 ; The left side of a ... |
|
 |
Forum: Support Topic: Run exe with parameters? |
| erikcw |
|
Posted: June 18th, 2006, 3:31 pm
|
|
Replies: 5 Views: 1184
|
| Thanks for all your help!!! I ended up with this: Run "C:\Program Files\Putty\putty.exe" -load "server" -l user -pw pass Works great! Now I'm thinking - maybe I should compile this to keep the passwords safe. Right now it's in my ini file. Is it possible to do an exe include? I h... |
|
 |
Forum: Support Topic: Run exe with parameters? |
| erikcw |
|
Posted: June 17th, 2006, 8:52 pm
|
|
Replies: 5 Views: 1184
|
Thanks for the response. I acctually already tried comspec. No luck I've tried it with both /c and /k.
Is there anything else I can try? |
|
 |
Forum: Support Topic: Run exe with parameters? |
| erikcw |
|
Posted: June 17th, 2006, 8:29 pm
|
|
Replies: 5 Views: 1184
|
| Hi, I'm trying to figure out how I can Run Putty from AHK. Here is the Full command I want to run: Run "C:\Program Files\Putty\putty.exe -load "ssh.theserver.com" -l myuser -pw ********" The second set of double "" seem to be breaking the Run command. Any ideas on how I... |
|
 |
Forum: Utilities Topic: An alternative icon for AutoHotkey |
| erikcw |
|
Posted: June 15th, 2006, 11:28 pm
|
|
Replies: 6 Views: 1449
|
What code is used to change the icon to your own icon? I've tried a bunch of variations on the code you gave, but keep getting variations of the default icon instead of my own icon...
Thanks!
Erik |
|
 |
Forum: Scripts Topic: Display and Sort Hotkeys |
| erikcw |
|
Posted: June 15th, 2006, 7:05 pm
|
|
Replies: 83 Views: 31153
|
| This script is a great help! 2 problems. The option is not being added to my task tray. And, only the comment is being shown for my hotstrings - not the hotstring shortcut. What could it be? KeyList: AutoTrim,off Loop,Read,%A_ScriptFullPath% { Line=%A_LoopReadLine% ; Only show lines that contai... |
|
 |
Forum: Suggestions Topic: ListHotkeys enhancement |
| erikcw |
|
Posted: June 14th, 2006, 11:25 pm
|
|
Replies: 1 Views: 718
|
| It would be cool if ListHotkeys had a "comments" column. This could be used as a quick help reference for all the hotkeys in a script. #!v::Run C:\vim.exe ;Launch VIM ListHotKeys would then display the comment on the hotkey line in the comments column. It would also be nice if there were a... |
|
 |
Forum: Support Topic: Green Text on Screen? |
| erikcw |
|
Posted: June 14th, 2006, 11:07 pm
|
|
Replies: 9 Views: 912
|
| I changed ExitApp to Gui, Destroy - and it seems to be working now. Any downside to this method?? |
|
 |
Forum: Support Topic: Green Text on Screen? |
| erikcw |
|
Posted: June 14th, 2006, 7:43 pm
|
|
Replies: 9 Views: 912
|
| Thanks for your help. Here is my script: AutoHotKey.ini ^!Volume_Mute:: SoundSet, +1,Analog,mute,3 ;Toggle Mute for Stereo Mix Recording Control SoundGet, analog_mute,Analog,mute,3 ;SplashTextOn, ,0, Stereo Mix Mute is now %analog_mute%, body ;Sleep, 2000 ;SplashTextOff ;return Text= "Stereo Mi... |
|
 |
Forum: Support Topic: Green Text on Screen? |
| erikcw |
|
Posted: June 14th, 2006, 6:38 pm
|
|
Replies: 9 Views: 912
|
| Hi all, I have volume controls on my keyboard. When I press "Mute" I get a hot green "Mute On" message on my screen which disappears after a few seconds. Is there a way to duplicate this with AHK? Right now I'm using SplashText - but it doesn't look as cool as the green status me... |
|
 |
Forum: Suggestions Topic: Web browser interaction |
| erikcw |
|
Posted: June 4th, 2006, 7:06 pm
|
|
Replies: 9 Views: 2514
|
| Well, one possible work around is to make it possible for AHK to access IMacros via it's scripting interface. This is currently possible with VB, Windowns Scripting Host, etc.... Here is an example of the code: 'Windows Scripting Host code. set iim1= CreateObject ("InternetMacros.iim"&... |
|
 |
Forum: Suggestions Topic: Web browser interaction |
| erikcw |
|
Posted: June 2nd, 2006, 9:17 pm
|
|
Replies: 9 Views: 2514
|
| Hi, I've been using AHK for awhile, and I really love it! It's automated much of my computing! I use another macro system called iMacros by iOpus.com. It is an internet macros tool, which lets you automate everything you do with a browser (fill in and submit multi-part forms (from a cvs file), downl... |
|
 |
Forum: Support Topic: Submitting data to a webpage? |
| erikcw |
|
Posted: January 18th, 2006, 2:50 am
|
|
Replies: 6 Views: 1217
|
Hi,
I'm trying to figure out how to open a URL in a browser (IE or firefox), and login to a webpage. How should I go about doing this?
Thanks! |
|
 |
| Sort by: |