From b0400712e5e97c31f3fe78559368caa2db06013c Mon Sep 17 00:00:00 2001 From: Ian Markind Date: Wed, 29 Aug 2018 21:37:30 -0400 Subject: [PATCH] added command to put computer to sleep --- std.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/std.py b/std.py index 01c4ad6..db153c6 100644 --- a/std.py +++ b/std.py @@ -162,6 +162,8 @@ def FormatText(m): 'up': Key('up'), 'down': Key('down'), + 'puter sleep': Key('ctrl-alt-shift-cmd-s'), + 'delete': Key('backspace'), 'quit': Key('cmd-q'),