aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith <adam@adamgoldsmith.name>2018-05-12 22:51:11 -0400
committerAdam Goldsmith <adam@adamgoldsmith.name>2018-05-12 22:51:11 -0400
commit81420acff43d14c08317ec5b540074b39310a563 (patch)
tree5273fcda52e05c9ea73e35547ffee394d5e7b0b6
parent2ac1bef1e09de1acf0376a7c707af005dbde6d36 (diff)
downloadrofi-pass-81420acff43d14c08317ec5b540074b39310a563.tar.gz
Fix typo in rofi args causing Shift+Left binding to not be removed
-rwxr-xr-xrofi-pass2
1 files changed, 1 insertions, 1 deletions
diff --git a/rofi-pass b/rofi-pass
index aa25264..8e2165f 100755
--- a/rofi-pass
+++ b/rofi-pass
@@ -345,7 +345,7 @@ mainMenu () {
-kb-custom-17 "${switch}"
-kb-custom-18 "${insert_pass}"
-kb-custom-19 "${qrcode}")
- args+=(--kb-mode-previous "" # These keyboard shortcut options are needed, because
+ args+=(-kb-mode-previous "" # These keyboard shortcut options are needed, because
-kb-mode-next "" # Shift+<Left|Right> are otherwise taken by rofi.
-select "$entry"
-p "> ")