Show More
@@ -1588,6 +1588,8 b' are you sure you want to review/edit and' | |||
|
1588 | 1588 | return True |
|
1589 | 1589 | elif keypressed in [' '] or (test and keypressed in ["TOGGLE"]): |
|
1590 | 1590 | self.toggleapply() |
|
1591 | if self.ui.configbool('experimental', 'spacemovesdown'): | |
|
1592 | self.downarrowevent() | |
|
1591 | 1593 | elif keypressed in ['A']: |
|
1592 | 1594 | self.toggleall() |
|
1593 | 1595 | elif keypressed in ['e']: |
General Comments 0
You need to be logged in to leave comments.
Login now