From c7aeb630c74162d1d98ef231adc81fd7b4eb1612 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Fri, 5 Aug 2016 05:13:06 +0200 Subject: add missing typemenu hotkey --- rofi-pass | 2 ++ 1 file changed, 2 insertions(+) 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 Enter. 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 Enter. 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; -- cgit