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

Commit

Permalink
Merge pull request #99 from jonathontoon/develop
Browse files Browse the repository at this point in the history
Develop to Master
  • Loading branch information
jonathontoon authored Feb 11, 2018
2 parents c7ceb4c + 4ceca79 commit f26dc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ app.on('ready', async () => {
}
});

globalShortcut.register('Ctrl+Enter', () => {
globalShortcut.register('CmdOrCtrl+Enter', () => {
if (windowManager !== null && windowManager.isVisible()) {
windowManager.webContents.send('send-tweet-shortcut');
}
Expand Down

0 comments on commit f26dc4d

Please sign in to comment.