mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-27 10:22:35 +02:00
Only offer the ⌃⌘F shortcut for fullscreen if the user is on a mac
This commit is contained in:
@@ -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 = '',
|
||||
|
||||
Reference in New Issue
Block a user