Merge pull request #598 from Palakis/fix/hotkey-docs-typo

Docs: Fix typo
This commit is contained in:
Stéphane Lepin
2020-10-01 09:55:34 +02:00
committed by GitHub

View File

@ -378,7 +378,7 @@ RpcResponse WSRequestHandler::TriggerHotkeyByName(const RpcRequest& request) {
* @param {boolean} `keyModifiers.command` Trigger Command Key (Mac) * @param {boolean} `keyModifiers.command` Trigger Command Key (Mac)
* *
* @api requests * @api requests
* @name TriggerHotkeyByCombination * @name TriggerHotkeyBySequence
* @category general * @category general
* @since unreleased * @since unreleased
*/ */