welefen / KeymapManager

KeymapManager plugin for sublime text 2
35 stars 3 forks source link

Wrong keymap conflict report #6

Open onury opened 11 years ago

onury commented 11 years ago

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.