| Author |
Message |
Topic: AHK in Linux? |
rjwilmsi
Replies: 82
Views: 28849
|
Forum: General Chat Posted: Tue Jan 06, 2009 10:50 pm Subject: AHK in Linux? |
| See also http://autokey.sourceforge.net/ - supports hotstrings |
Topic: RegEx Powered Dynamic Hotstrings |
rjwilmsi
Replies: 43
Views: 10266
|
Forum: Scripts & Functions Posted: Mon Jan 05, 2009 8:20 pm Subject: RegEx Powered Dynamic Hotstrings |
Thanks to all for the continued work on this script. I have a bug with the latest version of the script to report. I believe Lexikos may have already mentioned this, but here goes:
hotstrings(&qu ... |
Topic: RegEx Powered Dynamic Hotstrings |
rjwilmsi
Replies: 43
Views: 10266
|
Forum: Scripts & Functions Posted: Sun Jan 04, 2009 11:37 pm Subject: RegEx Powered Dynamic Hotstrings |
I committed an
Thanks for the update - it is certainly an improvement. The "isn't" bug I had has now gone too. Also, the main bug I was suffering from was over extra firing of hotkeys, whi ... |
Topic: RegEx Powered Dynamic Hotstrings |
rjwilmsi
Replies: 43
Views: 10266
|
Forum: Scripts & Functions Posted: Sat Jan 03, 2009 8:23 pm Subject: RegEx Powered Dynamic Hotstrings |
Lexikos, thank you for posting on this topic. I use this function/code every day and still have some issues with it, so any input is much appreciated.
First of all I've found that my bug with the & ... |
Topic: Hotkeys At Work? |
rjwilmsi
Replies: 11
Views: 924
|
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: 43
Views: 10266
|
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: 43
Views: 10266
|
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: 43
Views: 10266
|
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: 43
Views: 10266
|
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: 43
Views: 10266
|
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: 43
Views: 10266
|
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: 355
|
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: 355
|
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: 43
Views: 10266
|
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: 1524
|
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, Ω ... |
| |