Skip to content

Commit

Permalink
Merge pull request #75 from 40476/master
Browse files Browse the repository at this point in the history
Add examples for macro types
  • Loading branch information
dokutan committed Jun 19, 2024
2 parents e2fa6da + 13d9a8a commit e5e5213
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,30 @@ macro⟨N⟩:until
while: macro is repeated while button is pressed
until: macro is repeated until button is pressed again

### examples
```
;## macro1:while
;# down mouse_left
;# delay 1
;# up mouse_left
;# delay 1
```
```
;## macro1:until
;# down mouse_left
;# delay 1
;# up mouse_left
;# delay 1
```
```
;## macro1:50
;# down mouse_left
;# delay 1
;# up mouse_left
;# delay 1
```


## Keyboard keys
### Modifers
ctrl_l+
Expand Down

0 comments on commit e5e5213

Please sign in to comment.