-
I am fighting with macaroon now for days and "I am going slightly mad" (--quote queen song)
my macaroon macros don't evaluate the modifiers if I use a keypress
e.g. Macro button , bound to 1, SHIFT+ALT+1
modifiers SHIFT+ALT do not work at all in the macro.
Funny thing is: When I mousclick (right or left mouse) the macro while holding shift+alt it works as intended
when I press shift+alt+1 it doesn't process the modifiers. *sigh*
Searched the web and found nothing of this sort, only that macaroon is THE mouseover casting thing.
Thanks to Freddy and HNK I have a working solutions by using clickmouse, but it is not as I intended it originally!)
any ideas ?
-
Unless you explicitly bind shift-<keybind>, the default UI keybinds will take precedent. For example, in the default UI shift-1 is the keybind to take you to action bar/page one. If you bind a Macaroon button to 1 and hit shift-1 (to activate a [mod:shift] condition) Blizzard's binding still takes priority. The only way to solve this is to unbind those functions from the default UI. Macaroon has a hands-off approach to the default UI and merely creates virtual override bindings and does not erase anything the default UI has set up.
-
as an example I took the 1 key.
in my config it was the Numpad0-9 with [lr]ctrl+[lr]alt
I will check if they are available or If I had them configured in the BLIZZ bars.
(I actually replaced ALL blizz bars with macaroon bars)
cheers
/yawn - must sleep now :)
-
AAARG....
I think I found the problem :
in bindings-cache.wtf I still have he remnants of BT4 which I used before. Even that it is no longer installed, the keybindings probably still active which :cursing: the whole thing up :cursing: :cursing: :cursing:
Code:
bind CTRL-NUMPAD0 CLICK BT4Button96:LeftButton
bind CTRL-NUMPAD1 CLICK BT4Button96:LeftButton
bind CTRL-NUMPAD2 CLICK BT4Button96:LeftButton
(I made this like a couple of month ago when I was still using keyclone...)
thanks for the tip.
going to clean out my bindings-cache now.