Closed TiansuYu closed 5 years ago
Since the default keybinding does not work on Mac, I tried to edit save the following code into my keybinding map:
'atom-text-editor[data-grammar~="latex"]': 'shift-enter': 'latex:build'
and uncheck the default keyubinding box within latex-atom. However, this does not generate a workable keybinding.
I'm new at the key map thing, so if you could, please tell me what's wrong.
Thanks.
Sorry, I tried this again. It turns out the reason is that I didn't uncheck the box (or even know its existence before), which causes the key map couldn't override the default binding.
Since the default keybinding does not work on Mac, I tried to edit save the following code into my keybinding map:
and uncheck the default keyubinding box within latex-atom. However, this does not generate a workable keybinding.
I'm new at the key map thing, so if you could, please tell me what's wrong.
Thanks.