From 8018ee7940721210cce8390cb1fc8b9e6ace0313 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Mon, 24 Feb 2020 14:12:18 +0200 Subject: [PATCH] Modify TOTP keyboard shortcut --- keepassxc-browser/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index ba68ba4..afa950f 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -94,8 +94,8 @@ "fill_totp": { "description": "__MSG_contextMenuFillTOTP__", "suggested_key": { - "default": "Alt+Shift+T", - "mac": "MacCtrl+Shift+T" + "default": "Alt+Shift+O", + "mac": "MacCtrl+Shift+O" } }, "show_password_generator": {