nelkor / passcryptum

Cryptographic password manager
https://passcryptum.com
MIT License
71 stars 4 forks source link

✨ Hotkeys #169

Closed nelkor closed 9 months ago

nelkor commented 11 months ago

This task applies to Passcryptum version 2, so if the current version is still version 1, you need to create a branch from dev.

Firstly, the user does not have the ability to switch PIN/Password tabs from the keyboard. For these purposes, we can select the combination Alt + LeftArrow/RightArrow.

Secondly, we need to handle the good old Alt + S to focus on the services filter. This is not so simple due to the current implementation of mobile adaptation of the filter string.

nelkor commented 10 months ago

Focusing the service search element using the Alt + S hotkey was implemented when redesigning the list of services.

nelkor commented 9 months ago

Assigning hotkeys for moving between tabs is very difficult, since in different operating systems different keyboard shortcuts are already occupied.