Skip to content

Commit

Permalink
fix talonhub#1087 by renaming dropdown to drop down (talonhub#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
rntz authored Mar 19, 2023
1 parent a5e2733 commit dc36f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/dropdown/dropdown.talon
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# pick item from a dropdown
dropdown <number_small>: key("down:{number_small-1} enter")
dropdown up <number_small>: key("up:{number_small} enter")
drop down <number_small>: key("down:{number_small-1} enter")
drop down up <number_small>: key("up:{number_small} enter")

0 comments on commit dc36f19

Please sign in to comment.