Macros on different button?

Hey Guys,

Just a question. Is it possible instead of SHIFT / ALT mod… to use other keybinds. F.E. button K … Mous 1 / mouse 2 ?

would be glad if u can help me out :slight_smile:

You can keybind other keys to different actions however only Alt, Control and Shift are able to be used as macro mods. This is a Blizzard limitation.

1 Like

is it possible to use GSE for Script like UI scripts. F.E.

/run TargetFrameSpellBar:ClearAllPoints();TargetFrameSpellBar:SetPoint(“CENTER”, PlayerFrame, “CENTER”, 100, 25);TargetFrameSpellBar.SetPoint = function() end
/run TargetFrameSpellBar:SetScale(1.88)

im not able to do it… it wont use this script… i want it all together to fix my UI without addons…

is someone here who have any idea about those things

I would suggest changing your “ to ‘ and then trying.

This might be better off in a normal macro.

dont work :confused: i want many scripts to use with one time klicking on it… like those scripts f.e.:

/run function Movepetframe() PetFramelearAllPoints() PetFrame:SetScale(1.4) PetFrame:SetPoint(“CENTER”,PlayerFrame,“CENTER”,230,75)

/run TargetFrameSpellBar:ClearAllPoints();TargetFrameSpellBar:SetPoint(“CENTER”, PlayerFrame, “CENTER”, 100, 25);TargetFrameSpellBar.SetPoint = function() end
/run TargetFrameSpellBar:SetScale(1.88)

but it dont work with gse … in a normal macro it will work. but it use so many space to to macros for all those seperatly.