projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
583122e
)
Use CommandOrControl+Q for quit role on Linux
author
Kevin Sawicki
<kevinsawicki@gmail.com>
Thu, 7 Jul 2016 16:19:20 +0000
(09:19 -0700)
committer
Kevin Sawicki
<kevinsawicki@gmail.com>
Thu, 7 Jul 2016 16:19:20 +0000
(09:19 -0700)
lib/browser/api/menu-item-roles.js
patch
|
blob
|
history
diff --git
a/lib/browser/api/menu-item-roles.js
b/lib/browser/api/menu-item-roles.js
index 082099818fdcf4ac8b3c170be5bea6ecdc79346d..32d0d07f4b92dcf0fd651bf3d72689aa04f61c83 100644
(file)
--- a/
lib/browser/api/menu-item-roles.js
+++ b/
lib/browser/api/menu-item-roles.js
@@
-64,7
+64,7
@@
const roles = {
default: return 'Quit'
}
},
- accelerator: process.platform === 'win32' ? null : 'Command+Q',
+ accelerator: process.platform === 'win32' ? null : 'Command
OrControl
+Q',
appMethod: 'quit'
},
redo: {