mm_action_prediction/tools/extract_actions.py [155:162]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            keystrokes_with_args.append(
                {
                    API: keystroke,
                    NEXT_STATE: json.loads(stroke)[NEXT_STATE],
                    PREVIOUS_STATE: json.loads(stroke)[PREVIOUS_STATE],
                    ARGS: json.loads(stroke)[NEXT_STATE][PREFAB_IN_FOCUS],
                }
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



mm_action_prediction/tools/extract_actions.py [168:175]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                keystrokes_with_args.append(
                    {
                        API: keystroke,
                        NEXT_STATE: json.loads(stroke)[NEXT_STATE],
                        PREVIOUS_STATE: json.loads(stroke)[PREVIOUS_STATE],
                        ARGS: json.loads(stroke)[NEXT_STATE][PREFAB_IN_FOCUS],
                    }
                )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



