atom-latextools
atom-latextools copied to clipboard
Hotkey change error
When I paste the latextools keybind for the command latextools:build atom does not recognise the first command line:
'body:not([class~='platform-darwin']) atom-text-editor[data-grammar~='latex']': 'ctrl-alt-b': 'latextools:build'
i would like to change it to:
'body:not([class~='platform-darwin']) atom-text-editor[data-grammar~='latex']':
'ctrl-shift-b': 'latextools:build
fixed with: 'atom-text-editor[data-grammar~='latex']': 'ctrl-shift-b': 'latextools:build'