Contents
|
PyIShellLink
.SetHotkey
SetHotkey(
wHotkey
)
Sets the hot key for a shell link object.
Parameters
wHotkey
: int
The virtual key code is in the low-order byte, and the modifier flags are in the high-order byte. The modifier flags can be a combination of the values specified in the description of the
PyIShellLink::GetHotkey
method.