Only offer the ⌃⌘F shortcut for fullscreen if the user is on a mac

This commit is contained in:
Bryan Housel
2017-06-10 08:09:49 -04:00
parent 8c2775276e
commit addc3be4da
3 changed files with 11 additions and 15 deletions
-1
View File
@@ -12,7 +12,6 @@ export var uiCmd = function (code) {
if (detected.os === 'win') {
if (code === '⌘⇧Z') return 'Ctrl+Y';
if (code === '⌃⌘F') return 'F11';
}
var result = '',