08-01-2018, 01:56 AM
Yeah, I should've just had all my code here to start. Sorry about that.
Only a couple more things to work out:
- In some full screen applications, the macro mouse will resume normal mouse function. Is there any way to fix that?
- When double right clicking, the track skips forward first, and then back. I need some code that waits to see if the right button is clicked twice before skipping forward. Been reading up on QM language for the past 2 hours, and I have no clue how to do this...
Basically something like this, in proper QM code:
if right button clicked
wait 0.5 sec to see if right button clicked a second time
if not skip song
if yes previous song
Only a couple more things to work out:
- In some full screen applications, the macro mouse will resume normal mouse function. Is there any way to fix that?
- When double right clicking, the track skips forward first, and then back. I need some code that waits to see if the right button is clicked twice before skipping forward. Been reading up on QM language for the past 2 hours, and I have no clue how to do this...
Basically something like this, in proper QM code:
if right button clicked
wait 0.5 sec to see if right button clicked a second time
if not skip song
if yes previous song