Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Update shortcut for dark mode (#74)
Browse files Browse the repository at this point in the history
* Update shortcut for dark mode

fixes #72

* Document new dark mode shortcut
  • Loading branch information
cuschk authored and sindresorhus committed May 30, 2016
1 parent e083f8c commit 3312611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const darwinTpl = [
},
{
label: 'Toggle Dark Mode',
accelerator: 'Cmd+D',
accelerator: 'Cmd+Shift+D',
click() {
sendAction('toggle-dark-mode');
}
Expand Down Expand Up @@ -305,7 +305,7 @@ const otherTpl = [
},
{
label: 'Toggle Dark Mode',
accelerator: 'Ctrl+D',
accelerator: 'Ctrl+Shift+D',
click() {
sendAction('toggle-dark-mode');
}
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

### Dark mode

You can toggle dark mode in the `Anatine` menu or with <kbd>Cmd/Ctrl</kbd> <kbd>D</kbd> / <kbd>Ctrl</kbd> <kbd>D</kbd>.
You can toggle dark mode in the `Anatine` menu or with <kbd>Cmd/Ctrl</kbd> <kbd>Shift</kbd> <kbd>D</kbd> / <kbd>Ctrl</kbd> <kbd>Shift</kbd> <kbd>D</kbd>.

<div align="center">
<img src="media/screenshot-dark.png" width="617">
Expand Down

0 comments on commit 3312611

Please sign in to comment.