3DMigoto Assign to Mouse Button 5?
I know that in 3DMigoto I can assign a toggle to LBUTTON, RBUTTON, and MBUTTON, but does anyone know how to assign something to a 4th or 5th mouse button? I tried FBUTTON, 4BUTTON, and 5BUTTON, but none of those work.
I know that in 3DMigoto I can assign a toggle to LBUTTON, RBUTTON, and MBUTTON, but does anyone know how to assign something to a 4th or 5th mouse button? I tried FBUTTON, 4BUTTON, and 5BUTTON, but none of those work.

1080 GTX 8GB SLI | I7-4770K@4.5GHz | 16GB RAM | Win10x64
Asus ROG Swift PG278Q | 3D Vision 2

#1
Posted 05/13/2017 10:39 PM   
Try these... ; VK_MBUTTON Key = 0x04 ; VK_XBUTTON1 Key = 0x05 ; VK_XBUTTON2 Key = 0x06 [url]https://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx[/url] edit:technically you can use either the Virtual Key name(with or with out the VK_ prefix) or the hex code: 0x5, 0x05, VK_XBUTTON1 or XBUTTON1 should all work.
Try these...

; VK_MBUTTON
Key = 0x04

; VK_XBUTTON1
Key = 0x05

; VK_XBUTTON2
Key = 0x06

https://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx

edit:technically you can use either the Virtual Key name(with or with out the VK_ prefix) or the hex code:
0x5, 0x05, VK_XBUTTON1 or XBUTTON1 should all work.
#2
Posted 05/13/2017 10:53 PM   
That worked - thanks!
That worked - thanks!

1080 GTX 8GB SLI | I7-4770K@4.5GHz | 16GB RAM | Win10x64
Asus ROG Swift PG278Q | 3D Vision 2

#3
Posted 05/13/2017 11:14 PM   
Scroll To Top