Description
Sets the file where Shogun where Shogun Post loads and saves your hot keys.
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Type | Required | Comments |
---|---|---|---|
HotKeyFile | string | yes | Full path of the file whereShogun where Shogun Post loads and saves your hot keys. Use forward slashes instead of back-slashes for all file paths. |
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
save | 0 | — | — | Causes the current hot keys to be saved to the given file. If not specified, then the hot keys in the file will be loaded. |
Return value
void
Examples
...
...
// Save your existing hot keys to the root of your C: drive
...
setHotKeyFile "C:/MyHotKeys.hsl" -save;
Scroll pagebreak |
---|
Additional information
...