From 959f5d61b79007e213bf3b838574e40ebcfb98f7 Mon Sep 17 00:00:00 2001 From: Craig Shoemaker Date: Thu, 23 Jul 2015 15:04:43 -0700 Subject: [PATCH] Windows/Linux compatibility changes - Updated accelerator to cross platform values - Added a warning to non-Mac users regarding the selector option --- docs/api/menu.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/docs/api/menu.md b/docs/api/menu.md index db149a29680a..41779ee63bee 100644 --- a/docs/api/menu.md +++ b/docs/api/menu.md @@ -29,6 +29,8 @@ window.addEventListener('contextmenu', function (e) { Another example of creating the application menu with the simple template API: +**Note to Window and Linux users** the `selector` member of each menu item is a Mac-only [Accellerator option](https://github.com/atom/electron/blob/master/docs/api/accelerator.md). + ```html