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



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



