/
setHotKeyFile

setHotKeyFile

Description

Sets the file where Shogun Post loads and saves your hot keys.

Functional area

System

Command syntax

Syntax

setHotKeyFile HotKeyFile [-save]

Arguments

NameTypeRequiredComments
HotKeyFilestringyesFull path of the file whereShogun Post loads and saves your hot keys. Use forward slashes instead of back-slashes for all file paths.

Flags

NameFlag argumentsArgument typeExclusive toComments
save0Causes 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;

Additional information

Related commands