| Author |
Message |
Forum: Support Topic: Has Anyone Been Able to Detect Mouse Buttons 6 & 7? |
| tetralite |
|
Posted: April 22nd, 2010, 7:13 am
|
|
Replies: 2 Views: 424
|
| What mouse you got? Yes, I know about that but I should have mentioned this USB mouse is made by me and has no driver. It just uses the drivers that come with your favorite OS. This is a new design that will soon be added to my existing mouse line. See TetraMouse.com -- these mice are for severely ... |
|
 |
Forum: Support Topic: Has Anyone Been Able to Detect Mouse Buttons 6 & 7? |
| tetralite |
|
Posted: April 22nd, 2010, 6:31 am
|
|
Replies: 2 Views: 424
|
| I'm looking for a way to detect mouse buttons 6 & 7. The first data byte from a USB mouse input to the host contains the bits for the buttons. They are arranged like this: <bit8=unused (or button 8)><bit7=button 7><bit6=button 6><bit5=button 5 (or button X2)><bit4=button 4 (or button X1)><bit3=m... |
|
 |
Forum: Scripts Topic: AHKHID - An AHK implementation of the HID functions |
| tetralite |
|
Posted: April 22nd, 2010, 5:49 am
|
|
Replies: 397 Views: 90362
|
| This issue of getting all 0s when pressing buttons is common, and has been discussed before. See this post (and the discussion that ensues) for more about the problem, and a possible workaround (i.e. see if the manufacturer's software can intercept the special buttons and send a key combination, wh... |
|
 |
Forum: Scripts Topic: AHKHID - An AHK implementation of the HID functions |
| tetralite |
|
Posted: April 22nd, 2010, 2:53 am
|
|
Replies: 397 Views: 90362
|
| To answer your questions: In example 1 it shows up as a mouse *only* under the mouse tab. In example 3 the 4th and 5th buttons do show up as Xbutton1 and Xbutton2. The 4 data bytes I mentioned are simply the input buffer bytes that carry mouse data from the mouse to the host in a USB input transacti... |
|
 |
Forum: Scripts Topic: AHKHID - An AHK implementation of the HID functions |
| tetralite |
|
Posted: April 21st, 2010, 8:11 pm
|
|
Replies: 397 Views: 90362
|
| Hello TheGood -- Could these HID techniques be capable of detecting buttons 6 & 7 of a 7-button mouse? The USB data byte is the same one for all buttons with the bits representing the buttons like this: x 7 6 5 4 M R L (x being the most significant bit where an 8th button might go). The raw USB ... |
|
 |
Forum: Scripts Topic: DLLCall: Support for Human Interface devices |
| tetralite |
|
Posted: April 20th, 2010, 11:04 pm
|
|
Replies: 151 Views: 100311
|
| Hoping I'm not too far off-topic, but I'm looking for a way to intercept all 7 buttons of a 7-button USB mouse in order to assign user defined functions ala AHK. Of course, the first 5 buttons are easy in AHK, but 6 & 7 are not directly supported in AHK. It looks, at first glance, that AHKHID mi... |
|
 |
| Sort by: |