Update README.md

This commit is contained in:
Jarno Lehtinen 2023-02-11 23:16:07 +02:00 committed by GitHub
parent f6ac147c61
commit 9dfa4ea541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
## Macro without modifier key ## Macro without modifier key
Even though modifier key is mandatory, it can be replaced with unpressed modifier. This writes shifted A when only a-key is pressed: Even though modifier key is mandatory, it can be replaced with unpressed modifier. This writes shifted A when only a-key is pressed:
´´´ ```
macroblock macroblock
macro A -LALT macro A -LALT
SET_META LSHIFT SET_META LSHIFT
@ -66,7 +66,7 @@ macroblock
CLEAR_ALL CLEAR_ALL
endmacro endmacro
endblock endblock
´´´ ```
## Issues ## Issues