Addon Info.
Change Log
Optional Files (0)
Archived (12)
Comments (85)
  Category: Graphic UI Mods
Addon Information
Works with WoTLK
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
1.9.1
Date:
10-14-2008 08:13 AM
Size:
19.04 Kb
Downloads:
25,415
Favorites:
308
MD5:
Pictures
Click to enlarge
1. Drag any icon and drop into BindPad's slot
Click to enlarge
2. Click BindPad's slots to set Keybindings
Click to enlarge
3. Click small red '+' button to create BindPad Macro
Click to enlarge
4. Choosing name and image for BindPad Macro
Click to enlarge
5. Editing BindPad Macro text
BindPad - GUI to set keybindings for spell/item/macro   Popular!
BindPad -- Created by Tageshi

-------------------------------------------------------------------------
1. 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.



-------------------------------------------------------------------------
2. 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.


-------------------------------------------------------------------------
3. HOW TO USE TABS
-------------------------------------------------------------------------

There are four tabs on BindPad frame; 'General Slots', '<Character> Specific Slots',
'2' and '3'. (aka. 2nd and 3rd <Character> specific slots)
Any icons placed on 'General Slots' are for all characters of your account.
Those on '<Character> Specific Slots' are for that specific character only.

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.)



-------------------------------------------------------------------------
4. "You want to convert this icon into a BINDPAD MACRO?"... What?
-------------------------------------------------------------------------

"BindPad Macro" is a new feature from BidPad 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.


-------------------------------------------------------------------------
5. DETAILS
-------------------------------------------------------------------------

BindPad 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")
SetBindingSpell("KEY", "Spell Name")
SetBindingItem("KEY", "itemname")
SetBindingMacro("KEY", "macroname"|macroid)

Just don't forget to save changes by
SaveBindings(GetCurrentBindingSet());


There are some other similar addons by other authers.
Try them and choose what you like.

SpellBinder
http://www.wowinterface.com/downloads/info5614-SpellBinder.html

And at least one more good addon that I have forgot its name...



-------------------------------------------------------------------------
6. WHERE CAN I GET LATEST VERSION?
-------------------------------------------------------------------------

You can get latest version of BindPad from www.wowinterface.com:

http://www.wowinterface.com/downloads/fileinfo.php?id=6385

Or from Curse:

http://www.curse.com/downloads/details/5002/
  Change Log - BindPad - GUI to set keybindings for spell/item/macro
Version 1.9.1
- Release for 3.0.2

Version 1.9.0
- Updated for WotLK beta

Version 1.8.6
- Fixed a drawing order problem of "Show Hotkeys"
for Bartendar4 and probably for Bartendar3.
- Added locatization for zhCN and zhTW. (Thanks xinsonic)

Version 1.8.5
"Show Hotkeys" now supports Bartendar4.

Version 1.8.4
Added a workaround for error message "GetSpellName(): Invalid spell slot".

Version 1.8.3
- (Really) fixed the display issue of "Show Hotkeys" on compatibility with Bongos3.
- Added "Test" button on the BindPad Macro frame to test the macro while editing.
- Improved the keybinding confirmation window when the key is already
bound to a BindPad Macro.

Version 1.8.2
Fixed a bug which sometimes prevented BindPad to detect correct spell
rank after respeccing talent or training new spells.


Version 1.8.1
Fixed display issue of "Show Hotkeys" function introduced in 1.7.1; Compatibility with Bongos3 fixed.
(EDIT: Actually it was not yet fixed.)


Version 1.8.0

"BindPad Macro" : New feature to make almost unlimited number of virtual macro icons.
BindPad Macro is made for you to save limited macro slots on the standard Blizzard UI.
BindPad Macro will only exist within the BindPad frame, and allow you to make keybindings on them.

- Click the small red "+" icon to create an empty BindPad Macro.
- Right-click an existing spell/item/macro icon on BindPad frame 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.


Version 1.7.1
Added an option checkbox "Show Hotkeys".
The hotkey function now supports all ActionBar AddOns in addition to Blizard UI.
(Only tested for Bartendar3 addon.)


Version 1.7.0
Added an ability to automatically display binded hotkeys on ActionBar buttons.
(Suggested by Pheon)


Version 1.6.1
Updated for WoW client 2.3.0 .
Fixed a bug causing macro icons sometimes not working.


Version 1.6
Added two extra tabs for heavy users.


Version 1.5.1
TOC update.


Version 1.5
TOC update.
Added the 'Character Specific Key Bindings' check box at upper right corner of BindPad frame.
Added some functions to inform about 'Character Specific Key Bindings'.


Version 1.4
TOC update.
Added three mini-icons to open Spellbook, Macros Panel, and All bags.
Now uses new GetCursorInfo() API. (Slouken have kindly added it for me.)
You can now drag&drop icons from Action Bars too.
You can now use mouse wheel up/down as a keybind.


Version 1.3 (Now really updated version):
Added slash command /bindpad and /bp


Version 1.2 (not uploaded!):
More bug fixes.
Savefile format was changed and not compatible to 1.0 and 1.1.
(Old save data will be deleted when you use version 1.2; that don't unbind but you need to drag icons again.)


Version 1.1 (not uploaded!):
Fixed some tainting bug.


Version 1.0
Initial release.
  Optional Files - BindPad - GUI to set keybindings for spell/item/macro
Sorry, there are currently no optional files available.
  Archived Versions - BindPad - GUI to set keybindings for spell/item/macro
File Name
Version
Size
Author
Date
1.8.6
19kB
Tageshi
06-05-2008 09:59 AM
1.8.5
18kB
Tageshi
05-19-2008 01:46 PM
1.8.4
18kB
Tageshi
04-29-2008 12:50 PM
1.8.3
18kB
Tageshi
04-12-2008 05:14 AM
1.8.2
17kB
Tageshi
04-05-2008 03:32 PM
1.8.1
17kB
Tageshi
04-04-2008 04:01 PM
1.8.0
17kB
Tageshi
03-25-2008 11:33 AM
1.7.1
12kB
Tageshi
12-14-2007 10:45 AM
1.7.0
11kB
Tageshi
11-30-2007 02:05 PM
1.6.1
11kB
Tageshi
11-17-2007 11:11 PM
1.6.0
10kB
Tageshi
10-04-2007 11:07 AM
1.5.1
10kB
Tageshi
10-02-2007 10:29 AM
  Comments - BindPad - GUI to set keybindings for spell/item/macro
Post A Reply
Author Comments Comment Options
Old 11-08-2008, 10:26 PM  
Azande
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Ok, I might be dense but how do I assign keybindings to my rogue for Stealth? For example, in stealth the key "2" is garrote while not stealthed is Mutilate. Used this addon for the rest of my characters and it's one of the best .
Thanks for the help
Azande is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-03-2008, 04:20 AM  
Tageshi
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 88
Uploads: 11
PickupSpell() and PickupMacro() are now protected

There is a glitch in BindPad on WoW 3.0.2
You cannot drag spell icons and macro icons from BindPad frame in combat.

This is because PickupSpell() and PickupMacro() are now protected API function. I have asked about it in UI & Macro forum.

http://forums.worldofwarcraft.com/th...0647&sid=1#347
Tageshi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-31-2008, 11:24 PM  
Tageshi
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 88
Uploads: 11
I'm planning to add that option, but it takes long time and I don't have enough time currently.
For the time being, you can just turn off server side keybinding synchronization of WoW client.

Please refer Slouken's post below

Quote:
Right now if you want to disable the setting synchronization, you can do this on each computer where you want only local settings:
/console synchronizeSettings 0

In 3.0.3 you will be able to manage macros vs key bindings separately:
/console synchronizeConfig 0
-- turns off synchronization of UI settings
/console synchronizeBindings 0
-- turns off synchronization of key bindings
/console synchronizeMacros 0
-- turns off synchronization of macros

Whenever settings are downloaded from the server, the old settings are saved in <file>.old, so you can quickly log out, move them back into place and they'll be uploaded to the server (unless synchronizeSettings is 0).
Tageshi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-29-2008, 06:35 PM  
Rhave
A Murloc Raider

Forum posts: 7
File comments: 12
Uploads: 0
Is there an option to make it save keybindings ONLY on local computer and not server so that I can play my friends rogue and not mess up his server bindings?
Rhave is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-21-2008, 10:34 AM  
RaiGaL
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Thanks for this great addon Tageshi!
RaiGaL is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-17-2008, 08:20 AM  
Tageshi
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 88
Uploads: 11
Quote:
Originally posted by Seiken
Is there any chance of allowing us to bind the icons dragged from the pet tab? I looked over the last few pages but didn't see this mentioned. I like a minimal UI and having all my mounts on screen but nothing else is a little odd.
We need to wait for Blizard to fix GetCursorInfo() API function for Companions and Mounts icons. I have asked for this at Blizard's forum monthes ago.
http://forums.worldofwarcraft.com/th...32767&sid=1#88
Until API fix, I recommend to use BindPad macro like below.

Code:
/cast Violet Netherwing Drake



Quote:
Also I cannot seem to bind a modifier + mousewheel, for example SHIFT+Mousewheelup. I can do this in the standard keybindings and used to have spells bound to these via another addon I had. Is there any reason this can no longer be supported?

Thanks for your time and keep up the good work.
Actually you can do make bind. Just don't forget to hover over the Keybinding window with your mouse pointer before you try to push modifier + mousewheel .

Last edited by Tageshi : 10-17-2008 at 08:21 AM.
Tageshi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-17-2008, 07:49 AM  
Seiken
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Is there any chance of allowing us to bind the icons dragged from the pet tab? I looked over the last few pages but didn't see this mentioned. I like a minimal UI and having all my mounts on screen but nothing else is a little odd.

Also I cannot seem to bind a modifier + mousewheel, for example SHIFT+Mousewheelup. I can do this in the standard keybindings and used to have spells bound to these via another addon I had. Is there any reason this can no longer be supported?

Thanks for your time and keep up the good work.

Last edited by Seiken : 10-17-2008 at 07:56 AM.
Seiken is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-14-2008, 08:49 PM  
Tageshi
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 88
Uploads: 11
Re: BinPad macros

Quote:
Originally posted by badMonkey
So, it is possible to creat as many macros as I want with BinPad, more than the Blizzard macro UI offers?

(Great Addon, btw, love it!)
Yes! Unless all your slots are filled up with BindPad macros.
Tageshi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-14-2008, 03:06 PM  
badMonkey
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
BinPad macros

So, it is possible to creat as many macros as I want with BinPad, more than the Blizzard macro UI offers?

(Great Addon, btw, love it!)
badMonkey is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-14-2008, 08:30 AM  
Tageshi
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 88
Uploads: 11
BindPad 1.9.2

Version 1.9.1
- Release for 3.0.2

Version 1.9.0
- Updated for WotLK beta
Tageshi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-24-2008, 06:48 AM  
Tageshi
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 88
Uploads: 11
Quote:
Originally posted by Potter
Being the hardcore lover of key bindings & more importantly direct binds as I am..I adore this addon..I had used Nymbia's Spellbinder http://www.wowinterface.com/download...ellBinder.html for a long..long time..but now I've moved to yours & am just as pleased.

I'd like to inquire about the likelyhood of a feature..is it possible to let players specify actions based on stealth? like say..I have Shift + D set to distract..would it be possible in an update to let me use that same bind..for another action when unstealthed?

Great work /salute
Right click your spell on BindPad slot to make BindPad macro.
Edit the macro text like below.
/cast [stealth] spell name 1; spell name 2
And set keybinding for this BindPad macro. Done.
Tageshi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-23-2008, 08:39 PM  
Potter
A Kobold Labourer

Forum posts: 0
File comments: 32
Uploads: 0
Being the hardcore lover of key bindings & more importantly direct binds as I am..I adore this addon..I had used Nymbia's Spellbinder http://www.wowinterface.com/download...ellBinder.html for a long..long time..but now I've moved to yours & am just as pleased.

I'd like to inquire about the likelyhood of a feature..is it possible to let players specify actions based on stealth? like say..I have Shift + D set to distract..would it be possible in an update to let me use that same bind..for another action when unstealthed?

Great work /salute
Potter is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-11-2008, 01:24 PM  
Tageshi
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 88
Uploads: 11
Re: I was sure Iposted this before... seems lke I was wrong :P

Quote:
Originally posted by TripleEYE
First off, let me announce that I LOVE BindPad!
It's wonderfull. And with this Macro option it's now even more usefull than ever.
I used to use this addon simply to bind a second keybind to whatever I want. But now it's much more than that.
Now my macros have become my friends
Thank you for using BindPad.
Quote:
I would love to be able to pull the macros from BindPad onto the actionbar.
Old addons that allow the addition of more macros (that can be used on the actionbars) are no longer updated and don't work with the current version of WoW.

Can I please get an explanation as to why it can't be possible to make these macros draggable onto the actionbars? Or an explanation on how would it be possible?
It's impossible unless we make whole new system of Actionbars with full huge set of addons.
That means you cannot use any actionbar addons nor blizzard's standard actionbars since they are using same actionbar APIs presented by Blizard.

BindPad macro is not using the actionbar APIs, that's why BindPad macro cannot be used with other actionbars.
Tageshi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-11-2008, 01:12 PM  
Tageshi
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 88
Uploads: 11
Quote:
Originally posted by galvin
Ok found out the problem.

On my paladin I have shift-space binded to a macro thats seen by all characters. On my warrior I have shift-space binded to a warrior only seen macro.

What happens is shift-space works fine on my warrior. Log on my paladin which changes shift-space to mount special macro. Log back on my warrior and shift-space doesn't get rebinded to my warrior only macro.

Dont think it has to do anything with the patch though.
Well. Do you still have same problem now?
I never have been able to reproduce this problem.
Tageshi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-28-2008, 03:46 AM  
TripleEYE
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
I was sure Iposted this before... seems lke I was wrong :P

First off, let me announce that I LOVE BindPad!
It's wonderfull. And with this Macro option it's now even more usefull than ever.
I used to use this addon simply to bind a second keybind to whatever I want. But now it's much more than that.
Now my macros have become my friends

I would love to be able to pull the macros from BindPad onto the actionbar.
Old addons that allow the addition of more macros (that can be used on the actionbars) are no longer updated and don't work with the current version of WoW.

Can I please get an explanation as to why it can't be possible to make these macros draggable onto the actionbars? Or an explanation on how would it be possible?

I mean, the amount of macros supplied by Blizzard ain't nearly enough for one who knows what macros are capable of.

Thanks

P.S.
I have a small understanding of LUA.. not much, but enough for you to try and explain it in your own way.
So please give as detailed an explanation as you can
If I don't understand something, I'll either search WoWWiki, or simply ask you guys
TripleEYE is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:



The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOUI | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


MMOInterface.com Copyright ©2008
World of Warcraft is a registered Trademark of Blizzard Entertainment.
vBulletin - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.