Skip to content
On this page

Keyboard Shortcuts

In this example, we create a keyboard shortcut which cycles the current block type when Ctrl+G is pressed.

Relevant Docs:

export default function App(): JSX.Element {
  return <h1>Hello World</h1>
}