diff --git a/std.py b/std.py index 2bc7841..fef442b 100644 --- a/std.py +++ b/std.py @@ -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'),