Skip to content

Commit

Permalink
correct keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Metzdorf committed Jan 5, 2016
1 parent 1ddc6bf commit f1584bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ For example, you could override the built-in Keybinding Resolver to use **Key Pe

```cson
'.platform-darwin':
'cmd-.': 'key-binding-resolver:toggle'
'cmd-.': 'key-peek:toggle'

'.platform-win32':
'ctrl-.': 'key-binding-resolver:toggle'
'ctrl-.': 'key-peek:toggle'

'.platform-linux':
'ctrl-.': 'key-binding-resolver:toggle'
'ctrl-.': 'key-peek:toggle'
```

This was meant as an exercise for myself, but I thought others might find it useful, too.
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"space-pen": "^5.0.0",
"atom-space-pen-views": "^2.0.3"
},
"readme": "# Key Peek\n\n### What is this?\n\nThis is your beloved [Keybinding Resolver](https://atom.io/packages/keybinding-resolver) for the Atom editor, except:\n* It is slimmed down (only shows one line: the matched key binding)\n* The different sections are formatted a little prettier.\n\n![A spankin' screenshot](http://raw.github.com/batjko/key-peek/master/screenshot/screenshot1.jpg)\n\n#### Toggle\n\nCommand Palette (`Ctrl-Shift-P`):\n\n![A spankin' screenshot](http://raw.github.com/batjko/key-peek/master/screenshot/screenshot2.jpg)\n\nBy default, this package doesn't get triggered by a key binding, it's up to you to choose one if you wish.\n\nFor example, you could override the built-in Keybinding Resolver to use **Key Peek** instead, simply by adding this to your keymap:\n\n```cson\n'.workspace':\n 'ctrl-.': 'key-peek:toggle'\n```\n\nThis was meant as an exercise for myself, but I thought others might find it useful, too.\n[Let me know](https://github.com/batjko/key-peek/issues) if you have any problems with it or want to suggest changes.\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/batjko/key-peek/issues"
Expand Down

0 comments on commit f1584bf

Please sign in to comment.