| Author |
Message |
Topic: Simple temporary computer lock with password |
rodfell
Replies: 6
Views: 688
|
Forum: Scripts & Functions Posted: Mon Jul 18, 2011 10:11 am Subject: Simple temporary computer lock with password |
You didn't read the entire post did you?
eh??
what part didn't i read |
Topic: Toggle set default audio device in Windows 7. |
rodfell
Replies: 9
Views: 2694
|
Forum: Scripts & Functions Posted: Fri Jun 24, 2011 1:12 am Subject: Toggle set default audio device in Windows 7. |
| What exactly does Sound,,,,na do? It says in the autohotkey help file that it can add to the reliability of controlclick. To quote - "NA" avoids marking the target window as active and avoid ... |
Topic: Toggle set default audio device in Windows 7. |
rodfell
Replies: 9
Views: 2694
|
Forum: Scripts & Functions Posted: Thu Jun 23, 2011 9:23 am Subject: Toggle set default audio device in Windows 7. |
| excellent. thanks for that. i need to make this change a lot now. With windows xp you could use 2 sound devices at once. now you need to specify one. Found I needed a few sleeps and added the curious ... |
Topic: Dual monitor swap |
rodfell
Replies: 12
Views: 10180
|
Forum: Scripts & Functions Posted: Sat Jun 11, 2011 9:40 am Subject: Dual monitor swap |
I am not a savvy AHK programmer, but did I see the code has two key combinations, +m and +a. For me, +a is working fine. I am wondering what the use of +m is.It is used to move the window under the ... |
Topic: Simple Mouse Gesture and Rocker |
rodfell
Replies: 107
Views: 22751
|
Forum: Scripts & Functions Posted: Mon May 09, 2011 11:07 am Subject: Simple Mouse Gesture and Rocker |
changed front page. haven't incorporated all of above as some not suitable.demomode:=true ;demonstration mode on/off. change to false when ready to use
mintrack=20 ;minimum length of reg ... |
Topic: Simple Mouse Gesture and Rocker |
rodfell
Replies: 107
Views: 22751
|
Forum: Scripts & Functions Posted: Sun May 08, 2011 10:26 am Subject: Simple Mouse Gesture and Rocker |
i looked at deskangel. the following code is enough to disrupt deskangel in the same way that the gesture program does.wheelup::sendinput {wheelup}
wheeldown::sendinput ... |
Topic: Simple Mouse Gesture and Rocker |
rodfell
Replies: 107
Views: 22751
|
Forum: Scripts & Functions Posted: Wed May 04, 2011 1:10 pm Subject: Simple Mouse Gesture and Rocker |
don't understand why deleting mbutton entries wouldn't stop interference with your deskangel program
getting something like lbutton & rbutton::alttab to work along side a rocking program is a b ... |
Topic: Simple Mouse Gesture and Rocker |
rodfell
Replies: 107
Views: 22751
|
Forum: Scripts & Functions Posted: Tue Apr 19, 2011 10:29 am Subject: Simple Mouse Gesture and Rocker |
hey.
2 simple ways to do it
one way is just comment out *mbutton and *mbuttonup, then everything with mbutton clicks will be the same and you can still use wheelup and wheeldown macros normally. mbu ... |
Topic: Simple Mouse Gesture and Rocker |
rodfell
Replies: 107
Views: 22751
|
Forum: Scripts & Functions Posted: Fri Apr 08, 2011 11:08 pm Subject: Simple Mouse Gesture and Rocker |
| There are a few problems. Left clicking sticks from time to time and Ctrl or Shift LeftClicking (i.e. selecting multiple files in any file list) does not work at all. think i fixed this problem. still ... |
Topic: WM_NCHITTEST wrapping: what's under a screen point? |
rodfell
Replies: 18
Views: 7312
|
Forum: Scripts & Functions Posted: Fri Apr 08, 2011 5:40 am Subject: WM_NCHITTEST wrapping: what's under a screen point? |
this mod returns HSCROLL and VSCROLL when over the scroll bar in notepad. alas doesn't work in explorer. would love to find what the problem is.;HT_4294967294 := "ERROR"
;HT_4294967295 ... |
Topic: mouse over scroll bar |
rodfell
Replies: 0
Views: 170
|
Forum: Ask for Help Posted: Wed Apr 06, 2011 9:54 am Subject: mouse over scroll bar |
| i'm trying to find a way to tell if the cursor is over a scroll bar. (it's for a rocker program. i need to disable rocking if the cursor is over a scroll bar).thx |
Topic: Simple Mouse Gesture and Rocker |
rodfell
Replies: 107
Views: 22751
|
Forum: Scripts & Functions Posted: Sat Apr 02, 2011 12:59 am Subject: Simple Mouse Gesture and Rocker |
| changed script to allow for better left button gesturing eg left-right rocking.to achieve this i've had to reproduce all of the normal actions of the left mouse button. i think i've got it but let me ... |
Topic: Simple Mouse Gesture and Rocker |
rodfell
Replies: 107
Views: 22751
|
Forum: Scripts & Functions Posted: Thu Mar 31, 2011 10:52 am Subject: Simple Mouse Gesture and Rocker |
| I assume there is no way to fix that with AutoHotKey? i think it would be messy.you'd have to catch the left mouse, without messing up things like double clicking and lbutton mouse dragging.i'll play ... |
Topic: Simple Mouse Gesture and Rocker |
rodfell
Replies: 107
Views: 22751
|
Forum: Scripts & Functions Posted: Thu Mar 31, 2011 10:45 am Subject: Simple Mouse Gesture and Rocker |
to make c a copy macro using the right button ...
m-r(ldr):
sendinput,^c
return
don't forget to make demomode:=false on line 1 |
Topic: Simple Mouse Gesture and Rocker |
rodfell
Replies: 107
Views: 22751
|
Forum: Scripts & Functions Posted: Thu Mar 24, 2011 11:28 am Subject: Simple Mouse Gesture and Rocker |
| yeah you have to be careful what m-lr: rocking does. it states in the code that you have to be careful where you click.there's no simple way to stop the initial press of the left mouse button from per ... |
| |