mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 09:33:49 +02:00
use not Mac instead of Windows
This commit is contained in:
parent
990638fd95
commit
511478a563
1 changed files with 1 additions and 1 deletions
|
@ -1912,7 +1912,7 @@ function gridKey(value) {
|
|||
}
|
||||
}
|
||||
var mapping = Controller.newMapping(CONTROLLER_MAPPING_NAME);
|
||||
mapping.from([Controller.Hardware.Keyboard.Delete]).when([Controller.Hardware.Application.PlatformWindows]).to(deleteKey);
|
||||
mapping.from([Controller.Hardware.Keyboard.Delete]).when([!Controller.Hardware.Application.PlatformMac]).to(deleteKey);
|
||||
mapping.from([Controller.Hardware.Keyboard.Backspace]).when([Controller.Hardware.Application.PlatformMac]).to(deleteKey);
|
||||
mapping.from([Controller.Hardware.Keyboard.D]).when([Controller.Hardware.Keyboard.Control]).to(deselectKey);
|
||||
mapping.from([Controller.Hardware.Keyboard.T]).to(toggleKey);
|
||||
|
|
Loading…
Reference in a new issue