Sets the file where Shogun Post loads and saves your hot keys.
System
setHotKeyFile HotKeyFile [-save] |
Name | Type | Required | Comments |
---|---|---|---|
HotKeyFile | string | yes | Full path of the file where Shogun Post loads and saves your hot keys. Use forward slashes instead of back-slashes for all file paths. |
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. |
void
// Save your existing hot keys to the root of your C: drive
setHotKeyFile "C:/MyHotKeys.hsl" -save;