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'),