Skip to content

Commit 9e15e28

Browse files
committed
documents
1 parent cb7f347 commit 9e15e28

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.1.0
2+
- Added chat commands
3+
14
1.0.4
25
- Incremented version for Dragonflight prepatch 10.0.2
36
- Updated readme

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,21 @@ Originally I wanted to port Silencer2K his action-bar-profiles to wotlk for it's
1010
How to use
1111
-----
1212

13-
Save and load profiles from the addon's interface menu.
13+
Save and load profiles from the addon's interface menu or use the chat commands from '/kbp'.
1414

1515
**Auto save keybinds on change is disabled by default**. This means that you have to manually save your profiles each time you make a change to your keybinds. Enabling this option saves changes made to your keybinds automatically for the active profile, such that you don't have to manually save your keybinds with the 'Save keybinds' button.
1616

1717
Quitting the game will always keep the most recently loaded profile in the game's default setting.
1818

19+
Commands
20+
-----
21+
Currently the following commands are supported:
22+
* /kbp save -- Saves the current profile
23+
* /kbp save profilename -- Save to the specified profile. Overwrites existing profiles or creates a new profile if specified profile doesn't exist
24+
* /kbp load profilename -- Loads an existing profile
25+
* /kbp delete profilename -- Deletes an existing profile
26+
* /kbp list -- Lists all existing profiles
27+
1928
Storage and backup
2029
-----
2130
Deleting your WTF folder in the wow directory deletes all stored key bindings. The file storing and containing all keybind settings is located in the following wow directory: `/World of Warcraft/_<VERSION>/WTF/Account/<ACCOUNTNAME>/SavedVariables/KeyBindProfiles.lua`. Keep a backup of this file if you want to keep your keybinds safe, if you reinstall wow place this file back into this folder to restore your old keybind settings.
@@ -33,7 +42,7 @@ I haven't tried other action bar addons, it should work as long as an addon does
3342
Azaiko's links
3443
-----
3544

36-
* Source code [https://github.com/rscheele/Key-bind-profiles-Azaiko](https://github.com/rscheele/Key-bind-profiles-Azaiko)
45+
* Source code [https://github.com/rscheele/KeyBindProfiles](https://github.com/rscheele/KeyBindProfiles)
3746
* CurseForge [https://www.curseforge.com/wow/addons/keybindprofiles](https://www.curseforge.com/wow/addons/keybindprofiles)
3847
* Wowinterface [https://www.wowinterface.com/downloads/info26417-KeyBindProfiles.html](https://www.wowinterface.com/downloads/info26417-KeyBindProfiles.html)
3948
* Wago [https://addons.wago.io/addons/key-bind-profiles-azaiko-classic-wotlk](https://addons.wago.io/addons/key-bind-profiles-azaiko)

0 commit comments

Comments
 (0)