-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[macOS] command key event left and right reverse #808
Copy link
Copy link
Closed
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedD - easyLikely easier than most tasks hereLikely easier than most tasks hereDS - appkitAffects the AppKit/macOS backendAffects the AppKit/macOS backend
Description
Left command => RWin
KeyboardInput { scancode: 55, state: Pressed, virtual_keycode: Some(RWin), modifiers: ModifiersState { shift: false, ctrl: false, alt: false, logo: true } }
Right command => LWin
KeyboardInput { scancode: 54, state: Pressed, virtual_keycode: Some(LWin), modifiers: ModifiersState { shift: false, ctrl: false, alt: false, logo: true } }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedD - easyLikely easier than most tasks hereLikely easier than most tasks hereDS - appkitAffects the AppKit/macOS backendAffects the AppKit/macOS backend