diff --git a/menu.js b/menu.js index 101fe01..c220d37 100644 --- a/menu.js +++ b/menu.js @@ -385,7 +385,7 @@ const darwinTpl = [{ type: 'separator' }, { label: 'Increase indentation', - accelerator: 'CmdorCtrl+M', + accelerator: 'CmdorCtrl+Alt+K', click() { activate('increase-indentation'); } @@ -768,7 +768,7 @@ const otherTpl = [{ type: 'separator' }, { label: 'Increase indentation', - accelerator: 'CmdorCtrl+M', + accelerator: 'CmdorCtrl+Alt+K', click() { activate('indent'); } diff --git a/readme.md b/readme.md index 2a259f3..968c803 100644 --- a/readme.md +++ b/readme.md @@ -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 Cmd Alt U or Cmd Alt J 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 Cmd Alt U / Cmd Alt J to activate them respectively.
@@ -158,7 +158,6 @@ Bold Text | Cmd/Ctrl B Italic Text | Cmd/Ctrl I Underline Text | Cmd/Ctrl U Strikethrough Text | Cmd/Ctrl T -Increase Indentation | Cmd/Ctrl M Toggle Settings | Cmd/Ctrl , Make Text Smaller | Cmd/Ctrl - Reset Zoom Level | Cmd/Ctrl 0 @@ -172,7 +171,7 @@ Toggle Notebooks | Cmd/Ctrl Alt N Align Left | Cmd/Ctrl Alt L Align Center | Cmd/Ctrl Alt M Align Right | Cmd/Ctrl Alt R -Navigate to Previews Note | Cmd/Ctrl Shift Tab +Increase Indentation | Cmd/Ctrl Alt K Make Text Larger | Cmd/Ctrl Shift = New Tag | Cmd/Ctrl Shift T New Notebook | Cmd/Ctrl Shift N @@ -188,6 +187,7 @@ Bulleted List | Cmd/Ctrl Shift . Subscript Text | Cmd/Ctrl Shift ] Superscript Text | Cmd/Ctrl Shift [ Insert Horizontal Rule | Cmd/Ctrl Shift - +Navigate to Previews Note | Cmd/Ctrl Shift Tab Remove Formatting | Cmd/Ctrl Shift Space ### Build-in Markdown