Skip to content

Commit

Permalink
Added menu items to Linux/Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptSaltyJack authored and CaptSaltyJack committed Apr 29, 2015
1 parent a8283c3 commit 45d46a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions menus/linux.cson
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
{ label: '&Lower Case', command: 'editor:lower-case' }
{ type: 'separator' }
{ label: 'Delete to End of &Word', command: 'editor:delete-to-end-of-word' }
{ label: 'Delete to Previous Word Boundary', command: 'editor:delete-to-previous-word-boundary' }
{ label: 'Delete to Next Word Boundary', command: 'editor:delete-to-next-word-boundary' }
{ label: '&Delete Line', command: 'editor:delete-line' }
{ type: 'separator' }
{ label: '&Transpose', command: 'editor:transpose' }
Expand Down
2 changes: 2 additions & 0 deletions menus/win32.cson
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
{ label: '&Lower Case', command: 'editor:lower-case' }
{ type: 'separator' }
{ label: 'Delete to End of &Word', command: 'editor:delete-to-end-of-word' }
{ label: 'Delete to Previous Word Boundary', command: 'editor:delete-to-previous-word-boundary' }
{ label: 'Delete to Next Word Boundary', command: 'editor:delete-to-next-word-boundary' }
{ label: '&Delete Line', command: 'editor:delete-line' }
{ type: 'separator' }
{ label: '&Transpose', command: 'editor:transpose' }
Expand Down

0 comments on commit 45d46a7

Please sign in to comment.