AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Hotkey mice as well

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Snorri
Guest





PostPosted: Fri Mar 11, 2005 5:08 pm    Post subject: Hotkey mice as well Reply with quote

I've got logitech's MediaPlay bundled with 16 buttons or so, but they hardly do anything.. at least not the things I want them to do.. Could you add perhaps an input reader that can then override that input with something else, since the buttons arent easily identified by hotkey programs I think.. ? If there is a program out there that can do this then that might help.. thanks
Back to top
Titan



Joined: 11 Aug 2004
Posts: 5068
Location: imaginationland

PostPosted: Fri Mar 11, 2005 5:10 pm    Post subject: Reply with quote

See the 'Special Keys' section in the Key/Button List Documentation. -I think it could be what you want.
_________________

RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2")
Back to top
View user's profile Send private message Visit poster's website
Snorri
Guest





PostPosted: Fri Mar 11, 2005 5:20 pm    Post subject: Thanks Reply with quote

thanks alot! but neither mousehook nor keyboard hook seem to work at capturing these buttons.. do you have any ideas ?
Back to top
jonny



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Fri Mar 11, 2005 6:01 pm    Post subject: Reply with quote

That probably means they're hardwired into the keyboard, meaning the OS doesn't get the keys, it gets what they're supposed to do. You'd have to first set up your driver to either let them through normally or send some key combination that you can intercept with AutoHotkey.
Back to top
View user's profile Send private message
Snorri
Guest





PostPosted: Fri Mar 11, 2005 7:18 pm    Post subject: hmm Reply with quote

The drivers are installed, the software for the mouse as well, and the buttons work to the limited point logitech intended, that is +/- volume, next/prev track and back/forward. I assigned one of these buttons a keystroke G and the keyboard hook read it as G.. nothing more.. (os XP)
Back to top
jonny



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Fri Mar 11, 2005 8:32 pm    Post subject: Reply with quote

That's what I meant; assign it to some key you wouldn't ordinarily use, and assign it to a hotkey. If it doesn't have any keys available like that, there's nothing else I can think of.
Back to top
View user's profile Send private message
savage



Joined: 02 Jul 2004
Posts: 206

PostPosted: Fri Mar 11, 2005 9:00 pm    Post subject: Reply with quote

I use hotkey-indirection for several purposes. He means to set the button to fire some ludicrous hotkey like shift+ctrl+win+f12. Then make that a hotkey in ahk, and put the desired function there.
Back to top
View user's profile Send private message AIM Address
Snorri
Guest





PostPosted: Sat Mar 12, 2005 5:53 am    Post subject: hmm no Reply with quote

only a few can be assigned or modified to a keystroke.. but thanks anyways..
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group