aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2016-08-05 05:13:06 +0200
committerRasmus Steinke <rasi@xssn.at>2016-08-05 05:13:06 +0200
commitc7aeb630c74162d1d98ef231adc81fd7b4eb1612 (patch)
tree28a2daf3944fc5720746830ed6f4cd28f13098ec
parentb56170104d9ec42d99e046e8cd9896bac81b7dd6 (diff)
downloadrofi-pass-c7aeb630c74162d1d98ef231adc81fd7b4eb1612.tar.gz
add missing typemenu hotkey
-rwxr-xr-xrofi-pass2
1 files changed, 2 insertions, 0 deletions
diff --git a/rofi-pass b/rofi-pass
index 73bd671..9f12aea 100755
--- a/rofi-pass
+++ b/rofi-pass
@@ -240,6 +240,7 @@ Type field of entry with <span color='$help_color'>Enter</span>. For more help h
-kb-custom-6 "${copy_pass}" \
-kb-custom-7 "${show}" \
-kb-custom-8 "${copy_url}" \
+ -kb-custom-9 "${type_menu}" \
-kb-custom-14 "${action_menu}" \
-kb-custom-15 "${copy_menu}" \
-kb-custom-16 "${help}" \
@@ -282,6 +283,7 @@ Type field of entry with <span color='$help_color'>Enter</span>. For more help h
elif [[ "${rofi_exit}" -eq 12 ]]; then sleep 0.2; typePass;
elif [[ "${rofi_exit}" -eq 17 ]]; then copyURL;
elif [[ "${rofi_exit}" -eq 16 ]]; then viewEntry;
+ elif [[ "${rofi_exit}" -eq 18 ]]; then typeMenu;
elif [[ "${rofi_exit}" -eq 15 ]]; then copyPass;
elif [[ "${rofi_exit}" -eq 23 ]]; then actionMenu;
elif [[ "${rofi_exit}" -eq 25 ]]; then unset selected_password; helpMenu;