Skip to content

Commit

Permalink
Use Shift+Alt+L as the default shortcut on all platforms (Issue #11)
Browse files Browse the repository at this point in the history
  • Loading branch information
trwired committed Mar 29, 2015
1 parent 200acd9 commit 18c08a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
{ "keys": ["alt+command+l"], "command": "lorem_ipsum" }
{ "keys": ["alt+shift+l"], "command": "lorem_ipsum" }
]
2 changes: 1 addition & 1 deletion Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
{ "keys": ["control+alt+l"], "command": "lorem_ipsum" }
{ "keys": ["alt+shift+l"], "command": "lorem_ipsum" }
]

1 comment on commit 18c08a3

@chirolib
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello there is a problem in mac OSX,
in fact alt+shift+l is necessary to use | (or in javascript or php...)
can you re-use alt+command+l , how is not used in sublim text mac.
thanks

Please sign in to comment.