aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2018-05-13 06:49:52 +0200
committerGitHub <noreply@github.com>2018-05-13 06:49:52 +0200
commit5315ee32a438b392c67ec984809884ca49066043 (patch)
tree5273fcda52e05c9ea73e35547ffee394d5e7b0b6
parent2ac1bef1e09de1acf0376a7c707af005dbde6d36 (diff)
parent81420acff43d14c08317ec5b540074b39310a563 (diff)
downloadrofi-pass-5315ee32a438b392c67ec984809884ca49066043.tar.gz
Merge pull request #128 from ad1217/fix-typo
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 "> ")