SYMBOL INDEX (53 symbols across 34 files) FILE: src/App.tsx function App (line 12) | function App() { FILE: src/AppLayout.tsx type Props (line 13) | interface Props {} FILE: src/components/MainForm.tsx type Props (line 23) | interface Props {} type FormState (line 24) | interface FormState { FILE: src/components/forms/AddConditionForm.tsx type Props (line 22) | interface Props { FILE: src/components/forms/DeviceIfConditionForm.tsx type Props (line 14) | interface Props { FILE: src/components/forms/EventChangedConditionForm.tsx type Props (line 14) | interface Props { FILE: src/components/forms/FromEventForm.tsx type Props (line 29) | interface Props { FILE: src/components/forms/FrontmostConditionForm.tsx type Props (line 6) | interface Props { FILE: src/components/forms/InputSourceConditionForm.tsx type Props (line 6) | interface Props { FILE: src/components/forms/KeyboardTypeConditionForm.tsx type Props (line 15) | interface Props { FILE: src/components/forms/ManipulatorForm.tsx type Props (line 48) | interface Props { FILE: src/components/forms/RuleForm.tsx type Props (line 13) | interface Props { FILE: src/components/forms/ToEventForm.tsx type Props (line 19) | interface Props { FILE: src/components/forms/ToEventFormsContainer.tsx type Props (line 21) | interface Props { FILE: src/components/forms/VariableConditionForm.tsx type Props (line 6) | interface Props { FILE: src/components/shared/AppExpansionPanel.tsx type Props (line 12) | interface Props { FILE: src/components/shared/AppSelect.tsx type Props (line 5) | interface Props { FILE: src/components/shared/KeyCodeAndPointingButtonInput.tsx type Props (line 41) | interface Props { FILE: src/components/shared/KeyInput.tsx type Props (line 7) | interface Props { FILE: src/constants.ts constant MODIFIERS (line 1) | const MODIFIERS = [ constant KEY_CODES (line 39) | const KEY_CODES = [ constant ALL_KEYS (line 402) | const ALL_KEYS = [...MODIFIERS, ...KEY_CODES]; FILE: src/ducks/formState.ts constant SET_TITLE (line 44) | const SET_TITLE = 'SET_TITLE'; constant ADD_RULE (line 45) | const ADD_RULE = 'ADD_RULE'; constant REMOVE_RULE (line 46) | const REMOVE_RULE = 'REMOVE_RULE'; constant SET_RULE (line 47) | const SET_RULE = 'SET_RULE'; constant ADD_MANIPULATOR (line 48) | const ADD_MANIPULATOR = 'ADD_MANIPULATOR'; constant SET_MANIPULATOR (line 49) | const SET_MANIPULATOR = 'SET_MANIPULATOR'; constant SET_FROM_OBJECT (line 50) | const SET_FROM_OBJECT = 'SET_FROM_OBJECT'; constant ADD_TO_OBJECT (line 51) | const ADD_TO_OBJECT = 'ADD_TO_OBJECT'; constant SET_TO_OBJECT (line 52) | const SET_TO_OBJECT = 'SET_TO_OBJECT'; constant SET_WHOLE_STATE (line 53) | const SET_WHOLE_STATE = 'SET_WHOLE_STATE'; FILE: src/serviceWorker.ts type Config (line 23) | type Config = { function register (line 28) | function register(config?: Config) { function registerValidSW (line 65) | function registerValidSW(swUrl: string, config?: Config) { function checkValidServiceWorker (line 109) | function checkValidServiceWorker(swUrl: string, config?: Config) { function unregister (line 139) | function unregister() { FILE: src/types/ICondition.ts type IIdentifier (line 1) | interface IIdentifier { type ICondition (line 9) | interface ICondition { FILE: src/types/IFormState.ts type IFormState (line 3) | interface IFormState { FILE: src/types/IFromEventDefinition.ts type ISimultaneousOptions (line 8) | interface ISimultaneousOptions { type IFromEventDefinition (line 15) | interface IFromEventDefinition { FILE: src/types/IManipulator.ts type IToDelayedAction (line 5) | interface IToDelayedAction { type IManipulator (line 9) | interface IManipulator { FILE: src/types/IMouseKey.ts type IMouseKEy (line 1) | interface IMouseKEy { FILE: src/types/IRule.ts type IRule (line 5) | interface IRule { FILE: src/types/ISimultaneous.ts type ISimultaneous (line 1) | interface ISimultaneous { FILE: src/types/IToEventDefinition.ts type IToEventDefinition (line 3) | interface IToEventDefinition { FILE: src/types/KeyOrder.ts type KeyOrder (line 1) | type KeyOrder = 'insensitive' | 'strict' | 'strict_inverse'; FILE: src/types/KeyUpWhen.ts type KeyUpWhen (line 1) | type KeyUpWhen = 'any' | 'all'; FILE: src/types/Modifier.ts type Modifier (line 1) | type Modifier = { FILE: src/types/PointingButton.ts type PointingButton (line 1) | type PointingButton =