Skip to content

Commit

Permalink
Change xdotool command for spacebar from 'Space' to 'space'
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed May 22, 2016
1 parent ca8b1ba commit bea7b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfacer/interfacer.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ func getSpecialKeyPress() string {
case termbox.KeyBackspace, termbox.KeyBackspace2:
key = "BackSpace"
case termbox.KeySpace:
key = "Space"
key = "space"
case termbox.KeyF1:
key = "F1"
case termbox.KeyF2:
Expand Down

0 comments on commit bea7b7c

Please sign in to comment.