1. #1

    Wink Advanced Macro Help

    Hello guys I am interested in using the windows start button & the capitals lock button as a modifiers for my separate macros, I am obviously doing it incorrectly but what type of approach should I take?
    Here is my failed attempt:
    Caps Modifier-
    /cast [mod:capital lock] spell; spell
    Windows Key-
    /cast [mod:windows key] spell; spell
    Last edited by lawomous; 2014-08-23 at 09:51 PM.

  2. #2
    Deleted
    WoW only recognises 6 modifiers, left and right shift, ctrl and alt.

    You could use a program or your keyboard's drivers to remap Caps Lock to, say, right alt, and then macro using

    easy googeling

  3. #3
    isDown = IsRightAltKeyDown()

    The Mac WoW client does not distinguish between left and right modifier keys, so both Alt keys are reported as Left Alt. I am using a windows keyboard but it isn't working. Anyways how would I go about making the windows start key a modifier? or even enabling the right modifier keys.

  4. #4
    The game only accepts ctrl, alt, and shift as modifier keys, unfortunately.
    Last edited by lawomous; 2014-08-24 at 08:30 PM.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  5. #5
    Deleted
    If it HAS to be the windows key, search for tools to map buttons onto other buttons... I'm sure something like that exists in the WWW... but it still has to be CTRL, ALT or SHIFT for WoW to recognize it as a modifier...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •