Skip to content

Commit

Permalink
Add underline keyboard shortcuts
Browse files Browse the repository at this point in the history
Closes #50
  • Loading branch information
sampaiodiego committed Apr 6, 2016
1 parent ddb57a8 commit 5b684bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/scripts/menus.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ if (process.platform === 'darwin') {
} else {
template = [
{
label: APP_NAME,
label: '&' + APP_NAME,
submenu: [
{
label: 'About ' + APP_NAME,
Expand All @@ -275,7 +275,7 @@ if (process.platform === 'darwin') {
]
},
{
label: 'Edit',
label: '&Edit',
submenu: [
{
label: 'Undo',
Expand Down Expand Up @@ -313,7 +313,7 @@ if (process.platform === 'darwin') {
]
},
{
label: 'View',
label: '&View',
submenu: [
{
label: 'Original Zoom',
Expand Down Expand Up @@ -405,7 +405,7 @@ if (process.platform === 'darwin') {
]
},
{
label: 'Window',
label: '&Window',
id: 'window',
submenu: [
{
Expand Down

0 comments on commit 5b684bb

Please sign in to comment.