Skip to content

Commit

Permalink
Increase indentation shortcut key updated
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Sep 14, 2017
1 parent f066783 commit 250356f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ const darwinTpl = [{
type: 'separator'
}, {
label: 'Increase indentation',
accelerator: 'CmdorCtrl+M',
accelerator: 'CmdorCtrl+Alt+K',
click() {
activate('increase-indentation');
}
Expand Down Expand Up @@ -768,7 +768,7 @@ const otherTpl = [{
type: 'separator'
}, {
label: 'Increase indentation',
accelerator: 'CmdorCtrl+M',
accelerator: 'CmdorCtrl+Alt+K',
click() {
activate('indent');
}
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Head to the [releases](https://github.com/champloohq/tusk/releases/latest) page

### Vibrant Themes

Refreshing [dark](https://cdn.rawgit.com/champloohq/tusk/5747f2cf/media/vibrant-dark-theme.png) and [light](https://cdn.rawgit.com/champloohq/tusk/5747f2cf/media/vibrant-light-theme.png) vibrant themes. Press <kbd>Cmd</kbd> <kbd>Alt</kbd> <kbd>U</kbd> or <kbd>Cmd</kbd> <kbd>Alt</kbd> <kbd>J</kbd> to activate them respectively.
Refreshing [dark](https://cdn.rawgit.com/champloohq/tusk/5747f2cf/media/vibrant-dark-theme.png) and [light](https://cdn.rawgit.com/champloohq/tusk/5747f2cf/media/vibrant-light-theme.png) vibrant themes. Press <kbd>Cmd</kbd> <kbd>Alt</kbd> <kbd>U</kbd> / <kbd>Cmd</kbd> <kbd>Alt</kbd> <kbd>J</kbd> to activate them respectively.

<div align="center">
<a href="https://github.com/champloohq/tusk">
Expand Down Expand Up @@ -158,7 +158,6 @@ Bold Text | <kbd>Cmd/Ctrl</kbd> <kbd>B</kbd>
Italic Text | <kbd>Cmd/Ctrl</kbd> <kbd>I</kbd>
Underline Text | <kbd>Cmd/Ctrl</kbd> <kbd>U</kbd>
Strikethrough Text | <kbd>Cmd/Ctrl</kbd> <kbd>T</kbd>
Increase Indentation | <kbd>Cmd/Ctrl</kbd> <kbd>M</kbd>
Toggle Settings | <kbd>Cmd/Ctrl</kbd> <kbd>,</kbd>
Make Text Smaller | <kbd>Cmd/Ctrl</kbd> <kbd>-</kbd>
Reset Zoom Level | <kbd>Cmd/Ctrl</kbd> <kbd>0</kbd>
Expand All @@ -172,7 +171,7 @@ Toggle Notebooks | <kbd>Cmd/Ctrl</kbd> <kbd>Alt</kbd> <kbd>N</kbd>
Align Left | <kbd>Cmd/Ctrl</kbd> <kbd>Alt</kbd> <kbd>L</kbd>
Align Center | <kbd>Cmd/Ctrl</kbd> <kbd>Alt</kbd> <kbd>M</kbd>
Align Right | <kbd>Cmd/Ctrl</kbd> <kbd>Alt</kbd> <kbd>R</kbd>
Navigate to Previews Note | <kbd>Cmd/Ctrl</kbd> <kbd>Shift</kbd> <kbd>Tab</kbd>
Increase Indentation | <kbd>Cmd/Ctrl</kbd> <kbd>Alt</kbd> <kbd>K</kbd>
Make Text Larger | <kbd>Cmd/Ctrl</kbd> <kbd>Shift</kbd> <kbd>=</kbd>
New Tag | <kbd>Cmd/Ctrl</kbd> <kbd>Shift</kbd> <kbd>T</kbd>
New Notebook | <kbd>Cmd/Ctrl</kbd> <kbd>Shift</kbd> <kbd>N</kbd>
Expand All @@ -188,6 +187,7 @@ Bulleted List | <kbd>Cmd/Ctrl</kbd> <kbd>Shift</kbd> <kbd>.</kbd>
Subscript Text | <kbd>Cmd/Ctrl</kbd> <kbd>Shift</kbd> <kbd>]</kbd>
Superscript Text | <kbd>Cmd/Ctrl</kbd> <kbd>Shift</kbd> <kbd>[</kbd>
Insert Horizontal Rule | <kbd>Cmd/Ctrl</kbd> <kbd>Shift</kbd> <kbd>-</kbd>
Navigate to Previews Note | <kbd>Cmd/Ctrl</kbd> <kbd>Shift</kbd> <kbd>Tab</kbd>
Remove Formatting | <kbd>Cmd/Ctrl</kbd> <kbd>Shift</kbd> <kbd>Space</kbd>

### Build-in Markdown
Expand Down

0 comments on commit 250356f

Please sign in to comment.