You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On MacOS, the CMD key is roughly (but not exactly) analogous to the CTRL key on Windows. Many keyboard shortcuts that use CTRL + on Windows use CMD + on MacOS.
Add META to the KeyboardEventModifier object to better support Cesium on MacOS.
The text was updated successfully, but these errors were encountered:
Just as a note, we rely on browser support for keyboard modifiers. To support Command we will need to add KeyboardEventModifier.META not CMD because browsers consider Command as the Meta key KeyboardEvent.metaKey
KevinKibler-Lovelace
changed the title
Add CMD key to KeyboardEventModifier
Add support for CMD key to KeyboardEventModifier
Dec 11, 2024
Feature
On MacOS, the CMD key is roughly (but not exactly) analogous to the CTRL key on Windows. Many keyboard shortcuts that use CTRL + on Windows use CMD + on MacOS.
Add META to the KeyboardEventModifier object to better support Cesium on MacOS.
The text was updated successfully, but these errors were encountered: