trioderegion / archon

Unidentified items, for any FVTT system
Other
1 stars 1 forks source link

[Feature Request] Add shortcuts #9

Open Nysterian opened 1 month ago

Nysterian commented 1 month ago

What I'm mainly hoping for is a way to open the Archon Window without having to go to the items directory. But any other shortcuts would definitely be welcome.

This could be done through control keybinds, or by providing a list of macros that we can place onto our hotbar for ease of access.

trioderegion commented 1 month ago

The application is held in the module's namespace, so a macro to open it is fortunately pretty simple:

new (game.modules.get('archon').ArchonControl)().render(true);

Keeping this issue open for further consideration.