Skip to content

Commit

Permalink
change quit to 'run quit' to avoid collisions with click
Browse files Browse the repository at this point in the history
  • Loading branch information
TestPlan committed Sep 19, 2018
1 parent 85f91a7 commit 9e6648a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def FormatText(m):

'delete': Key('backspace'),

'quit': Key('cmd-q'),
'run quit': Key('cmd-q'),
'kill': Key('ctrl-c'),
'screenshot page': Key('alt-shift-p'),
'screenshot manual': Key('cmd-shift-4'),
Expand Down

0 comments on commit 9e6648a

Please sign in to comment.