Skip to content

Commit

Permalink
Merge pull request wuub#9 from rthill/master
Browse files Browse the repository at this point in the history
Add menu navigation
  • Loading branch information
wuub committed Feb 10, 2015
2 parents d873f4e + 4f92915 commit 282584b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rxv/rxv.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,12 @@ def menu_up(self):
def menu_down(self):
return self._menu_cursor("Down")

def menu_left(self):
return self._menu_cursor("Left")

def menu_right(self):
return self._menu_cursor("Right")

def menu_sel(self):
return self._menu_cursor("Sel")

Expand Down

0 comments on commit 282584b

Please sign in to comment.