gui: Add keyboard shortcuts to history browser tree#7423
Open
polucifier wants to merge 2 commits into
Open
Conversation
Implement Ctrl+C for copying commands and Ctrl+D / Delete for removing commands from the history browser tree. This improves accessibility and UX for users who prefer keyboard shortcuts over context menus.
e6e75ae to
b552d89
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This Pull Request implements the requested keyboard shortcuts for the history browser tree, improving accessibility and overall user experience. Users who prefer using the keyboard over context menus can now manage their command history much faster.
Key Changes
COMMAND), preventing accidental modification or deletion of day/time period header nodes (TIME_PERIOD).Related PRs / Issues
Ctrl+CandCtrl+D).How to Test
Ctrl + Cand try pasting it into a text editor to verify it was copied.DeleteorCtrl + Don a command, confirm the dialog, and verify it was removed.