Setting up keybindings

Many players underuse their keyboards while playing WoW. Using keybindings is a vital way to speed up your responsiveness and awareness to the game. It can be the difference between a 1900 and a 2100 arena rating, or the difference between 2000 and 2300 dps in a raid.

Clicking your action bars with your mouse is only okay in a very limited number of scenarios. Spells you would never use in combat or in a panic situation are spells that you don't have to keybind. Silly macros for things like /target Xaxziminrax /kiss are okay to click. Long-term buffs, rogue poisons, mage portals... these are things you would not use in an emergency, so it's okay to leave them as mouse-clicked.

Resurrection spells, food and water, and short-term buffs (Warrior shouts, shaman elemental shields, mage and warlock fire/frost/shadow wards, hunter aspects) are all things that you should keybind. All these spells are cast either while in combat, right before you enter combat, or right after you leave combat.


An entire well-written, with-pictures article has already been posted, and I won't reinvent the wheel. Take a look at TankSpot's General Keybinds for some detail on how and why to bind.


After you've read that over, there are a few more things to mention.

The numpad is a fabulous way to have all your buffs and non-combat spells in order. I use the big "zero" button to use my Mana Strudels because its easy to find and I can just start spamming it the moment I think I'm about to leave combat. I use 1-9 on the numpad for my buffs. With 3 different mage armors, 30 and a 60 minute intellect buffs, dampen/amplify magic, and two conjure food spells, I'm really glad to have such an out of the way yet easy to remember section of keys. You can even put your hearthstone over there! It's not that hard to remember, "Seven means Dalaran." And then you still have plus and minus, asterik and slash left over for whatever you desire.

I also use backslash. On all my keyboards, it's below Backspace and above Enter and it's really big so its easy to find. I have a non-emergency but vital spell bound there. Shattering Throw, Evocation, or Fire Elemental Totem are good choices because they will be used fairly infrequently, but are still important enough that you'll want to have quick access to them.

Remember: Take it slow at first. Don't overwhelm yourself! Frustration is not the way to go, and even if it takes you a whole month just to remember two spells on your keyboard... that's better than nothing, and will give you a definite edge against people who haven't any bound!

4 comments:

  1. Hey, and thanks for tips. I've got two questions. Do you have any advice in particular for us who use laptops? Obviously, we have no numpad. (Is is worth it to buy a small, portable numpad to keep next to the laptop?)

    And the second is (n00by), can you bind something like alt-1 and ctrl-1?

    ReplyDelete
  2. Thank you for your comment.

    If you play a class with lots of out-of-combat utility and you mostly play from a laptop, you might be interested in a cheap numpad.

    The two classes I would have difficulty with (or I should say, that I currently have difficulty with) on a laptop are paladins and mages. All those pally blessings are tough! And the portals, teleports and strudel spells all make my head spin...

    If you can spare the $20 (American, ~120 Norwegian Kroner), you could pick up a cheap numpad from a number of locations. Here are a few online retailers:

    http://www.tigerdirect.com/applications/category/category_slc.asp?CatId=536&name=Keypads&Nav=|c:142|&Sort=0&Recs=10

    http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&DEPA=0&Order=BESTMATCH&Description=keypad&x=0&y=0

    If you can't, that's okay too. :)


    Your second question is a great one! You can do this in two ways. The first is to bind a key to Alt-1 by itself. If you have set your main action bar to 1 through =, then you can set another action bar to Alt-1 through Alt-=.
    Personally, I use my shift key often because it's large and obvious. On my laptop, the Fn key gets in the way of ctrl, but ctrl is a good one for use on a desktop because it's a very loner button, and hard to miss.

    The second way to do it is my preferred method. Open the macro interface by typing /macro, then create a new one. Choose the question mark icon and give it a name like GblessKings - something obvious and unique. Naming two macros the same can cause problems. Next, you use conditionals to tell it when it should cast what.

    #showtooltip
    /cast [mod:ctrl] Blessing of Kings; Greater Blessing of Kings

    This will attempt to cast BoK if you're holding down shift, and will cast GBoK if you're not holding shift. This way, you can only have 3 buttons present on your bars for your 6 blessings. (Don't forget to make one for Sanctuary if you're a prot pally.)

    The "#showtooltip" makes it change icon and text when you hold down ctrl, just do it and see!


    In the future, I'll have a full article about useful macro habits with some great links to comprehensive and beginner guides to macros.

    ReplyDelete
  3. Thanks for your reply!

    On a laptop, I find I'm running out of keys that are easily accessible. I'll definitely try out the macro!!

    ReplyDelete
  4. I messed up my last comment without knowing, but the idea remains the same! To use the three modifier keys, it's [mod:ctrl] [mod:shift] and [mod:alt] but I'm sure you've gathered that. :)

    ReplyDelete