Skip to content

Commit

Permalink
Merge pull request #9 from nunofgs/bugfix/update-keyboard-shortcuts
Browse files Browse the repository at this point in the history
Change shortcuts to avoid conflict
  • Loading branch information
roadhump committed Mar 22, 2015
2 parents ede2a05 + 266f4f5 commit 99eebf9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Default (Linux).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
{ "keys": ["ctrl+g", "ctrl+r"], "command": "golden_ratio"}
{ "keys": ["ctrl+k", "ctrl+r"], "command": "golden_ratio"}
]
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": ["super+g", "super+r"], "command": "golden_ratio"}
{ "keys": ["super+k", "super+r"], "command": "golden_ratio"}
]
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": ["ctrl+g", "ctrl+r"], "command": "golden_ratio"}
{ "keys": ["ctrl+k", "ctrl+r"], "command": "golden_ratio"}
]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Use `Preferences -> Package Settings -> GoldenRatio`
Keymaps
-------

* Windows and Linux `ctrl+g ctrl+r`
* Mac OS `super+g super+r`
* Windows and Linux `ctrl+k ctrl+r
* Mac OS `super+k super+r`

Credits
-------
Expand Down

0 comments on commit 99eebf9

Please sign in to comment.