Skip to content

Commit

Permalink
Some doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kareltucek committed Jan 18, 2022
1 parent 4dd9b69 commit 3f3b2f1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions MACRO_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ Or with Mac (which requires prolonged press of caps lock):

Enables and disables compensation of diagonal speed.

ifShift set diagonalSpeedCompensation true
ifNotShift set diagonalSpeedCompensation false
ifShift set diagonalSpeedCompensation 1
ifNotShift set diagonalSpeedCompensation 0

Smart toggle (if tapped, locks layer; if used with a key, acts as a secondary role):

Expand Down Expand Up @@ -278,10 +278,10 @@ The following grammar is supported:
COMMAND = set module.MODULEID.zoomSpeedDivisor <1-100 (FLOAT)>
COMMAND = set module.MODULEID.axisLockStrength <0-1.0 (FLOAT)>
COMMAND = set module.MODULEID.axisLockStrengthFirstTick <0-1.0 (FLOAT)>
COMMAND = set module.MODULEID.scrollAxisLock {0|1}
COMMAND = set module.MODULEID.cursorAxisLock {0|1}
COMMAND = set module.MODULEID.swapAxes {0|1}
COMMAND = set module.MODULEID.invertScrollDirection {0|1}
COMMAND = set module.MODULEID.scrollAxisLock BOOLEAN
COMMAND = set module.MODULEID.cursorAxisLock BOOLEAN
COMMAND = set module.MODULEID.swapAxes BOOLEAN
COMMAND = set module.MODULEID.invertScrollDirection BOOLEAN
#NOTIMPLEMENTED COMMAND = set secondaryRoles
COMMAND = set mouseKeys.{move|scroll}.initialSpeed <px/s, -100/20 (NUMBER)>
COMMAND = set mouseKeys.{move|scroll}.baseSpeed <px/s, -800/20 (NUMBER)>
Expand Down

0 comments on commit 3f3b2f1

Please sign in to comment.