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

The 'f'ilter menu for 'V'iew says ctrl-u will clear the line, but it doesn't #79158

Open
morikal opened this issue Jan 14, 2025 · 3 comments
Open
Labels
(S1 - Need confirmation) Report waiting on confirmation of reproducibility

Comments

@morikal
Copy link

morikal commented Jan 14, 2025

Describe the bug

Ctrl-u appears to have no effect in the filtration menu for 'V'iew.

Attach save file

N/A

Steps to reproduce

Hit 'V' to bring up the view menu.
Hit 'f' to filter.
Type some arbitrary letters.
Press ctrl-u

Expected behavior

Expect the filter input to clear when ctrl-u is pressed.

Screenshots

No response

Versions and configuration

  • OS: Windows
    • OS Version: 10.0.26100.2605 (24H2)
  • Game Version: 2461cef [64-bit]
  • Graphics Version: Tiles
  • Game Language: System language []
  • Mods loaded: [
    Dark Days Ahead [dda],
    Disable NPC Needs [no_npc_food],
    Portal Storms Ignore NPCs [personal_portal_storms],
    Slowdown Fungal Growth [no_fungal_growth]
    ]

Additional context

No response

@morikal morikal added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Jan 14, 2025
@mqrause
Copy link
Contributor

mqrause commented Jan 14, 2025

Unfortunately due to complications with imgui input, ctrl-u (or any custom keybind that includes a printable character really) currently only works when you unfocus the input field.

However you could also go the usual ctrl-a (select everything) -> del route you might be used to from input fields in places outside the game.

@morikal
Copy link
Author

morikal commented Jan 14, 2025

All other filtration menus seem to work with ctrl-u for me though.
If there is something specific about just the 'V'iew filtration menu that has a technical limitation, should the help text here be updated to not show ctrl-U will clear the line?
2025-01-14 15_29_54-Cataclysm_ Dark Days Ahead - 2461cef

@mqrause
Copy link
Contributor

mqrause commented Jan 14, 2025

Only input popups that have been migrated to imgui have that problem.

Removing it from the help text is an option. But ideally we'd want a proper fix. Or drop the keybind completely, but it's a keybind linux users might be used to and want to keep.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
(S1 - Need confirmation) Report waiting on confirmation of reproducibility
Projects
None yet
Development

No branches or pull requests

2 participants