Skip to content

Commit

Permalink
Log screen: add navigation buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Oct 15, 2023
1 parent a4c244e commit 7d977f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AutoBouquetsMaker/src/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ def __init__(self, session):
"ok": self.cancel,
"up": self["list"].pageUp,
"down": self["list"].pageDown,
"left": self["list"].pageUp,
"right": self["list"].pageDown,
"menu": self.closeRecursive,
"green": self.save,
}, -2)
Expand Down

0 comments on commit 7d977f0

Please sign in to comment.