A FoundryVTT module that enables you to change the font sizes in the Chat Log panel using ctrl+mouseWheelUp
and ctrl+mouseWheelDown
.
- Step 1: activate this module in your world
- Step 2: hover your mouse cursor over the Chat Log panel
- Step 3: hold down
ctrl
and use your mouse wheel to scroll either up or down to increase or decrease the font sizes, respectively
Fixed module to work on Foundry v9.
Removed the use of the libWrapper
shim. Now, the full libWrapper
library is required to run this module.
Fixed Firefox bug. Now module works in Chrome and Firefox.
Now using updated shim.js
from libWrapper v1.3.4.0.
Fixed wrapper type from MIXED
to WRAPPER
.
Initial release.
Got the basic funtionality to work.
This module relied heavily on The League of Foundry Developer's FoundryVTT Module Template. This is a great resource to get started in developing cool stuff for FoundryVTT!
This module uses ruipin's libWrapper library. Take a look at his stuff if you want to develop modules for FVTT that override its default behaviors.