| Author |
Message |
Topic: AHK_L and Windows Server 2003 |
Alan Stancliff
Replies: 1
Views: 120
|
Forum: Ask for Help Posted: Mon Apr 25, 2011 7:38 pm Subject: AHK_L and Windows Server 2003 |
| I hope I'm not breaking any rules when I bump this. Here's hoping one of the more knowledgeable forum members can help me. |
Topic: AHK_L and Windows Server 2003 |
Alan Stancliff
Replies: 1
Views: 120
|
Forum: Ask for Help Posted: Fri Apr 15, 2011 5:16 pm Subject: AHK_L and Windows Server 2003 |
| I recently started a new job as a medical transcriptionist, and I work from home for a large company. The platform they have us use is on Windows Server 2003, running on a computer located on the othe ... |
Topic: Remap up key |
Alan Stancliff
Replies: 2
Views: 126
|
Forum: Ask for Help Posted: Sat Aug 14, 2010 12:55 am Subject: Remap up key |
!^Up::Send {Up}
Thanks. It appears that almost ain't good enough except in horseshoes and hand grenades.
 |
Topic: Remap up key |
Alan Stancliff
Replies: 2
Views: 126
|
Forum: Ask for Help Posted: Fri Aug 13, 2010 11:54 pm Subject: Remap up key |
| I am developing arthritis in the right thumb, which for my keyboard is the only way to get a space. So I thought I could remap the up arrow, which on my keyboard falls directly under my index, to get ... |
Topic: Abbreviation hotstring for a CSS code snippet |
Alan Stancliff
Replies: 5
Views: 1181
|
Forum: Ask for Help Posted: Sun Nov 08, 2009 8:49 am Subject: Abbreviation hotstring for a CSS code snippet |
Thank you Leef-Me and OceanMachine.
Your help is very much appreciated.
OceanMachine, I'm just learning a bit about CSS now, and somebody gave me that snippet. The off-line blog editor I use doe ... |
Topic: Abbreviation hotstring for a CSS code snippet |
Alan Stancliff
Replies: 5
Views: 1181
|
Forum: Ask for Help Posted: Sun Nov 08, 2009 3:33 am Subject: Abbreviation hotstring for a CSS code snippet |
Hello all,
I am trying to create an AutoHotKey hotstring. The hotstring I want to use is HR. This abbreviation should expand into this:
<div style="width:133px;height:3px;background:#b1956 ... |
Topic: SendInput variable contents. |
Alan Stancliff
Replies: 8
Views: 598
|
Forum: Ask for Help Posted: Tue May 05, 2009 9:07 pm Subject: SendInput variable contents. |
I'm guessing this is the pertinent information a little further down the page:
ClipboardAll - NotesClipboardAll has been assigned are in binary format and thus will appear as gibberish when display ... |
Topic: SendInput variable contents. |
Alan Stancliff
Replies: 8
Views: 598
|
Forum: Ask for Help Posted: Tue May 05, 2009 5:48 pm Subject: SendInput variable contents. |
Hey HotKeyIt and SinkFaze
Thanks for the help. It is much appreciated That seems to have solved the problem.
I am still puzzled about something though.
In , it says this:
ClipboardAll cont ... |
Topic: SendInput variable contents. |
Alan Stancliff
Replies: 8
Views: 598
|
Forum: Ask for Help Posted: Tue May 05, 2009 9:20 am Subject: SendInput variable contents. |
I've simplified this a bit further to try to sharpen up my question.
If I run this code:
:O:testme::
testvariable = this is a test
sendinput, %testvariable%
Return
and then ... |
Topic: SendInput variable contents. |
Alan Stancliff
Replies: 8
Views: 598
|
Forum: Ask for Help Posted: Tue May 05, 2009 4:45 am Subject: SendInput variable contents. |
I am trying to figure out how I can make something like
"SendInput, %MyTestVariable% work.
Here is a small experiment that I wrote that seems to select everything in my application instead of ... |
Topic: Is this forum Indispensable? |
Alan Stancliff
Replies: 5
Views: 833
|
Forum: General Chat Posted: Tue May 05, 2009 4:39 am Subject: Is this forum Indispensable? |
I really would be stuck without this forum. I do not program with it frequently, but over the past few years, I have gotten together some very useful things for me.
Invariably, I get stuck when try ... |
Topic: Sending down-scroll through hotkey, Take II |
Alan Stancliff
Replies: 2
Views: 161
|
Forum: Ask for Help Posted: Sun May 03, 2009 7:28 pm Subject: Sending down-scroll through hotkey, Take II |
Thanks, Frankie,
That seems to have done it. |
Topic: Sending down-scroll through hotkey, Take II |
Alan Stancliff
Replies: 2
Views: 161
|
Forum: Ask for Help Posted: Sun May 03, 2009 6:32 pm Subject: Sending down-scroll through hotkey, Take II |
Hello all,
This is a followup question on about activating a wheeldown command via a hotstring or a hotkey. Enguneer was kind enough to help me figure out how to do this via a hotstring.
Now, I ... |
Topic: Sending down-scroll through hotkey |
Alan Stancliff
Replies: 2
Views: 325
|
Forum: Ask for Help Posted: Sun May 03, 2009 6:33 am Subject: Sending down-scroll through hotkey |
Hi Enguneer,
I've got to get my terminology correct. What I wanted was a hotstring, and not a hotkey, that would scroll. I do a lot of production typing and it's just faster to not take my hands of ... |
Topic: Sending down-scroll through hotkey |
Alan Stancliff
Replies: 2
Views: 325
|
Forum: Ask for Help Posted: Sun May 03, 2009 2:09 am Subject: Sending down-scroll through hotkey |
I am trying to get a hotkey to scroll down 3 clicks, but I seem not to be able to do it.
This is the code I tried:
:o:scrollhotkey::
send, MouseClick, WheelDown, , , 3
Return
... |
| |