background preloader

Autohotkey

Facebook Twitter

1 Hour Software by Skrommel. Input. A string of zero or more of the following letters (in any order, with optional spaces in between): B: Backspace is ignored.

Input

Normally, pressing backspace during an Input will remove the most recently pressed character from the end of the string. Note: If the input text is visible (such as in an editor) and the arrow keys or other means are used to navigate within it, backspace will still remove the last character rather than the one behind the caret (insertion point). C: Case sensitive. Normally, MatchList is not case sensitive (in versions prior to 1.0.43.03, only the letters A-Z are recognized as having varying case, not letters like ü/Ü). I: Ignore input generated by any AutoHotkey script, such as the SendEvent command. L: Length limit (e.g. M: Modified keystrokes such as Control-A through Control-Z are recognized and transcribed if they correspond to real ASCII characters. Transform, CtrlC, Chr, 3 ; Store the character for Ctrl-C in the CtrlC var.

T: Timeout (e.g. Save time with custom Windows hotkeys: AutoHotKey. Kathy writes in: We used to program our f keys where i used to work years ago, with type that we use frequently. i dont remember how we did it. i thought this would be a great idea for my email address because i am retyping it soooo frequently. Does anyone know how to program an f key with your email address? Cant find any info on this. kat Kathy, you’re in luck . AutoHotKey is a free, open-source piece of software that enables users to easily automate repetitive Windows tasks with just a keystroke or two!

Talk Is Cheap » My AutoHotkey Script. Here ya go Jason, the script for AutoHotkey I use to replicate my keystrokes from one WoW to the other.

Talk Is Cheap » My AutoHotkey Script

Includes simple comments to help show what each section does. I learned from several others scripts and came up with a set of keys to broadcast that works for me. The “=” key I broadcast with the numbers 1 through 0 and the F1-F12 keys is tied to an /assist focus macro on my bartender hotbar keybound to the “=”… if you were wondering why I send the “=” along with the numbers or function keys. I don’t use it on the Shift-number and Ctrl-numbers because those hotkeys they activate on the slave account don’t need to be used with /assist. It’s just the way I have set up my stuff on my hotbars. If I can figure it out, I’m sure you won’t have any problem. I use the “-” keybound to a hotbar macro to /follow.. that’s why I broadcast the “-” Etc etc.. Just an asterisk » Twitter Autohotkey Script (with TinyURL) After playing with AutoHotKey for a while, I figured I’d throw my contribution into the ring. Here is a script for creating and posting twitter messages using Windows + t. It has a nice little GUI and sends if you click the button OR hit return, making posting a very quick process.

just an asterisk » Twitter Autohotkey Script (with TinyURL)

As a sort of bonus, if you want to add a link, just copy the URL then click the TinyURL button. This will change the clipboard contents from the original link to a new TinyURL (generated via the TinyURL API). I used HTTPQuery.ahk from the Autohotkey Forums for the Twitter posts. UPDATE – now if you press Alt + t, the TinyURL function is done for you without a mouse click.  Also, the close button on the window no longer shuts down the script. To get started, just extract the files into a single folder and put your credentials into the logon.txt file. Once you’ve done that, just double click on the EXE file (with the JAA logo) and voila – the magic starts.

Twitterscript (425) Enjoy ~ab Versions. Script Showcase. Autohotkey News, Videos, Reviews and Gossip - Lifehacker. Autohotkey News, Videos, Reviews and Gossip - Lifehacker. Autohotkey News, Videos, Reviews and Gossip - Lifehacker. Where can I find a macro recorder for Autohotkey. Truly Ergonomic Autohotkey script. I was asking whether you would lose any Alt keys if you use your code as is(FnKey=SC05C).

Truly Ergonomic Autohotkey script

I was curious because SC05C was meant to be an Alt key under 'alternate' mode. Also, I found something weird today. I am using Left Win key as Ext key and when I press LWin combination Left control down and up events register. For example, if I press LWin+k, which is mapped to Down, I see the following events in the key history. Key sequences in AutoHotKey. Autohotkey News, Videos, Reviews and Gossip - Lifehacker.