Skip to content

Commit

Permalink
solve #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Cannizzaro committed Jul 15, 2017
1 parent 5e4be56 commit 5b29579
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Default.sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"command": "npm_uninstall"
},
{
"keys": ["alt+enter"],
"keys": ["ctrl+alt+enter"],
"command": "npm_doc"
}
]
4 changes: 2 additions & 2 deletions Default.sublime-mousemap
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
{
"button": "button1",
"count": 1,
"modifiers": ["alt"],
"modifiers": ["ctrl", "alt"],
"command": "npm_doc"
},
{
"button": "button2",
"count": 1,
"modifiers": ["alt"],
"modifiers": ["ctrl", "alt"],
"command": "npm_uninstall"
}
]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Type **Install Package** and press enter. Then search for **npm-install**.
|---------------------------|-------------------------------------|---------------------------|---------------------------|
|Install Modules |<kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>I</kbd>|<kbd>⌘</kbd>+<kbd>option</kbd>+<kbd>I</kbd>| Command Palette
|Uninstall Module|<kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>U</kbd><br><kbd>ALT</kbd>+<kbd>RIGHT CLICK</kbd>|<kbd>⌘</kbd>+<kbd>option</kbd>+<kbd>U</kbd><br><kbd>option</kbd>+<kbd>RIGHT CLICK</kbd>| Command Palette<br>Context Menu
|Open Documentation on [npmjs](https://www.npmjs.com)|<kbd>ALT</kbd>+<kbd>ENTER</kbd><br><kbd>ALT</kbd>+<kbd>CLICK</kbd>|<kbd>option</kbd>+<kbd>ENTER</kbd><br><kbd>option</kbd>+<kbd>CLICK</kbd>| Command Palette<br>Context Menu
|Open Documentation on [npmjs](https://www.npmjs.com)|<kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>ENTER</kbd><br><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>CLICK</kbd>|<kbd>option</kbd>+<kbd>ENTER</kbd><br><kbd>option</kbd>+<kbd>CLICK</kbd>| Command Palette<br>Context Menu

## Icons
| Icon | Description |
Expand Down
3 changes: 3 additions & 0 deletions messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"1.2.8": "messages/1.2.8.md"
}
8 changes: 8 additions & 0 deletions messages/1.2.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# npm-install
v1.2.8

### Solved Issues
- Mousemap modifier key conflicts with core functionality (thanks to **idleberg**)

### Keymap/Mousemap
Open Documentation is now: **CTRL + ALT + ENTER**, **CTRL + ALT + CLICK**

0 comments on commit 5b29579

Please sign in to comment.