Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotkey change error #182

Open
HahaCare opened this issue Oct 4, 2020 · 1 comment
Open

Hotkey change error #182

HahaCare opened this issue Oct 4, 2020 · 1 comment

Comments

@HahaCare
Copy link

HahaCare commented Oct 4, 2020

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
Copy link
Author

HahaCare commented Oct 4, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant