Skip to content

qt-core: Add Ctrl+F1 (or Cmd+F1 for macOS) key binding for help#518

Merged
benchoq merged 1 commit into
qt-labs:devfrom
benchoq:ben_0630_add_key_binding_for_help
Jul 6, 2026
Merged

qt-core: Add Ctrl+F1 (or Cmd+F1 for macOS) key binding for help#518
benchoq merged 1 commit into
qt-labs:devfrom
benchoq:ben_0630_add_key_binding_for_help

Conversation

@benchoq

@benchoq benchoq commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

F1 was previously used to open Qt documentation, but it was reverted following user feedback, as it conflicted with the Command Palette shortcut. VSCODEEXT-123

This patch reassigns the key binding to Ctrl+F1, which appears to be available by default.

To reduce unexpected conflicts, the key binding is also scoped to only trigger when relevant files are open and being edited.

F1 was previously used to open Qt documentation, but it was
reverted following user feedback, as it conflicted with the
Command Palette shortcut. [VSCODEEXT-123](https://qt-project.atlassian.net/browse/VSCODEEXT-123)

This patch reassigns the key binding to Ctrl+F1, which appears
to be available by default.

To reduce unexpected conflicts, the key binding is also scoped
to only trigger when relevant files are open and being edited.
@benchoq benchoq merged commit 7cf7e82 into qt-labs:dev Jul 6, 2026
8 of 12 checks passed
@benchoq benchoq deleted the ben_0630_add_key_binding_for_help branch July 6, 2026 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants