GyulyVGC/sniffnet

Suggest keyboard shortcuts to add 馃捇

Open

#97 opened on Mar 4, 2023

View on GitHub
聽(5 comments)聽(1 reaction)聽(0 assignees)Rust聽(37,468 stars)聽(1,509 forks)batch import
enhancementgood first issuehelp wanted

Description

I started introducing keyboard shortcuts to improve the efficiency of use and the overall user experience.

I have a few ideas about where to apply shortcuts but I'm unsure of the shortcut keys to be used, so feel free to give me some suggestions.

More shortcuts will be added and you can even suggest new ones.

[!Note]

On macOS, use cmd instead of ctrl

Action Shortcut keys
Quit the application ctrl+Q
Open settings ctrl+,
Interrupt the ongoing analysis ctrl+backspace
Clear all notifications ctrl+D
Toggle thumbnail mode ctrl+T
Pause and resume packet capture ctrl+space
Start the analysis and confirm modal actions enter
Close settings and modal popups esc
Switch from a tab to the next (or previous) one tab (or shift+tab)
Switch inspect table page to the next (or previous) one ctrl+rightArrow (or ctrl+leftArrow)
Increase (or decrease) zoom level ctrl++ (or ctrl+-)

Contributor guide