Skip to content
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

Add hoverover tooltip for "high trajectory"/"low trajectory" toggle hotkey #3825

Open
SethDGamre opened this issue Oct 9, 2024 · 1 comment
Labels
Enhancement New feature or request Good First Issue Good for newcomers UI Everything related UI, GUI, etc. Widget Unsynced gameplay and UI code

Comments

@SethDGamre
Copy link
Collaborator

Description

This issue may be resolved by adding a key to the tooltip for high/low trajectory based on keyboard layout as pictured.
image

It could also be resolved if high/low trajectory is removed entirely like in pr: #3720

Why?

Every other with a keyboard shortcut has a tooltip. Why not this one?

What area of the game does this feature request pertain?

UI/UX, Settings, Controls or Hotkeys

Other (optional)

No response

@SethDGamre SethDGamre added Enhancement New feature or request Good First Issue Good for newcomers UI Everything related UI, GUI, etc. Widget Unsynced gameplay and UI code labels Oct 9, 2024
@nevniv
Copy link

nevniv commented Oct 11, 2024

Well I confirmed it does have a hotkey (b)

bind          sc_b,sc_b  onoff 0
bind               sc_b  onoff 1

gui_ordermenu.lua seems to define the UI element in question and I think the tooltips are called around line 700 but I have no clue how it decides to exclude trajectory (aka onoff) because I understand about 2% of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Good First Issue Good for newcomers UI Everything related UI, GUI, etc. Widget Unsynced gameplay and UI code
Projects
None yet
Development

No branches or pull requests

2 participants