Thread Tools Display Modes
10-04-18, 09:34 AM   #1
joeyo
An Aku'mai Servant
Join Date: Jan 2012
Posts: 31
macro binding spacebar

so im having issues using this macro

/run SetBindingMacro("SHIFT-Spacebar","!6LFG") SaveBindings(GetCurrentBindingSet())

it seems to work for all other buttons except for spacebar i have no clue what im doing wrong here as ive used it plenty of times except this is the first time im trying to bind spacebar.
  Reply With Quote
10-04-18, 11:01 AM   #2
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
The spacebar is already bound, by default, to "jump". I have no idea if this key binding is hard-coded into the game or not. I would suggest to look at the default key binds to see if it can be changed.

In my defense I must tell you that I haven't been able to play the game for two years now and don't see any chance of that changing.
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?


Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!
  Reply With Quote
10-04-18, 04:09 PM   #3
MunkDev
A Scalebane Royal Guard
 
MunkDev's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 431
Lua Code:
  1. /run SetBindingMacro("SHIFT-SPACE","!6LFG") SaveBindings(GetCurrentBindingSet())
__________________
  Reply With Quote
10-05-18, 10:58 AM   #4
joeyo
An Aku'mai Servant
Join Date: Jan 2012
Posts: 31
Originally Posted by MunkDev View Post
Lua Code:
  1. /run SetBindingMacro("SHIFT-SPACE","!6LFG") SaveBindings(GetCurrentBindingSet())
u the bestest! thats what i was missing i tried Spacebar and SPACEBAR but did not try SPACE lol
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » macro binding spacebar

Thread Tools
Display Modes

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