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