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
*Fixed Shift-number keybind (thanks Nihilistkitten and everyone else for the investigation)
17
+
*Updated ColorSettings Library by moving to the stub solution.
9
18
10
19
## Version 2.0.5 (2020/07/27)
11
20
Fixed Z index issue introduced in v2.0.3 that was preventing the right-click context menu of the core Foundry hotbar from being on top of the Custom Hotbar. My attempted fix for the same issue in 2.0.4 was not actually present in the release due to versioning issues. Oops.
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,15 @@ Foundry VTT module to add an extra, fully functional macro hotbar above the core
3
3
4
4

5
5
6
-
Module compatibility is a primary goal of Custom Hotbar, and is compatible with all known modules, including Minor Quality of Life, Better Rolls, The Furnace, Macro Marker, and especially [Stan's Token Hotbar module](https://github.com/janssen-io/foundry-token-hotbar). We encourage you to try the two modules together:
Module and system compatibility is a primary goal of Custom Hotbar. If Custom Hotbar isn't compatible with a module or system that you think it should be, please let me know as a GitHub issue or ping me on Discord (Norc#5108).
9
7
10
-
The Custom Hotbar can now be repositioned and recolored as needed, and the same control is also granted over the core Foundry hotbar:
8
+
The Custom Hotbar now matches the core Foundry hotbar styling by default, but it can now be repositioned and recolored as needed, and the same control is also granted over the core Foundry hotbar:
11
9
12
10

13
11
14
-
Lastly, additional keybinds are also available: **Shift-Number** to run a macro on the custom hotbar, and **Ctrl-Shift-1 through 5** to change the core Foundry Hotbar page
12
+
Additionally, players (or GMs I guess!) can disable either hotbar entirely if they don't want it for themselves.
15
13
16
-
If you encounter an issue or have a suggestion for a feature not currently on the roadmap, please let me know on Discord (Norc#5108) or log an issue here on GitHub.
17
-
18
-
### Special Thanks
19
-
Special thanks to Ardistristan for his excellent Lib - Color Settings Module and extraordinary support as I implemented it! Further thanks to Stan for his continued support and to the awesome Foundry modding community as a whole.
14
+
Lastly, additional keybinds are also available: **Shift-Number** to run a macro on the custom hotbar, and **Ctrl-Shift-1 through 5** to change the core Foundry Hotbar page
20
15
21
16
## Installation
22
17
***Manifest**: Use this manifest link to install the module (https://raw.githubusercontent.com/Norc/foundry-custom-hotbar/master/module.json)
@@ -35,20 +30,25 @@ Special thanks to Ardistristan for his excellent Lib - Color Settings Module and
1. Closely mimics built-in methods to allow modules like Minor Quality of Life and Better Rolls to use the Custom Hotbar without specific support
33
+
1. Closely mimics built-in methods to allow modules like Midi QoL and Better Rolls to use the Custom Hotbar without specific support
39
34
1. Does not interfere with the operation of the original Macro Hotbar
40
35
41
36
## Changelog
42
37
See the [changelog.](https://github.com/Norc/foundry-custom-hotbar/blob/dev/CHANGELOG.md)
43
38
44
39
## Roadmap:
45
-
_Next release (minor cleanup):_
46
-
1. Basic settings for keyboard shortcuts
47
-
2. More minor features and bugfixes that didn't make it into 2.0.
40
+
_Next releases (minor cleanup):_
41
+
1. Ongoing bug/stability/module compat cleanup for 0.8.x as needed.
48
42
49
43
_Next major version:_
50
44
1. Add ability to create multiple Custom Hotbars, not just one
51
45
52
46
_Potential Future Features (Undecided)_
53
47
1. Add option to popout hotbars for positioning by dragging and dropping
54
48
1. Add pages 2-4 or more for each Custom Hotbar.
49
+
50
+
### Special Thanks
51
+
Special thanks to Ardistristan for his excellent Lib - Color Settings Module and extraordinary support as I implemented it! Thanks to DF (flamewave000) for the Library: DF Hotkeys library. Both of these libraries do a better job than I *ever* could.
52
+
53
+
Further thanks to Stan of Token Hotbar fame for everything he's done and to the awesome Foundry modding community as a whole.
0 commit comments