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:
4b02a8e
)
:memo: Use correct shortcut for 'Hide Others' menu item example
author
Rose Robertson
<rose@r.osey.me>
Thu, 21 Jan 2016 22:31:18 +0000
(14:31 -0800)
committer
Rose Robertson
<rose@r.osey.me>
Thu, 21 Jan 2016 22:31:18 +0000
(14:31 -0800)
As per https://support.apple.com/en-gb/HT201236, the correct keyboard shortcut
for hiding all but the current window is Command-Option(Alt)-H.
docs/api/menu.md
patch
|
blob
|
history
diff --git
a/docs/api/menu.md
b/docs/api/menu.md
index 38069140ad30b145872132019fe75856586e01a0..49c4ff04fbeb7474a50166cb33bed6cd95537b72 100644
(file)
--- a/
docs/api/menu.md
+++ b/
docs/api/menu.md
@@
-169,7
+169,7
@@
if (process.platform == 'darwin') {
},
{
label: 'Hide Others',
- accelerator: 'Command+
Shif
t+H',
+ accelerator: 'Command+
Al
t+H',
role: 'hideothers'
},
{