KeymapManager icon indicating copy to clipboard operation
KeymapManager copied to clipboard

Wrong keymap conflict report

Open onury opened this issue 11 years ago • 0 comments

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.

onury avatar Mar 20 '13 02:03 onury