Adds a keybind into the module that allows GMs to temporarily hide their cursor from everyone else (including other GMs) #24
No reviewers
Labels
No labels
Compat
Breaking
Compat
Compatibility
Compat
Deprecation
Kind
Bug
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Foundry/oft#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/hide-cursor-temporarily"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #22
This might be worth converting into a SessionStorage property instead of a client setting
@ -67,1 +67,4 @@},"keybindings": {"toggleMouseBroadcast": {"name": "Toggle Mouse Position",Lets use "Toggle Show Cursor" to use the verbage that Foundry utilizes within the permission config
@ -0,0 +47,4 @@).id;} else {if (notifID != null) {ui.notifications.remove(notifID);Unset
notifIDback to null@ -0,0 +114,4 @@const keybindingList = element.querySelector(`section[data-group="${tabGroup}"][data-tab="${__ID__}"]`);const tabButton = element.querySelector(`button[data-group="${tabGroup}"][data-tab="${__ID__}"]`);if (keybindingList.childElementCount === 0) {This can be removed as it's covered by the case at the end of the function