codecentric / gopass-ui

gopass CLI + UI = visual cross-platform password manager for teams
MIT License
248 stars 19 forks source link

Settings: Make "global search window" shortcut configurable #4

Closed jonas-pietzsch closed 4 years ago

jonas-pietzsch commented 5 years ago

The shortcut to open the global search window is cmd + shift + p. It should be configurable. The setting should be persistent.

ruettenm commented 5 years ago

This should be configurable:

sheldonhull commented 5 years ago

I'll add that I just searched for this as the current mapping conflicts with all text editors like Vscode and sublime that use the control pallet.

ruettenm commented 5 years ago

Thats nice. Thanks! Did you already had the time to play around with the settings @sheldonhull? Otherwise I would continue with this in the next days.

jonas-pietzsch commented 4 years ago

As of the latest commit on master, the global search window shortcut as well as the character length of generated secret values is now configurable on the settings page.

The shortcut configuration does also feature validation which adheres to the Electron docs: https://www.electronjs.org/docs/api/accelerator#available-modifiers - as Gopass UI targets mostly tech-oriented people, enforcing usage of this notation should be fine I guess.