From 9e6648a5d8ea32f48134dcca2f4d0cef6edd016e Mon Sep 17 00:00:00 2001 From: Ian Markind Date: Wed, 19 Sep 2018 14:55:31 -0400 Subject: [PATCH] change quit to 'run quit' to avoid collisions with click --- std.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),