From 4896741f0c11ec7c273075eab8a05326ba5743e6 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 17 Nov 2014 14:48:41 -0800 Subject: [PATCH] :memo: Mention Alt toggles --- src/config-schema.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config-schema.coffee b/src/config-schema.coffee index 525724caa..2bbd01467 100644 --- a/src/config-schema.coffee +++ b/src/config-schema.coffee @@ -192,4 +192,4 @@ if process.platform in ['win32', 'linux'] module.exports.core.properties.autoHideMenuBar = type: 'boolean' default: false - description: 'Automatically hide the menu bar and show it when Alt is pressed. This is only supported on Linux and Windows' + description: 'Automatically hide the menu bar and toggle it by pressing Alt. This is only supported on Linux and Windows'