Fix toggleFullScreen keymap customization (#2995)

Fixes #2977
This commit is contained in:
CHaBou 2018-05-09 15:51:34 +02:00 committed by Albin Ekblom
parent f64e3e0204
commit 64ec145b55

View file

@ -78,7 +78,7 @@ module.exports = (commandKeys, execCommand) => {
}, },
{ {
role: 'togglefullscreen', role: 'togglefullscreen',
accelerators: commandKeys['window:toggleFullScreen'] accelerator: commandKeys['window:toggleFullScreen']
} }
] ]
}; };