diff --git a/lib/keycodes/with-events.ts b/lib/keycodes/with-events.ts index fd1dfaa..b5d67f8 100644 --- a/lib/keycodes/with-events.ts +++ b/lib/keycodes/with-events.ts @@ -780,7 +780,7 @@ export const keyCodesWithEvents: Record = { ctrlKey: false, metaKey: true, shiftKey: true, - description: 'Right Windows', + description: 'Right Windows / Right ⌘', unicode: '⌘ ⊞', path: '/meta-right' }, @@ -794,7 +794,7 @@ export const keyCodesWithEvents: Record = { ctrlKey: false, metaKey: false, shiftKey: false, - description: 'Windows Menu / Right ⌘', + description: 'Windows Menu', unicode: '▤', path: '/context-menu' },