After hitting another keyboard shortcut conflict I thought I'd do an exhaustive search for more so I've prepared a spreadsheet that highlights duplicate keyboard mapping to assist in the hunt. Below is an attached Excel sheet that I produced using the steps above to help identify keyboard conflicts and the procedure I used to create this list.
I also found some cases where an identical mapping rule was duplicated which might cause problems with your code maintenance in the future.
Here the conflict that trigged my search:
"ctrl+shift+g" conflict: "Show SCM" and "workbench.action.files.openFileFolder"
Inspect to check for duplicate key mappings that may conflict. I fully understand that you'd need to check the "when" condition. Since we sorted the rules, this sheet does not record the original rule order which may also affect their interpretation. I'm not up on this but I'm assuming you are!
From @tohagan on October 6, 2017 0:44
After hitting another keyboard shortcut conflict I thought I'd do an exhaustive search for more so I've prepared a spreadsheet that highlights duplicate keyboard mapping to assist in the hunt. Below is an attached Excel sheet that I produced using the steps above to help identify keyboard conflicts and the procedure I used to create this list.
I also found some cases where an identical mapping rule was duplicated which might cause problems with your code maintenance in the future.
Here the conflict that trigged my search:
Steps to Reproduce:
Inspect to check for duplicate key mappings that may conflict. I fully understand that you'd need to check the "when" condition. Since we sorted the rules, this sheet does not record the original rule order which may also affect their interpretation. I'm not up on this but I'm assuming you are!
Happy conflict hunting :+1:
vscode-keyboard-conflict.xlsx
Copied from original issue: rebornix/vscode-vs-keybindings#20