Macros: Document the QWERTY limitation

This partially addresses #1011.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/1026/head
Gergely Nagy 4 years ago
parent a9006ee30b
commit b41a7a5502
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -215,3 +215,10 @@ To control when to send reports, the following steps can be used:
>
> It should return a macro sequence, or `MACRO_NONE` if nothing is to be played
> back.
## Limitations
Due to technical and practical reasons, `Macros.type()` assumes a QWERTY layout
on the host side, and so do all other parts that work with keycodes. If your
operating system is set to a different layout, the strings and keycodes will
need to be adjusted accordingly.

Loading…
Cancel
Save