| Author |
Message |
Forum: Scripts Topic: Incrementally switch between windows |
| jtran21 |
|
Posted: January 16th, 2005, 8:14 am
|
|
Replies: 153 Views: 50870
|
| I edited the MoveSwitcher subroutine so that holding down left/right arrow keys won't make the Switcher window disappear off the edge of the screen. MoveSwitcher: direction *= 100 WinGetPos, x, y, w, h, ahk_id %switcher_id% x += %direction% If x < 0 x=0 SysGet screensize, MonitorWorkArea screensizeR... |
|
 |
Forum: Offtopic Topic: Help Chris out |
| jtran21 |
|
Posted: January 14th, 2005, 5:22 am
|
|
Replies: 3 Views: 1752
|
| I just sent in my donation today--Chris, thanks for your fabulous work! |
|
 |
Forum: Scripts Topic: Move utilities to a new forum area, separate from scripts? |
| jtran21 |
|
Posted: January 3rd, 2005, 6:04 am
|
|
Replies: 25 Views: 4752
|
| My suggestion is a mix: Keep things as they are, with new Utils being posted in the Scripts forum. I think they need to have that exposure in order to get noticed. However, there are two slight changes which will help a lot: * Have Utils be posted using a special title format, for example "[Util] Na... |
|
 |
Forum: Utilities Topic: HTML TIDY - Clean up your Web pages [CMD] |
| jtran21 |
|
Posted: December 20th, 2004, 6:08 am
|
|
Replies: 3 Views: 2091
|
| I use it to automate my website "build" process. Definitely download TidyUI, it'll help you get a quick overview of the the many, many options available. Use TidyUI to generate the config file, and then you can run HTMLTidy via the command line using: tidy -config config.tidy -m messy.html |
|
 |
Forum: Utilities Topic: run: Protocol handler 2.0 [CMD] |
| jtran21 |
|
Posted: December 18th, 2004, 8:40 am
|
|
Replies: 0 Views: 1732
|
| http://www.blackbit.net/freeware/ Description from the website: "This litle program allows you to launch executables from web pages (read active desktop themes) without being bothered by a download dialog." One example usage: This way you can make a "launch page" with links to your AutoHotkey macros... |
|
 |
Forum: Scripts Topic: Compile multiple files at once |
| jtran21 |
|
Posted: December 9th, 2004, 9:15 pm
|
|
Replies: 1 Views: 3029
|
| I often have several AHK files that I work on at the same time on one project. I find myself right-clicking on all the AHK scripts and selecting "Compile" from the right-click menu. One shortcoming of the right-click approach is that I can't specify the different icons which the resulting .EXE files... |
|
 |
Forum: Utilities Topic: url2bmp [CMD] |
| jtran21 |
|
Posted: December 7th, 2004, 3:07 am
|
|
Replies: 3 Views: 1677
|
| You wouldn't believe how long I searched for this exact type of utility a couple of months ago. Back then, nothing I found did what this does. And I love the "Copy to clipboard" command-line-syntax feature. Awesome find, and thanks for sharing with us! |
|
 |
Forum: Scripts Topic: Bookmark eBooks / scripts / source code etc. |
| jtran21 |
|
Posted: December 5th, 2004, 9:53 pm
|
|
Replies: 12 Views: 5399
|
| Hey Rajat, I'm using the script (my texteditor is EditPlus, but other than changing the window title name in the script, everything else was flawless!). Just wanted to say thanks...very useful! --Jim P.S. One line I did change for my personal taste was the one which pops up the input dialog: InputBo... |
|
 |
Forum: Utilities Topic: gui color Utilitie |
| jtran21 |
|
Posted: December 2nd, 2004, 7:27 pm
|
|
Replies: 2 Views: 1542
|
|
 |
Forum: Suggestions Topic: SQLite :) |
| jtran21 |
|
Posted: December 1st, 2004, 7:16 pm
|
|
Replies: 25 Views: 5366
|
| Hi, this is my first post on the forum (thanks Chris, Rajat, beardboy, Jonny, Bobo, and everybody who have helped me get up to speed so quickly!). I wanted to share my usage of SQLite with AutoHotkey. Some notes about the following code: "CB" is a command line util that captures the console output t... |
|
 |
Forum: Scripts Topic: move Winodows |
| jtran21 |
|
Posted: November 23rd, 2004, 1:53 pm
|
|
Replies: 15 Views: 9748
|
| Liked the code, here are made some slight modifications so that the window won't run outside of the screen area. keyboardMoveWindowIncrement=80 #Right:: WinGetPos x, y, w, h, A ; get coordinates of the active window x += %keyboardMoveWindowIncrement% SysGet screensize, MonitorWorkArea screensizeRigh... |
|
 |
| Sort by: |