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 keyboard shortcut for changing history length #1423

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

glopesdev
Copy link
Member

Changing the history length of the buffered visualizers for high-frequency waveforms is a common operation for monitoring signals over longer time periods. The only way to do it interactively is currently through the UI of the MatVisualizer, by right-clicking the window to bring up the status bar, then selecting a small arrow drop-down at the bottom-right corner and changing a number by hand in a text box.

This PR simplifies this operation by introducing a keyboard shortcut (Ctrl + Plus and Ctrl + Minus respectively) to step up and down history length by 1. Holding Ctrl + Shift + Plus or Ctrl + Shift + Minus will increase/decrease the history length by 10.

@glopesdev glopesdev added the feature New planned feature label Jun 16, 2023
@glopesdev glopesdev added this to the 2.8 milestone Jun 16, 2023
@glopesdev glopesdev merged commit b3797c1 into bonsai-rx:main Jun 16, 2023
@glopesdev glopesdev deleted the historylength-shortcut branch June 16, 2023 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant