diff options
author | Rasmus Steinke <rasi@xssn.at> | 2018-05-13 06:49:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-13 06:49:52 +0200 |
commit | 5315ee32a438b392c67ec984809884ca49066043 (patch) | |
tree | 5273fcda52e05c9ea73e35547ffee394d5e7b0b6 | |
parent | 2ac1bef1e09de1acf0376a7c707af005dbde6d36 (diff) | |
parent | 81420acff43d14c08317ec5b540074b39310a563 (diff) | |
download | rofi-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-x | rofi-pass | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "> ") |