##// END OF EJS Templates
crecord: add docblock to handlekeypressed...
Ryan McElroy -
r28581:3c8f0a60 default
parent child Browse files
Show More
@@ -1580,6 +1580,11 b' are you sure you want to review/edit and'
1580 1580 return True
1581 1581
1582 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 1588 if keypressed in ["k", "KEY_UP"]:
1584 1589 self.uparrowevent()
1585 1590 if keypressed in ["K", "KEY_PPAGE"]:
General Comments 0
You need to be logged in to leave comments. Login now