KeymapManager
KeymapManager copied to clipboard
Wrong keymap conflict report
Subsequent key-mappings are considered as conflicts.
e.g.:
keymap1: ["CTRL+ALT+C", "CTR+ALT+R"]
keymap2: ["CTRL+ALT+C", "CTR+ALT+B"]
This is not a conflict (the binding itself works without errors in Sublime). Note: If there was a ["CTRL+ALT+C"] key-map apart from these; those two bindings above could then be considered as conflicts.