Skip to content

Commit

Permalink
added sleep, shutdown, restart and about this mac shortcuts.
Browse files Browse the repository at this point in the history
  • Loading branch information
TestPlan committed Aug 31, 2018
1 parent 0c27f67 commit c319e3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions std.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit c319e3b

Please sign in to comment.