Wym Posted April 5, 2015 Posted April 5, 2015 Hi is there a way of binding my telescope to my side button on my mouse(mouse 4)?? 1
Clinch Posted April 5, 2015 Posted April 5, 2015 Not at the moment. Keybindings will be editable in the future though.
ObiQuiet Posted April 5, 2015 Posted April 5, 2015 I use AutoHotKey, with this script: XButton1::Shift return XButton1 is a synonym for Mouse Button 3, and XButton2 is for button 4.
Wym Posted April 6, 2015 Author Posted April 6, 2015 (edited) I use AutoHotKey, with this script: XButton1::Shift return XButton1 is a synonym for Mouse Button 3, and XButton2 is for button 4. So autohotkey is a program?? could u plz elaborate on how or what to do(preferably step by step)??I guess that XButton3 is used for mouse button 5 also? thx in advance Wym Edited April 6, 2015 by Wym
ObiQuiet Posted April 6, 2015 Posted April 6, 2015 So autohotkey is a program?? could u plz elaborate on how or what to do(preferably step by step)??I guess that XButton3 is used for mouse button 5 also? thx in advance Wym Yes, it's a program for remapping keys and buttons and automating key sequences. Install it according to their directions. The script I included just maps that mouse button to the shift key... replace their sample script with it. Let me know if you run into trouble.
Wym Posted April 6, 2015 Author Posted April 6, 2015 I've tried the software for my Razor mouse to no avail....I've looked at autohotkey and I'm stumped..... so a step by step guide would be good if you get the time Thx in advance
ObiQuiet Posted April 6, 2015 Posted April 6, 2015 I've tried the software for my Razor mouse to no avail....I've looked at autohotkey and I'm stumped..... so a step by step guide would be good if you get the time Thx in advance Ok, in about 12 hours.
ObiQuiet Posted April 7, 2015 Posted April 7, 2015 Here are there instructions for a simple script, the "Creating a Script" section: https://www.autohotkey.com/docs/Tutorial.htm#Create If that works for you, just do the same steps again, this time use the two lines I gave you instead in step 6. 1
Wym Posted April 7, 2015 Author Posted April 7, 2015 Many thx Ill try this today Here are there instructions for a simple script, the "Creating a Script" section: https://www.autohotkey.com/docs/Tutorial.htm#Create If that works for you, just do the same steps again, this time use the two lines I gave you instead in step 6.
BustyLove Posted April 7, 2015 Posted April 7, 2015 You should be able to rebind your mouse button to the telescope key quite easily instead. Most mice come with the software to do it. What kind of mouse do you have?
ObiQuiet Posted April 7, 2015 Posted April 7, 2015 Wym said he has a Razer. (The reason I use AutoHotkey is that my mouse driver (Kensington) doesn't allow mapping just "Shift" by itself -- has to be Shift + another key.)
Wym Posted April 8, 2015 Author Posted April 8, 2015 Thx for your help.......but the autohotkey wouldn't work for me(prob my error thou)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now