Skip to content

Commit

Permalink
Merge pull request #76 from 40476/master
Browse files Browse the repository at this point in the history
Update keymap.md
  • Loading branch information
dokutan committed Jun 20, 2024
2 parents e5e5213 + 3605cec commit a93f2b8
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,25 +107,13 @@ until: macro is repeated until button is pressed again

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


Expand Down

0 comments on commit a93f2b8

Please sign in to comment.