Skip to content

Commit

Permalink
added command to put computer to sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
TestPlan committed Aug 30, 2018
1 parent bc49f12 commit b040071
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions std.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit b040071

Please sign in to comment.