Skip to content
Prev Previous commit
Update docs
  • Loading branch information
manzoorwanijk committed Aug 5, 2025
commit d6b833dce9585e6a13618be15f69c54bc4c369e9
2 changes: 0 additions & 2 deletions packages/keycodes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ rawShortcut.primary( 'm' );
// "meta+m""
```

Keyed map of functions to raw shortcuts.

### RIGHT

Keycode for RIGHT key.
Expand Down
1 change: 0 additions & 1 deletion packages/keycodes/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ export const modifiers: WPModifierHandler< WPModifier > = {
* rawShortcut.primary( 'm' )
* // "meta+m""
* ```
*
*/
export const rawShortcut: WPModifierHandler< WPKeyHandler< string > > =
/* @__PURE__ */
Expand Down
Loading