Skip to content

Commit

Permalink
Add documentation for custom key bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
lkcampbell committed Jun 9, 2015
1 parent 342a7c8 commit afc3a57
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@ the line numbers from the code. Set the value to `false` to draw all Indent Gui

For more information on setting preferences see [How to Use Brackets - Preferences](https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#preferences)

### Custom Key Bindings

If you would like to add a customized keyboard shortcut to toggle indent guides,
set your shortcut key to the following command id: `lkcampbell.toggleIndentGuides`.

For example, if you want the shortcut `Ctrl-Shift-I` to toggle the indent guides,
type the following entry into the `overrides` section of your `keyboardmap.json`
file:

`"Ctrl-Shift-I": "lkcampbell.toggleIndentGuides"`

For more information on setting Custom Key Bindings see [User Key Bindings](https://github.com/adobe/brackets/wiki/User-Key-Bindings).

### Code Challenges

Code challenges are closed issues and enhancement requests that I have attempted
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "brackets-indent-guides",
"title": "Indent Guides",
"version": "1.3.3",
"version": "1.3.4",
"description": "Show indent guides in the code editor.",
"homepage": "https://github.com/lkcampbell/brackets-indent-guides",
"author": "Lance Campbell (https://github.com/lkcampbell)",
Expand Down

0 comments on commit afc3a57

Please sign in to comment.