atom-latextools icon indicating copy to clipboard operation
atom-latextools copied to clipboard

Hotkey change error

Open HahaCare opened this issue 4 years ago • 1 comments

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 atom

HahaCare avatar Oct 04 '20 20:10 HahaCare

fixed with: 'atom-text-editor[data-grammar~='latex']': 'ctrl-shift-b': 'latextools:build'

HahaCare avatar Oct 04 '20 20:10 HahaCare