orhun / gpg-tui

Manage your GnuPG keys with ease! 🔐

Home Page:https://blog.orhun.dev/introducing-gpg-tui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remappable key bindings

orhun opened this issue · comments

Is your feature request related to a problem? Please describe.

Making the key bindings configurable is always a plus for the user experience.

Describe the solution you'd like

First, create a struct for the key bindings and update the rest of the application to use this struct while handling the key presses.
Next, add a section to the configuration file (#5) for custom key bindings, and parse them into the struct that is mentioned earlier.