Bind Pad

Bind Pad

Client Version: 5.0.4


Rating:

What is “BindPad”?BindPad is an addon to make KeyBindings for spells, items, and macros.You no longer need actionbar slots just to make Key bindings for your macores etc.BindPad addon provides many icon slots in its frame. You can drag and drop anything into one of these slots, and click the slot to set KeyBindings.How to use “BindPad”?(1) Type /bindpad or /bp to display BindPad frame.(Also you can find “Toggle BindPad” Keybinding command in standard KeyBindings frame of Blizzard-UI.)(2) Open spellbook frame (p), you bag (b), or Macro Panel (/macro).(Also you can use three mini-icons on BindPad frame to open these windows.)(3) Drag an spell icon, item icon, or macro icon using left button drag and drop it onto the BindPad window. (Maybe you need shift key + left button drag if action bars are locked.)(4) Now you see the icon placed on BindPad frame. Click it,and a dialog window “Press a key to bind” will appear.(5) Type a key to bind. And click ‘Close’ button.(6) When you want to remove icons from BindPad frame, simply drag away the icon and press right click to delete it.Note that KeyBinding itself will not be unbinded when you delete the icon.To unbind it, click the icon and click Unbind button on the dialog window.Also you can simply override Keybindings.How to use tabs3.1. Slot tabsThere are four tabs called Slots Tab on the top of BindPad frame(like Blizzard’s Macro frame).[General Slots] is for common icons used for every characters and every specs.[<Character> Specific Slots] is for icons specific to current character and current spec.[2] and [3] (aka. 2nd and 3rd <Character> specific slots) will act in the same way as [<Character> Specific Slots].Note that you can use [<Character> Specific Slots] tab only after you click‘Character Specific Key Bindings’ check box at standard KeyBindings frame of Blizzard-UI.From BindPad version 1.5, you can see this checkbox on BindPad window itself too.(Also BindPad will inform you about ‘Character Specific Key Bindings’ and automatically activate it for you when you click [<Character> Specific Slots] tab.)3.2. Profile tabsThere are another three tabs called Profile Tab on the side of BindPad frame.(like Blizzard’s Talent frame)Different Profile can hold different contents in [<Character> Specific Slots].You can click a Profile tab to switch current Profile, and your choice of Profile is saved for each Talent specs and automatically reverted to former profile when you change talent spec. If you choose same Profile for bothtalent specs this automatic change will not happen.Note that [General Slots] tab is not effected by Profile change, as allcontents of [General Slots] tab is common for all characters AND all specs.If you change Profile while [General Slots] tab is shown,BindPad will automatically shows [<Character> Specific Slots] tab ofspecified Profile.3.3. Can i switch profile in combat? On stance change?No, you cannot.If you need different skills binded for different stances/forms,simply use the stance condition to decide on what skill to use.Example: /cast [stance:1/2] Berserker Stance; [stance:3] InterceptWhere [Stance:1/2] is conditioning the macro for you to be in battle stanceor defensive stance and [stance:3] is conditioning you to be in berserker stance.This works for all classes with stances (Including rogues for stealth [stance:1]and shadow dance [stance:2] or none of the previous [stance:0]).Druid example: /cast [stance:1] Bash; [nostance:1] Healing Touch[nostance] = Caster, [stance:1] = Bear, [stance:2] = Aquatic, [stance:3] = Cat,[stance:4] = Travel, [stance:5] = Tree/Moonkin if available else Flight, [stance:6] = Flight if Tree/Moonkin is not available.“You want to convert this icon into a BINDPAD MACRO?”… What?“BindPad Macro” is a new feature from BindPad version 1.8.0 ;which allow you to make almost unlimited number of virtual macro icons.Older versions of BindPad just let you save your limited action bar slots.This new BindPad will let you save your limited macro slots on the standard “Create Macro” panel.Usage: Click the small red “+” icon to create an empty BindPad Macro. Right-click an existing spell/item/macro icon on BindPad to convert it into a BindPad Macro. Right-click the “BindPad Macro” to edit macro-text. …and you can use left-click to set keybindings as usual.Note that BindPad Macro will only exist within the BindPad frame; You can drag-and-drop them within BindPad, but you cannot drop them outside.More infoBindPad addon utilizes new functions added from WoW API 2.0 .You can use these functions (and many others) in any addons or macros.GetBindingKey(“command”)SetBinding(“KEY”, “command”)SetBindingSpell(“KEY”, “Spell Name”)SetBindingItem(“KEY”, “itemname”)SetBindingMacro(“KEY”, “macroname”|macroid)Just don’t forget to save changes bySaveBindings(GetCurrentBindingSet());