Skip to content

Commit

Permalink
Removed Toggle Cortana registered shortcut key
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Jan 3, 2019
1 parent a29105a commit ff33405
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/configs/darwin.js
Expand Up @@ -21,7 +21,6 @@ module.exports = {
'settings': 'Cmd+,',
'sign-out': 'Cmd+Alt+Q',
'toggle-black-mode': 'Cmd+B',
'toggle-cortana': 'Cmd+E',
'toggle-dark-mode': 'Cmd+H',
'toggle-sepia-mode': 'Cmd+G',
'toggle-sidebar': 'Cmd+O'
Expand Down
1 change: 0 additions & 1 deletion src/configs/linux.js
Expand Up @@ -21,7 +21,6 @@ module.exports = {
'settings': 'Ctrl+,',
'sign-out': 'Ctrl+Alt+Q',
'toggle-black-mode': 'Ctrl+B',
'toggle-cortana': 'Ctrl+E',
'toggle-dark-mode': 'Ctrl+H',
'toggle-sepia-mode': 'Ctrl+G',
'toggle-sidebar': 'Ctrl+O'
Expand Down
1 change: 0 additions & 1 deletion src/configs/win32.js
Expand Up @@ -21,7 +21,6 @@ module.exports = {
'settings': 'Ctrl+,',
'sign-out': 'Ctrl+Alt+Q',
'toggle-black-mode': 'Ctrl+B',
'toggle-cortana': 'Ctrl+E',
'toggle-dark-mode': 'Ctrl+H',
'toggle-sepia-mode': 'Ctrl+G',
'toggle-sidebar': 'Ctrl+O'
Expand Down

0 comments on commit ff33405

Please sign in to comment.