Applies LibKeyBound to Spell Book and Macro UI Buttons.
Links
What it Does
Activating LibKeyBound allows you to hover over Spells in the Spell Book, or Macros in the Macro UI and bind keys to them.
- Requires LibKeyBound and Key Bindings Mode
- Hover cursor over participating macro or spell buttons.
- The current keys are shown in the tooltip and in the button.
- Click mouse buttons or keys to bind.
- Press Escape to clear bindings
Implemented:
- It is now a LibStub lib.
Origin of the Species
KeyBound/macro.lua and KeyBound/spell.lua by Tuller -> LibKeyBoundExtra library by Toadkiller.
What your Mod has to do
Include the Library
MyMod/libs svn:externals property:
LibStub http://svn.wowace.com/wowace/tags/LibStub/1.0/ ... LibKeyBound-1.0 http://svn.wowace.com/wowace/trunk/LibKeyBound-1.0/LibKeyBound-1.0/ LibKeyBoundExtra-1.0 http://svn.wowace.com/wowace/trunk/LibKeyBoundExtra-1.0/LibKeyBoundExtra-1.0/ ...
embeds.xml:
<Script file="libs\LibStub\LibStub.lua"/> <Script file="libs\CallBackHandler-1.0\CallbackHandler-1.0.lua"/> <Include file="libs\LibKeyBound-1.0\lib.xml"/> <Include file="libs\LibKeyBoundExtra-1.0\lib.xml"/>
MyMod.toc
## OptionalDeps: ...LibKeyBound-1.0, LibKeyBoundExtra-1.0...
Facts
- Date created
- 07 Jun 2008
- Category
- Last update
- 06 Mar 2009
- Development stage
- Release
- Language
- enUS
- License
- Public Domain
- Curse link
- LibKeyBoundExtra-1.0
- Reverse relationships
- 2
- Recent files
- A: r33 for 3.0.9 on 06 Mar 2009
- R: v90031 wotlk release for 3.0.2 on 21 Oct 2008
- A: r31 for 3.0.2 on 21 Oct 2008
- B: r30 for 2.4.3 on 12 Oct 2008
- A: r29 for 2.4.3 on 09 Oct 2008