for example: ctrl+c under Default/Default.sublime-keymap is:
- Code: Select all
<binding key="ctrl+c" command="copy"/>
and i place under User/Default.sublime-keymap
- Code: Select all
<binding key="ctrl+c" command="copy">
<context name="allSelectionsEmpty" value="false"/>
</binding>
well, it doesn't work. only if i override the definition on Default/Default.sublime-keymap it works.