Description

Within the Commands table, checks to see if there are any duplicate keyboard shortcuts.  Returns the command that has the duplicate, if applicable.

Syntax

rv = Command_Services("CheckForDuplicateShortcut", NewShortCut, NewCommand)

Parameters

ParameterDescription
NewShortcut

The keyboard shortcut to check.

NewCommandA valid command in the Commands database table.

Remarks

This is automatically run during new command creation (FW_COMMAND_MANAGER_EVENTS).

Version

16.0.18

  • No labels