From c319e3b019569f71ed40a621793c5af04ef63812 Mon Sep 17 00:00:00 2001 From: Ian Markind Date: Thu, 30 Aug 2018 22:03:14 -0400 Subject: [PATCH] added sleep, shutdown, restart and about this mac shortcuts. --- std.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/std.py b/std.py index db153c6..5f2f92e 100644 --- a/std.py +++ b/std.py @@ -163,12 +163,17 @@ def FormatText(m): 'down': Key('down'), 'puter sleep': Key('ctrl-alt-shift-cmd-s'), + 'puter down': Key('ctrl-alt-shift-cmd-d'), + 'puter restart': Key('ctrl-alt-shift-cmd-r'), + 'about this puter': Key('ctrl-alt-shift-cmd-a'), 'delete': Key('backspace'), 'quit': Key('cmd-q'), 'kill': Key('ctrl-c'), + + # Spectacle # '(fullscreen | full)': Key('cmd-alt-f'), # 'snapleft': Key('cmd-alt-left'),