Jump to content

Corsair programming buttons

Flux Azreal
Go to solution Solved by minibois,

You can use AutoHotKey to simulate a mousewheel scroll using whatever button/combination of buttons you want:

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

1::
Send {WheelUp 1}
Return

2::
Send {WheelDown 1}
Return

Simply change the "1" and "2" in "1::" and "2::" to whatever key combination you want to use:

https://www.autohotkey.com/docs/KeyList.htm

I would probably suggest making your mouse do an obscure combination, e.g. Alt+Shift+F11 and Alt+Shift+F12 for scrolling Up/Down.

The 1 behind WheelUp/WheelDown is the scrolling 'speed'.

Gotta install AHK first though.

 

Although I have heard some people say AHK can get detected as a cheating program in some games, so perhaps not smart to run it during gaming..

 

Or just contact Corsair for a replacement. Have you tried that? In my experience you don't always need the original packaging..

Pinging @Corsair Nick just in case.

Recently my corsair m65 pro's scroll wheel broke and i was to use the two button on the side as a scroll wheel like making the front one make pages go up and button one go down, is that possible? or any alternatives like a program to make keybinds to do that or something? (not just web browsing but for gaming)  ( cant return mouse since i threw away the box)

Link to comment
Share on other sites

Link to post
Share on other sites

You can use AutoHotKey to simulate a mousewheel scroll using whatever button/combination of buttons you want:

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

1::
Send {WheelUp 1}
Return

2::
Send {WheelDown 1}
Return

Simply change the "1" and "2" in "1::" and "2::" to whatever key combination you want to use:

https://www.autohotkey.com/docs/KeyList.htm

I would probably suggest making your mouse do an obscure combination, e.g. Alt+Shift+F11 and Alt+Shift+F12 for scrolling Up/Down.

The 1 behind WheelUp/WheelDown is the scrolling 'speed'.

Gotta install AHK first though.

 

Although I have heard some people say AHK can get detected as a cheating program in some games, so perhaps not smart to run it during gaming..

 

Or just contact Corsair for a replacement. Have you tried that? In my experience you don't always need the original packaging..

Pinging @Corsair Nick just in case.

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to comment
Share on other sites

Link to post
Share on other sites

23 minutes ago, minibois said:

You can use AutoHotKey to simulate a mousewheel scroll using whatever button/combination of buttons you want:


#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

1::
Send {WheelUp 1}
Return

2::
Send {WheelDown 1}
Return

Simply change the "1" and "2" in "1::" and "2::" to whatever key combination you want to use:

https://www.autohotkey.com/docs/KeyList.htm

I would probably suggest making your mouse do an obscure combination, e.g. Alt+Shift+F11 and Alt+Shift+F12 for scrolling Up/Down.

The 1 behind WheelUp/WheelDown is the scrolling 'speed'.

Gotta install AHK first though.

 

Although I have heard some people say AHK can get detected as a cheating program in some games, so perhaps not smart to run it during gaming..

 

Or just contact Corsair for a replacement. Have you tried that? In my experience you don't always need the original packaging..

Pinging @Corsair Nick just in case.

I honestly can't thank you enough! :) thank you so much ❤️ Hopefully corsair can help with the issue if they do decide to respond but if not ill resume using the program (the script worked PERFECTLY) though im worry ill get banned so lets see how this goes, thanks again! 

Link to comment
Share on other sites

Link to post
Share on other sites

Original packaging is nice to include, but not required for the RMA process.  You just need to submit a ticket along with a copy of your sales receipt, and one of our Technical Support reps can help you out with the replacement.  We also have an advanced RMA option if you need your replacement ASAP.  Let me know if you run into any issues.

 

https://support.corsair.com/

Looking for more details about a product, or experiencing technical issues?  Visit our support page below, and one of our Technical Support staff can help you out:

https://support.corsair.com/

Link to comment
Share on other sites

Link to post
Share on other sites

Please quote or tag  @Ben17 if you want to see a reply.

If I don't reply it's probly because I am in a different time zone or haven't seen your message yet but I will reply when I see it ? 

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×