Files
agent/config-serializer/config-items/config-items.ts
2016-04-18 21:40:30 -05:00

38 lines
1.6 KiB
TypeScript

/// <reference path="KeyAction.ts" />
/// <reference path="KeyActions.ts" />
/// <reference path="KeystrokeAction.ts" />
/// <reference path="KeystrokeWithModifiersAction.ts" />
/// <reference path="KeystrokeModifiersAction.ts" />
/// <reference path="DualRoleKeystrokeAction.ts" />
/// <reference path="MouseAction.ts" />
/// <reference path="PlayMacroAction.ts" />
/// <reference path="SwitchLayerAction.ts" />
/// <reference path="SwitchKeymapAction.ts" />
/// <reference path="NoneAction.ts" />
/// <reference path="Module.ts" />
/// <reference path="Modules.ts" />
/// <reference path="Layer.ts" />
/// <reference path="Layers.ts" />
/// <reference path="KeyMap.ts" />
/// <reference path="KeyMaps.ts" />
/// <reference path="Macro.ts" />
/// <reference path="Macros.ts" />
/// <reference path="MacroAction.ts" />
/// <reference path="MacroActions.ts" />
/// <reference path="PressKeyMacroAction.ts" />
/// <reference path="HoldKeyMacroAction.ts" />
/// <reference path="ReleaseKeyMacroAction.ts" />
/// <reference path="PressModifiersMacroAction.ts" />
/// <reference path="HoldModifiersMacroAction.ts" />
/// <reference path="ReleaseModifiersMacroAction.ts" />
/// <reference path="PressMouseButtonsMacroAction.ts" />
/// <reference path="HoldMouseButtonsMacroAction.ts" />
/// <reference path="ReleaseMouseButtonsMacroAction.ts" />
/// <reference path="MoveMouseMacroAction.ts" />
/// <reference path="ScrollMouseMacroAction.ts" />
/// <reference path="DelayMacroAction.ts" />
/// <reference path="TextMacroAction.ts" />
/// <reference path="ModuleConfiguration.ts" />
/// <reference path="ModuleConfigurations.ts" />
/// <reference path="UhkConfiguration.ts" />