# rotate-pointer-device-orientation **Repository Path**: mirrors_regular/rotate-pointer-device-orientation ## Basic Information - **Project Name**: rotate-pointer-device-orientation - **Description**: Rotate the orientation of your pointer devices (mouse, touchpad, touchscreen etc.) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rotate-pointer-device-orientation Rotate the orientation of your pointer devices (mouse, touchpad, touchscreen etc.) ## Install ``` npm i - g rotate-pointer-device-orientation ``` ## Usage Run `rotate-pointer-device-orientation` with the options `right`, `left`, or `normal`. Will print to stdout, so pipe into bash or where needed. ``` rotate-pointer-device-orientation left | bash ``` to undo: ``` rotate-pointer-device-orientation normal | bash ```