nomns / nparse

Nomns' Parser for Project1999
GNU General Public License v3.0
43 stars 23 forks source link

Hotkey to open Maps #64

Open iSteed opened 11 months ago

iSteed commented 11 months ago

I am not sure if this is the place for this, because its not really an issue. But thought i would drop something someplace before i dove into the project and made a pull request myself.

Currently i see no way or documentation for how to assign hotkeys to open and close some of the panels. haveing the ability to pull up the map window, without leaving the game and hitting the system tray icon would speed up my use of nparse a lot.

please let me know if i should put this someplace else, and/or if im just missing some functionality.

thanks for all the hard work.

rm-you commented 3 months ago

Actually, there is a way to type a command IN GAME to hide/show windows (so you can make an in game macro), but you are correct it is not documented at all!

/tell toggle_maps /tell toggle_spells /tell toggle_discord

The same can be done to toggle clickthrough on and off:

/tell toggle_clickthrough_maps etc

Or to start path recording:

/tell start_recording_<pathname> /tell rename_recording_<newname> /tell stop_recording

Hopefully that helps you! I think the only place it was mentioned was in one of the release notes... I should probably do a better job of publicizing these QoL features.

Let me know if I can close this issue, or if you think this does not solve your request.