Thread Tools Display Modes
03-15-09, 12:15 AM   #1
Ashkiran
A Fallenroot Satyr
Join Date: Nov 2006
Posts: 20
Question Macro to rebind mousewheelup to zoom in.

I'm trying to create a macro button to rebind mousewheelup to zoom in, came up with this /run SetBindingClick("MOUSEWHEELUP","CameraZoomIn")
but no joy.
I'm far from an API expert, so a lil help is appreciated.
  Reply With Quote
03-15-09, 12:22 AM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Do you just need to rebind it? Or will this be in response to another macro script to bind it to something else? If the former, you can just do that in the keybindings menu.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
03-15-09, 12:27 AM   #3
Ashkiran
A Fallenroot Satyr
Join Date: Nov 2006
Posts: 20
Hey Seerah,

Thank you for your response.
I would create the macro button to quick swap the mousewheelup zoom in function with another function (and back), cause I need to do this everyday 2 times a day and it would speed things up a lot.
  Reply With Quote
03-15-09, 04:56 AM   #4
Balkeep
A Cyclonian
 
Balkeep's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 43
/script SetBinding("MOUSEWHEELUP","CameraZoomIn")

SetBindingClick isnt actually meant to be used for this...
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Macro to rebind mousewheelup to zoom in.


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off