msiniscalchi / atom-latextools

Port of the LaTeXTools package to the Atom editor
MIT License
58 stars 21 forks source link

latextools:build keybinding fails #121

Closed lsfinn closed 7 years ago

lsfinn commented 7 years ago

Platform: Mac OSX 10.11.6 Atom v1.9.9 latextools v0.8.2 Other installed packages: git-plus v5.16.2 grammar-token-limit 0.1.1 language-latex 0.6.1 linter 1.11.16 linter-check 1.3.0

When I attempt to build a latex file using the keybinding (cmd-alt-b) I get a system beep error and nothing happens. When I attempt to build by going to the command palette and invoking latextools:build directly everything behaves as it should: i.e., the file builds, the LatexTools console opens, skim opens with the PDF and the focus shifts to skim.

ig0774 commented 7 years ago

I can't reproduce this with a similar setup. Can you turn on the Key Binding Resolver (cmd-.) and look at what bindings its shows when you press cmd-alt-b in a LaTeX document?

Also, is the syntax for the file set to LaTeX like this:

screen shot showing synxtax set to LaTeX

If not, none of the latextools keybindings will work.

lsfinn commented 7 years ago

Hi - With the particular key combination cmd-alt-b the system gives its error beep and nothing shows in the resolver. Other keys or key combinations do show in the resolver.

Thoughts?

Thanks,

Sam

Lee Samuel Finn Professor, Dept Physics; Dept Astronomy & Astrophysics The Pennsylvania State University 104 Davey Laboratory University Park, PA 16802

On Aug 26, 2016, at 6:09 AM, ig0774 notifications@github.com wrote:

I can't reproduce this with a similar setup. Can you turn on the Key Binding Resolver (cmd-.) and look at what bindings its shows when you press cmd-alt-b in a LaTeX document?

Also, is the syntax for the file set to LaTeX like this:

https://cloud.githubusercontent.com/assets/212893/18001997/701f0018-6b7d-11e6-8da4-a5cebde9af9d.png If not, none of the latextools keybindings will work.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/msiniscalchi/atom-latextools/issues/121#issuecomment-242689644, or mute the thread https://github.com/notifications/unsubscribe-auth/AA4KrW0mfGQdYjbwUy3QLj30BMYk8Qnsks5qjrtNgaJpZM4JsGXE.

lsfinn commented 7 years ago

Found the problem: there is another app that I always have running (Vitamin-R) that also binds to cmd-alt-b. Changing the binding frees atom to capture the shortcut.

This problem report can be resolved.

Thanks much,

Sam

Lee Samuel Finn Professor, Dept Physics; Dept Astronomy & Astrophysics The Pennsylvania State University 104 Davey Laboratory University Park, PA 16802

On Aug 26, 2016, at 6:09 AM, ig0774 notifications@github.com wrote:

I can't reproduce this with a similar setup. Can you turn on the Key Binding Resolver (cmd-.) and look at what bindings its shows when you press cmd-alt-b in a LaTeX document?

Also, is the syntax for the file set to LaTeX like this:

https://cloud.githubusercontent.com/assets/212893/18001997/701f0018-6b7d-11e6-8da4-a5cebde9af9d.png If not, none of the latextools keybindings will work.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/msiniscalchi/atom-latextools/issues/121#issuecomment-242689644, or mute the thread https://github.com/notifications/unsubscribe-auth/AA4KrW0mfGQdYjbwUy3QLj30BMYk8Qnsks5qjrtNgaJpZM4JsGXE.

ig0774 commented 7 years ago

Ah that makes sense! Glad you managed to get thing ms working!