Rotate The Screen Shortcut < TESTED · Series >

// Handle orientation change for auto-rotate window.addEventListener('orientationchange', () => if (this.isAutoRotate) this.handleOrientationChange();

However, if you use your Mac with an external display, you can rotate it through System Settings: rotate the screen shortcut

If these do not work, your graphics driver may have disabled hotkeys, or you might be using a generic Windows display driver. You can often re-enable these in the Intel Graphics Command Center or NVIDIA Control Panel under "Hot Keys." // Handle orientation change for auto-rotate window

.rotation-menu button:active background: #e0e0e0; if (this.isAutoRotate) this.handleOrientationChange()