Skip to content

Commit

Permalink
fix(docs): Fix hold-tap info callout (zmkfirmware#2211)
Browse files Browse the repository at this point in the history
The hold-while-undecided callout does not properly render in the docs. This fixes it.
  • Loading branch information
theol0403 authored Mar 18, 2024
1 parent 736c5fb commit 8289431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/behaviors/hold-tap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ For example, if you press `&mt LEFT_SHIFT A` and then release it without pressin

If enabled, the hold behavior will immediately be held on hold-tap press, and will release before the behavior is sent in the event the hold-tap resolves into a tap. With most modifiers this will not affect typing, and is useful for using modifiers with the mouse.

:::note Alt/Win/Cmd behavior
:::info[Alt/Win/Cmd behavior]
In some applications/desktop environments, pressing Alt keycodes by itself will have its own behavior like activate a menu and Gui keycodes will bring up the start menu or an application launcher.
:::

Expand Down

0 comments on commit 8289431

Please sign in to comment.