923649: For Creating a new add form depending on the NewRowPosition in MAC device, key code is changed #6371
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bug Description
The key combination for creating new row in the MAC OS need to change.
Root Cause
Previous key combination not works and it perform another action, so need to change the key code for insert new row action for MAC.
Reason for not identifying earlier
Find how it was missed in our earlier testing and development by analysing the below checklist. This will help prevent similar mistakes in the future.
Guidelines/documents are not followed
Common guidelines / Core team guideline
Specification document
Requirement document
Guidelines/documents are not given
Common guidelines / Core team guideline
Specification document
Requirement document
Reason:
Mention any one or more reasons from the above points.
Action taken:
What action did you take to avoid this in future?
Related areas:
Is Breaking issue?
No
Solution description
Changed the key code as ⌥ + Enter from ⌘ + Enter.
Output screenshots
Post the output screenshots if an UI is affected or added due to this bug.
Before changes:

After changes:

Areas affected and ensured
NA
Does it have any known issues?
If this fix contains any known issues, provide the proper details about the issues.
Does it have memory leak?
Ensure the fix contains memory leak or not (if applicable).
MR CheckList