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
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.
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.
1080 GTX 8GB SLI | I7-4770K@4.5GHz | 16GB RAM | Win10x64
Asus ROG Swift PG278Q | 3D Vision 2
; 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.
[MonitorSizeOverride][Global/Base Profile Tweaks][Depth=IPD]
1080 GTX 8GB SLI | I7-4770K@4.5GHz | 16GB RAM | Win10x64
Asus ROG Swift PG278Q | 3D Vision 2