Show More
@@ -1580,6 +1580,11 b' are you sure you want to review/edit and' | |||||
1580 | return True |
|
1580 | return True | |
1581 |
|
1581 | |||
1582 | def handlekeypressed(self, keypressed, test=False): |
|
1582 | def handlekeypressed(self, keypressed, test=False): | |
|
1583 | """ | |||
|
1584 | Perform actions based on pressed keys. | |||
|
1585 | ||||
|
1586 | Return true to exit the main loop. | |||
|
1587 | """ | |||
1583 | if keypressed in ["k", "KEY_UP"]: |
|
1588 | if keypressed in ["k", "KEY_UP"]: | |
1584 | self.uparrowevent() |
|
1589 | self.uparrowevent() | |
1585 | if keypressed in ["K", "KEY_PPAGE"]: |
|
1590 | if keypressed in ["K", "KEY_PPAGE"]: |
General Comments 0
You need to be logged in to leave comments.
Login now