You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,21 @@ Originally I wanted to port Silencer2K his action-bar-profiles to wotlk for it's
10
10
How to use
11
11
-----
12
12
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'.
14
14
15
15
**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.
16
16
17
17
Quitting the game will always keep the most recently loaded profile in the game's default setting.
18
18
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
+
19
28
Storage and backup
20
29
-----
21
30
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
0 commit comments