Update configs

This commit is contained in:
Tobias Reisinger 2022-11-13 23:22:21 +01:00
parent 028d3d7760
commit ddcc044ec6
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 30 additions and 11 deletions

View file

@ -19,6 +19,7 @@ def init(c):
c.bind(',Pu', 'spawn --userscript qute-keepassxc --only-username --key ' + gpg_key, mode='normal')
c.bind(',Pi', 'spawn --userscript qute-keepassxc --only-password --key ' + gpg_key, mode='normal')
c.bind(',Po', 'spawn --userscript qute-keepassxc --only-otp --key ' + gpg_key, mode='normal')
c.bind(',Pp', 'spawn --userscript qute-keepassxc --autotype --key ' + gpg_key, mode='normal')
c.bind(',q', 'spawn --userscript qr {url}')
c.bind(',Q', 'hint links spawn --userscript qr {hint-url}')