docs: Add retro-tap sentence and fix anchor (#2605)

Co-authored-by: Felix Sargent <felix.sargent@gmail.com>
This commit is contained in:
Nicolas Munnich
2024-11-03 00:29:09 +01:00
committed by GitHub
parent f4582bdaa7
commit 1cfce345ba
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ Note that the greater the value of `require-prior-idle-ms` is, the harder it wil
#### `retro-tap`
If `retro-tap` is enabled, the tap behavior is triggered when releasing the hold-tap key if no other key was pressed in the meantime.
If `retro-tap` is enabled, the tap behavior is triggered when releasing the hold-tap key if no other key was pressed in the meantime. The hold key does not activate until another key is pressed, meaning that it cannot be used for mouse events like Shift Click to select from your cursor position to mouse position.
For example, if you press `&mt LEFT_SHIFT A` and then release it without pressing another key, it will output `a`.