Skip to content

Commit

Permalink
Merge pull request #98 from blueyed/minor
Browse files Browse the repository at this point in the history
minor: remove unused copy_entry, quote entry in mainMenu
  • Loading branch information
carnager authored Oct 26, 2017
2 parents 2977f83 + c2650c1 commit 3075597
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rofi-pass
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ copy_name="Alt+u"
copy_url="Alt+l"
copy_pass="Alt+p"
show="Alt+o"
copy_entry="Alt+2"
copy_menu="Alt+c"
action_menu="Alt+a"
type_menu="Alt+t"
Expand Down Expand Up @@ -288,7 +287,7 @@ mainMenu () {
-kb-custom-18 "${insert_pass}"
-kb-mode-previous "" # These keyboard shortcut options are needed, because
-kb-mode-next "" # Shift+<Left|Right> are otherwise taken by rofi.
-select $entry
-select "$entry"
-mesg "PW Store: ${root}"
-p "> ")

Expand Down

0 comments on commit 3075597

Please sign in to comment.