M32:setkey: Difference between revisions
Jump to navigation
Jump to search
Doom64hunter (talk | contribs) Created page with "setkey <KEY_SC> If executed, will set the key status for the given scancode to 1. This allows scripts to activate specific keys, as if they had been triggered by human input. Category:Mapster32 commands" |
Doom64hunter (talk | contribs) mNo edit summary |
||
Line 4: | Line 4: | ||
This allows scripts to activate specific keys, as if they had been triggered by human input. | This allows scripts to activate specific keys, as if they had been triggered by human input. | ||
See also: [[M32:resetkey]] | |||
[[Category:Mapster32 commands]] | [[Category:Mapster32 commands]] |
Revision as of 10:33, 8 May 2022
setkey <KEY_SC>
If executed, will set the key status for the given scancode to 1.
This allows scripts to activate specific keys, as if they had been triggered by human input.
See also: M32:resetkey