Template:Movement Options: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
! Option !! Behavior | ! Option !! Behavior | ||
|- | |- | ||
| style="text-align:center; font-weight:bold;"| + || style="text-align:left;"| Activates the command while the key is pressed. | | style="text-align:center; font-weight:bold;"| + || style="text-align:left;"| Activates the command while the key is pressed, deactivates the command on key release. | ||
|- | |- | ||
| style="text-align:center; font-weight:bold;"| ++ || style="text-align:left;"| Toggles the command on and off with each key press. | | style="text-align:center; font-weight:bold;"| ++ || style="text-align:left;"| Toggles the command on and off with each key press. |
Revision as of 21:21, 25 July 2022
The command behaves differently depending on the option that is used:
Option | Behavior |
---|---|
+ | Activates the command while the key is pressed, deactivates the command on key release. |
++ | Toggles the command on and off with each key press. |
1 | Activates the command indefinitely, until it is disabled. |
0 | Disables the command. |
- The "+" and "++" options are prefixes that must be placed at the beginning of the command. These options are intended to be used with commands that are bound to keys or mouse buttons.
- The "1" and "0" options must be placed after the command separated by a space or comma.