| Author |
Message |
Forum: Support Topic: win 7 |
| ratsrcute |
|
Posted: February 22nd, 2012, 1:28 am
|
|
Replies: 4 Views: 92
|
| Running as administrator seems to fix it! Leef_me, I used to work as a programmer so I know the frustration. My post was an attempt, not to elicit an answer, but to elicit questions, so that I would have any idea, any idea at all what to look at specifically My script is *enormous*, pages and pages.... |
|
 |
Forum: Support Topic: win 7 |
| ratsrcute |
|
Posted: February 22nd, 2012, 12:54 am
|
|
Replies: 4 Views: 92
|
| I just switched from windows xp to windows 7. I have been using an autohotkey script in xp that presses mouse buttons for me. Very useful since I have carpal tunnel. Well, in windows 7 I'm getting problems. Certain windows and dialogs just don't respond to the commands that should press buttons. The... |
|
 |
Forum: Support Topic: Numpad "Enter" |
| ratsrcute |
|
Posted: March 22nd, 2011, 7:17 pm
|
|
Replies: 1 Views: 173
|
| My problem is that the number pad "Enter" key seems to be the same key identity as the standard keyboard "Enter", but I want to make it a separate hotkey. Background: I'm actually helping a friend with an ahk script from across the country, so I don't have direct access to her ha... |
|
 |
Forum: Support Topic: LWin as left mouse button |
| ratsrcute |
|
Posted: January 24th, 2011, 2:55 am
|
|
Replies: 3 Views: 147
|
I have some more possibilities. Is there a way to make any of the following into a left mouse button, with drag capability?
Caps Lock
Ctrl-Caps Lock, Alt-Caps Lock, or Shift-Caps Lock
Alt-Tab |
|
 |
Forum: Support Topic: LWin as left mouse button |
| ratsrcute |
|
Posted: January 24th, 2011, 2:38 am
|
|
Replies: 3 Views: 147
|
|
 |
Forum: Support Topic: LWin as left mouse button |
| ratsrcute |
|
Posted: January 24th, 2011, 2:35 am
|
|
Replies: 3 Views: 147
|
| I want to use LWin as the left mouse button for both clicks and drags. This works to produce clicks: LWin::Click But doesn't produce drags. I tried this: LWin: Click, Down KeyWait, LWin Click, Up Return But it didn't work. When I hit LWin the start menu came up, as though I hadn't actually turned LW... |
|
 |
Forum: Support Topic: Changing size/color of tooltip |
| ratsrcute |
|
Posted: September 16th, 2010, 10:41 am
|
|
Replies: 3 Views: 331
|
MasterFocus wrote: You didn't even search, right?
Busted! |
|
 |
Forum: Support Topic: Changing size/color of tooltip |
| ratsrcute |
|
Posted: September 16th, 2010, 3:26 am
|
|
Replies: 3 Views: 331
|
Is it possible to make tooltips with a larger font and some highly noticeable color, like red?
Thanks,
Mike |
|
 |
Forum: Support Topic: Confusing key loggers |
| ratsrcute |
|
Posted: January 30th, 2010, 8:57 pm
|
|
Replies: 7 Views: 385
|
| That is an excellent little toy. You should add it to the archive if possible. I don't know how to do that. |
|
 |
Forum: Support Topic: Confusing key loggers |
| ratsrcute |
|
Posted: January 29th, 2010, 4:15 am
|
|
Replies: 7 Views: 385
|
Do you know if SendPlay typically works at a different level in the OS so that a keylogger can't see it?
Thanks,
Mike |
|
 |
Forum: Support Topic: Confusing key loggers |
| ratsrcute |
|
Posted: January 29th, 2010, 4:15 am
|
|
Replies: 7 Views: 385
|
Do you know if SendPlay typically works at a different level in the OS so that a keylogger can't see it?
Thanks,
Mike |
|
 |
Forum: Support Topic: Confusing key loggers |
| ratsrcute |
|
Posted: January 28th, 2010, 9:04 pm
|
|
Replies: 7 Views: 385
|
| Wondering if anyone has ideas about using autohotkey in a security role to confuse illicit key loggers. There is a program called KeyScrambler which encrypts keystrokes at a very low level in the keyboard driver, so that key loggers see gibberish. KeyScrambler only works with web browsers, or if you... |
|
 |
Forum: Support Topic: Win 7 blocking input |
| ratsrcute |
|
Posted: December 24th, 2009, 6:38 pm
|
|
Replies: 2 Views: 285
|
| I recently wrote a script for controlling the mouse from the keyboard which comes in handy due to my wrist pain. I also recently moved to Win 7. My script works fine most of the time except when I access the control panel. While control panel windows (like the System controls) are frontmost, my scri... |
|
 |
Forum: Support Topic: keyboard as mouse |
| ratsrcute |
|
Posted: December 15th, 2009, 9:20 pm
|
|
Replies: 5 Views: 375
|
| Thanks for the pointers. Using some of your ideas, here's how I ended up doing it. ;---------------------------------------------------------------------- ;; Two quick capslock to turn on mouse mode $CapsLock:: if ( GetKeyState("CapsLock", "T") ) { newstate =... |
|
 |
Forum: Support Topic: keyboard as mouse |
| ratsrcute |
|
Posted: December 15th, 2009, 4:00 am
|
|
Replies: 5 Views: 375
|
| http://www.autohotkey.com/docs/scripts/NumpadMouse.htm I saw that one, but I don't have a number pad, and I dislike the concept of acceleration as a way of controlling speed. Normally I would try to modify the script but it is huge, complicated, and not very close to what I want (at least as best I... |
|
 |
| Sort by: |