| Author |
Message |
Topic: Hotkeys At Work? |
rjwilmsi
Replies: 11
Views: 549
|
Forum: General Chat Posted: Sat May 31, 2008 10:42 am Subject: Hotkeys At Work? |
| I use it at work for spelling correction and a few keyboard shortcuts to open applications. |
Topic: RegEx Powered Dynamic Hotstrings |
rjwilmsi
Replies: 27
Views: 4020
|
Forum: Scripts & Functions Posted: Sun Jan 06, 2008 11:15 pm Subject: RegEx Powered Dynamic Hotstrings |
Two comments on version 2 of the script:
First of all let me say that version 2 of the script is an improvement on the first version, as the second version resolved a couple of issues I had.
Howev ... |
Topic: RegEx Powered Dynamic Hotstrings |
rjwilmsi
Replies: 27
Views: 4020
|
Forum: Scripts & Functions Posted: Sat Dec 22, 2007 1:33 pm Subject: RegEx Powered Dynamic Hotstrings |
| Thanks for the very helpful posts guys (and girls?). I'll take a proper look at version 2 of the script and the suggestions in this topic when I'm back on Windows at work in the new year. I'll then po ... |
Topic: RegEx Powered Dynamic Hotstrings |
rjwilmsi
Replies: 27
Views: 4020
|
Forum: Scripts & Functions Posted: Sat Dec 22, 2007 12:12 pm Subject: RegEx Powered Dynamic Hotstrings |
Trying the rjwilmsi example I found that anna is correctly, automagically changed to Anna, but nanna is wrongly changed to nAnna.
I'm not sure if that's a bug as such as I would want text within wo ... |
Topic: RegEx Powered Dynamic Hotstrings |
rjwilmsi
Replies: 27
Views: 4020
|
Forum: Scripts & Functions Posted: Fri Dec 21, 2007 7:23 pm Subject: RegEx Powered Dynamic Hotstrings |
Thanks, that's perfect!
For others who may be interested, it's possible to exclude returns and tabs in a similar fashion:
hs(c, a = "") {
static d, b, q
global $
... |
Topic: RegEx Powered Dynamic Hotstrings |
rjwilmsi
Replies: 27
Views: 4020
|
Forum: Scripts & Functions Posted: Fri Dec 21, 2007 9:11 am Subject: RegEx Powered Dynamic Hotstrings |
| Please, anybody? I haven't yet resolved this. |
Topic: RegEx Powered Dynamic Hotstrings |
rjwilmsi
Replies: 27
Views: 4020
|
Forum: Scripts & Functions Posted: Mon Dec 17, 2007 8:15 pm Subject: handling of spaces |
Hi all,
I've been using this for a while now but have got stuck by one issue:
say i define an entry like this (I have this problem with other examples):
hs("ann(a|e)" , "Ann%$1%& ... |
Topic: Regex hotstrings - how? |
rjwilmsi
Replies: 3
Views: 190
|
Forum: Ask for Help Posted: Wed Apr 11, 2007 10:50 pm Subject: Regex hotstrings - how? |
| Thanks for that. I've got the script working now ... it seems it didn't work before as it's not possible to simply add the hs function and examples to my existing autohotkey.ini but I can run a separa ... |
Topic: Regex hotstrings - how? |
rjwilmsi
Replies: 3
Views: 190
|
Forum: Ask for Help Posted: Wed Apr 11, 2007 9:35 pm Subject: Regex hotstrings - how? |
Okay, I want to have regex support in hotstrings. For (trivial) example I want something like
:*:[aio]vly"::$1vely
so if I type livly it is corrected to lively, lovly to lovely etc. but 'tuvly' ... |
Topic: RegEx Powered Dynamic Hotstrings |
rjwilmsi
Replies: 27
Views: 4020
|
Forum: Scripts & Functions Posted: Wed Feb 28, 2007 7:59 pm Subject: RegEx Powered Dynamic Hotstrings |
Hmm, this seems interesting, but I can't get it to work.
I've pasted the function and examples into my autohotkey.ini file and reloaded it. I then expected that if I typed Btw in notepad it would be ... |
Topic: Inserting ASCII characters |
rjwilmsi
Replies: 8
Views: 1241
|
Forum: Ask for Help Posted: Thu May 19, 2005 10:26 am Subject: Inserting ASCII characters |
Ok, thanks for your help Laszlo and toralf. I've worked out how to do what I want. If anybody else is interested I'm using this code:
:*C:ohmss::
Transform, Clipboard, Unicode, Ω ... |
Topic: Inserting ASCII characters |
rjwilmsi
Replies: 8
Views: 1241
|
Forum: Ask for Help Posted: Wed May 18, 2005 2:11 pm Subject: Inserting ASCII characters |
Please have a look, if "Transform" with "Unicode" helps in this case.
Quote the help file:
Unicode
I'm pretty sure it doesn't do what I want to do, as I need to generate Unicode characters, not co ... |
Topic: Inserting ASCII characters |
rjwilmsi
Replies: 8
Views: 1241
|
Forum: Ask for Help Posted: Wed May 18, 2005 11:06 am Subject: Inserting ASCII characters |
| First of all, I've only been using AutoHotkey for a few days, but it's a great little application. I've been getting along with it pretty well, except for inserting ASCII characters using hotstrings.
... |
| |