Long name (short name) |
Argument types |
Properties |
|
-addClient(-ac)
|
string
|

|
|
Associates a client to the given hotkey context type.
This flag needs to be used with the flag "type" which specifies the context type.
|
|
-clientArray(-ca)
|
|
|
|
Returns an array of the all context clients associated to the hotkey context type.
This flag needs to be used with the flag "type" which specifies the context type.
|
|
-currentClient(-cc)
|
string
|

|
|
Current client for the given hotkey context type.
This flag needs to be used with the flag "type" which specifies the context type.
|
|
-insertTypeAt(-ita)
|
string string
|
|
|
Inserts a new hotkey context type in the front of the given type.
The first argument specifies an existing type. If it's empty,
the new context type will be inserted before "Global" context type.
The second argument specifies the name of new context type.
|
|
-removeAllClients(-rac)
|
|
|
|
Removes all the clients associated to the hotkey context type.
This flag needs to be used with the flag "type" which specifies the context type.
|
|
-removeClient(-rc)
|
string
|

|
|
Removes a client associated to the hotkey context type.
This flag needs to be used with the flag "type" which specifies the context type.
|
|
-removeType(-rt)
|
string
|
|
|
Removes the given hotkey context type.
|
|
-type(-t)
|
string
|

|
|
Specifies the context type. It's used together with the other flags such as
"currentClient", "addClient", "removeClient" and so on.
|
|
-typeArray(-ta)
|
|
|
|
Returns a string array containing the names of all hotkey context types,
ordered by priority.
|
|
-typeExists(-te)
|
string
|
|
|
Returns true|false depending upon whether the specified hotkey context type
exists.
In query mode, this flag needs a value.
|
|