Skip to content

Commit

Permalink
Change keyboard shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedex committed Mar 2, 2017
1 parent 1d808a5 commit e333ebf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:fist: Drag and Drop :hand: file converter utility (made with Electron and React)

## Usage
First install ImageMagick with
First install ImageMagick with
`brew install imagemagick`

Open __Alchemy__ and click the icon in the menubar or hit `⌘8`
Open __Alchemy__ and click the icon in the menubar or hit `-⇧-8`
2 changes: 1 addition & 1 deletion src/helpers/configure.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { globalShortcut } = require('electron')

module.exports = function(mb) {
globalShortcut.register('CommandOrControl+8', () => {
globalShortcut.register('Command+Shift+8', () => {
if (mb.window && mb.window.isVisible()) mb.hideWindow()
else mb.showWindow()
})
Expand Down

0 comments on commit e333ebf

Please sign in to comment.