-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The hotkey setting "showBodyInfo" in the settings is not working. #189
Comments
Thank you @ckx000 - do you recall where your ship was at this time? The Body Info overlay would need to know which body and if you were in deep space it would not show. |
I tried it in "SuperCruising" state, and also pressed the button while orbiting a planet, but no BodyInfo appeared. The FSSinfo, however, works without any issues. I also observed that BodyInfo appears during DSS. (The status displayed on the program's main window is "ASS", is that a typo?) |
I poked around, a fix will be ready in the next build. |
The fix is checked in, but I don't recall if that was before I published the last build. If you are running from source code and pull latest, if will be fixed now. |
in 2.0.2.149 It's mostly working fine now. But as I mentioned in another issue... What I meant earlier is that options like "in the system map" in the settings should be "permanent," meaning that in most cases, they need to consistently determine whether to display or not under the correct mechanism. On the other hand, the hotkey mechanism should be "temporary," used only occasionally when the user wants to temporarily hide it. Let's imagine a scenario: the user wants to keep "in the system map" always open to view the bodyinfo of each target within the "system map." However, when they want to check the various information on the right side of the "system map," it gets covered by the bodyinfo...
Most users exhibit a phenomenon: compared to the decision to turn off a certain overlay, the decision to turn on a certain overlay is harder to make. Especially when the hotkey to open that overlay is not always effective (because it only shows up under specific conditions).After this, users are likely to give up using this feature. In summary, my suggestion is that the hotkey's priority doesn't necessarily have to be the highest, but it should be able to change the settings in those configuration items. Conversely, the functionality of those settings should also be able to affect the hotkey's toggle. This is what I mean by "permanent" and "temporary." Finally, submitting a crashlog. This log was generated when I tried to use the hotkey while BodyInfo couldn't be displayed.
|
Currently the hot key toggle means: force on, or stop forcing on. This will become (at the of pressing):
|
Yes, absolutely Exactly this. Concise and clear!
Currently, there are some issues with these two areas, and sometimes they are not handled correctly. |
When using the preset hotkey in the game, the corresponding overlay did not appear.
Checking the log, the following was recorded:
The "showSystemNotes" function actually has the same log prompt, but it works normally.
Maybe it's because it pops up a Win window?
And the logs for other normally functioning hotkeys are as follows:
The text was updated successfully, but these errors were encountered: