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 shortcuts #409

Merged
merged 4 commits into from
Apr 23, 2023
Merged

Add keyboard shortcuts #409

merged 4 commits into from
Apr 23, 2023

Conversation

chidiwilliams
Copy link
Owner

@chidiwilliams chidiwilliams commented Apr 22, 2023

  • Adds keyboard shortcuts for a variety of actions
  • Adds a preferences window for viewing and managing shortcuts
  • Click 'Enter' to open the viewer for a transcription

Resolves #404

@codecov
Copy link

codecov bot commented Apr 22, 2023

Codecov Report

Merging #409 (4a95507) into main (474f4c5) will increase coverage by 0.98%.
The diff coverage is 90.76%.

@@            Coverage Diff             @@
##             main     #409      +/-   ##
==========================================
+ Coverage   76.84%   77.82%   +0.98%     
==========================================
  Files           9       15       +6     
  Lines        1766     1917     +151     
==========================================
+ Hits         1357     1492     +135     
- Misses        409      425      +16     
Flag Coverage Δ
Linux 77.56% <89.13%> (+0.95%) ⬆️
Windows 74.31% <90.21%> (+1.32%) ⬆️
macOS 76.05% <89.67%> (+1.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
buzz/widgets/shortcuts_editor_widget.py 81.25% <81.25%> (ø)
buzz/assets.py 83.33% <83.33%> (ø)
buzz/gui.py 77.75% <88.52%> (+0.02%) ⬆️
buzz/locale.py 100.00% <100.00%> (ø)
buzz/settings/settings.py 100.00% <100.00%> (ø)
buzz/settings/shortcut.py 100.00% <100.00%> (ø)
buzz/settings/shortcut_settings.py 100.00% <100.00%> (ø)
buzz/widgets/preferences_dialog.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@chidiwilliams chidiwilliams merged commit b4a095e into main Apr 23, 2023
@chidiwilliams chidiwilliams deleted the add-keyboard-shortcuts branch April 23, 2023 07:38
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.

Improvements to keyboard and screen reader accessibility
1 participant