27 lines
787 B
Diff
27 lines
787 B
Diff
|
--- src/rofi-pass-2.0.2/rofi-pass 2019-01-18 18:45:15.000000000 +0100
|
||
|
+++ rofi-pass 2022-07-08 09:49:54.901625307 +0200
|
||
|
@@ -342,6 +342,7 @@
|
||
|
-kb-custom-9 "${type_menu}"
|
||
|
-kb-custom-10 "${previous_root}"
|
||
|
-kb-custom-11 "${next_root}"
|
||
|
+ -kb-custom-12 "${type_otp}"
|
||
|
-kb-custom-14 "${action_menu}"
|
||
|
-kb-custom-15 "${copy_menu}"
|
||
|
-kb-custom-16 "${help}"
|
||
|
@@ -442,6 +443,7 @@
|
||
|
16) viewEntry;;
|
||
|
17) copyURL;;
|
||
|
18) default_do="menu" typeMenu;;
|
||
|
+ 21) sleep $wait; typefield=OTP; typeField;;
|
||
|
23) actionMenu;;
|
||
|
24) copyMenu;;
|
||
|
27) insertPass;;
|
||
|
@@ -465,6 +467,7 @@
|
||
|
printf '%s' "${autotype}: Autotype
|
||
|
${type_user}: Type Username
|
||
|
${type_pass}: Type Password
|
||
|
+ ${type_otp}: Type OTP
|
||
|
${qrcode}: Generate and display qrcode
|
||
|
---
|
||
|
${copy_name}: Copy Username
|