Skip to content

Commit

Permalink
Removed deprecated options from default configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Jan 11, 2019
1 parent 09aba67 commit d82b190
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/configs/darwin.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ module.exports = {
'toggle-sepia-mode': 'Cmd+G',
'toggle-sidebar': 'Cmd+\\',
'toggle-tags': 'Shift+Alt+T',
'toggle-vibrant-dark-mode': 'Cmd+Alt+J',
'toggle-vibrant-mode': 'Cmd+Alt+U',
'underline': 'Cmd+U'
}
};
2 changes: 0 additions & 2 deletions src/configs/linux.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ module.exports = {
'toggle-sepia-mode': 'Ctrl+G',
'toggle-sidebar': 'Ctrl+\\',
'toggle-tags': 'Shift+Alt+T',
'toggle-vibrant-dark-mode': 'Ctrl+Alt+J',
'toggle-vibrant-mode': 'Ctrl+Alt+U',
'underline': 'Ctrl+U'
}
};
2 changes: 0 additions & 2 deletions src/configs/win32.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ module.exports = {
'toggle-sepia-mode': 'Ctrl+G',
'toggle-sidebar': 'Ctrl+\\',
'toggle-tags': 'Shift+Alt+T',
'toggle-vibrant-dark-mode': 'Ctrl+Alt+J',
'toggle-vibrant-mode': 'Ctrl+Alt+U',
'underline': 'Ctrl+U'
}
};

0 comments on commit d82b190

Please sign in to comment.