AutoHotkey Community

It is currently May 23rd, 2012, 10:55 pm

All times are UTC [ DST ]


Search found 11 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Touchpad for Touchscreen

Posted: September 5th, 2010, 4:41 am 

Replies: 14
Views: 4006


I have a laptop with a touchpad and touchscreen. I'm trying to find a hook to read the absolute coordinates on my touchpad. I want to disable use of a certain area of the touchpad. With a hook that can read the coords I can just discard the anything within a range of coords. Can this thing pull that...

 Forum: Support   Topic: get finger's position on touchpad?

Posted: September 1st, 2010, 1:40 am 

Replies: 15
Views: 1165


I've been trying to find a way to pull the same info. So far I've found that the Synaptics drivers API supports "Absolute mode". So if you can setup a hook it should return the x/y coords of the finger on the pad itself. It also returns Z, the pressure being put on the pad. Maybe someone s...

 Forum: Scripts   Topic: XY Midi Mouse/trackpad

Posted: August 25th, 2010, 10:10 am 

Replies: 5
Views: 2375


I just bought a new laptop, the touchpad is driving me insane.
I need to disable the bottom 1/5 or so of the touchpad.

Could I use this script to capture and simply disregard any movements in that region?

Thanks,

Kenny

 Forum: Scripts   Topic: AHKHID - An AHK implementation of the HID functions

Posted: May 19th, 2009, 1:09 am 

Replies: 397
Views: 90343


Here's what I've got so far :-) My If/Else statements seem needlessly long to me. I think I did something wrong lol I looked at the help file but I couldn't get them to work any other way ;Must be in auto-execute section if I want to use the constants #Include %A_ScriptDir%\AHKHID.ahk AppActive = 1 ...

 Forum: Support   Topic: Detect consecutive incorrect windows logins

Posted: May 18th, 2009, 10:26 pm 

Replies: 2
Views: 543


I'm trying to figure out how to detect when someone tries to login or unlock a computer with the wrong password more than 3 times. I turned on auditing but trying to work out a formula to look analyze that and take into account successful logins and and bootup makes my head explode. If anyone has an...

 Forum: Support   Topic: Need to verify user is logged in and PC unlocked

Posted: May 18th, 2009, 10:24 pm 

Replies: 1
Views: 323


I'm trying to find a way to make sure a user is actually logged in and the machine isn't locked.

So basically I'm trying to eliminate:
1) No user logged in
2) User logged in and PC locked

Thanks,

Kenny

 Forum: Scripts   Topic: AHKHID - An AHK implementation of the HID functions

Posted: May 18th, 2009, 10:20 pm 

Replies: 397
Views: 90343


ahh I got it. I'm writing this for my desktop, but my laptop has a remote receiver too. It's designed to be used as media center. So I've been testing using the same remote and my laptop. I just discovered if I use my desktop the remote always returns vendor ID 81 And my keyboard returns 4. So I'll ...

 Forum: Scripts   Topic: AHKHID - An AHK implementation of the HID functions

Posted: May 18th, 2009, 9:54 pm 

Replies: 397
Views: 90343


It looks like windows is returning the keyboard output first when you register 1/6 Here is the output from the remote and the keyboard 1 := HID_GetDevInfo(devh, DI_DEVTYPE, True) 2 := HID_GetDevInfo(devh, DI_HID_VENDORID, True) 3 := HID_GetDevInfo(devh, DI_HID_PRODUCTID, True)...

 Forum: Scripts   Topic: AHKHID - An AHK implementation of the HID functions

Posted: May 18th, 2009, 9:03 pm 

Replies: 397
Views: 90343


hmm maybe this will help, i haven't mentioned it explicitly. I want my remote to work normally. That why I want to know if my remote or keyboard sent the event. 1) If I hit the up key on my keyboard I call the application. 2) If i hit the up key on my remote I don't call the application. The problem...

 Forum: Scripts   Topic: AHKHID - An AHK implementation of the HID functions

Posted: May 18th, 2009, 7:03 pm 

Replies: 397
Views: 90343


I'm not quite that slow :) lol No I just want to be able to identify the source of each keystroke. For anything hit on the keyboard itself I want the script to call an application. And if F3 is hit on the keyboard I want to call a different application. If I register 1/6 I can't tell between the rem...

 Forum: Scripts   Topic: AHKHID - An AHK implementation of the HID functions

 Post subject: Bless you HID god lol :)
Posted: May 18th, 2009, 9:00 am 

Replies: 397
Views: 90343


I've been looking for some tools like your three examples for the last 2 days, thank you! lol The best part is I was looking for them to deal with my MCE remote too :D I've been beating my head against the wall trying to differentiate between my keyboard and remote for the last few days. Question: W...
Sort by:  
Page 1 of 1 [ Search found 11 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group