##// END OF EJS Templates
crecord: add an experimental option for space key to move cursor down...
av6 -
r30797:0bde7372 default
parent child Browse files
Show More
@@ -1588,6 +1588,8 b' are you sure you want to review/edit and'
1588 return True
1588 return True
1589 elif keypressed in [' '] or (test and keypressed in ["TOGGLE"]):
1589 elif keypressed in [' '] or (test and keypressed in ["TOGGLE"]):
1590 self.toggleapply()
1590 self.toggleapply()
1591 if self.ui.configbool('experimental', 'spacemovesdown'):
1592 self.downarrowevent()
1591 elif keypressed in ['A']:
1593 elif keypressed in ['A']:
1592 self.toggleall()
1594 self.toggleall()
1593 elif keypressed in ['e']:
1595 elif keypressed in ['e']:
General Comments 0
You need to be logged in to leave comments. Login now