Ctrl+Home and Ctrl+End sometimes converts to parentheses in the parenthesis autocompletion function. Fix this issue.
Analysis:
Obviously this is an overflow effect of the high value of the returned key code. This means that the HOME and END keys were mapped to 8 and 9. In addition the CAPSLOCK was mapped to 7, which resulted in printing an brace when pressing SHIFT and CAPSLOCK together.
Implementation:
Fix was implemented as proposed by the analysis. Implementation tests were passed successfully.
Documentation:
Not needed - Bug fix.
Tests:
Keys are working properly now. No further deviations detected. Fix was implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: