Skip to content

Fix: hide keyboard shortcut hints in WebUI + add toggle#170

Merged
shantur merged 1 commit intodevfrom
codenomad/issue-153
Feb 15, 2026
Merged

Fix: hide keyboard shortcut hints in WebUI + add toggle#170
shantur merged 1 commit intodevfrom
codenomad/issue-153

Conversation

@codenomadbot
Copy link
Contributor

@codenomadbot codenomadbot bot commented Feb 14, 2026

What

  • Hide keyboard shortcut hints automatically in WebUI (browser shortcuts often conflict).
  • Add a Command Palette toggle to show/hide keyboard shortcut hints in native desktop builds.
  • WebUI supersedes the toggle: the command is disabled there and hints stay hidden.

Implementation

  • Preference: showKeyboardShortcutHints (default true).
  • Command Palette: Show/Hide Keyboard Shortcut Hints (disabled when runtimeEnv.host === "web").
  • CSS: hide .keyboard-hints / .kbd-hint in web/mobile + when html[data-keyboard-hints="hide"].

Commit

  • c719546

--
Yours,
CodeNomadBot

Hide shortcut hints in WebUI and allow toggling in native desktop apps.
@VooDisss
Copy link
Contributor

@shantur Tested, works nicely!

Hides the keyboard shortcuts from left sidebar and query textbox and from "Create Session" button!

@shantur shantur merged commit 35ff359 into dev Feb 15, 2026
@shantur shantur deleted the codenomad/issue-153 branch February 15, 2026 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments