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

Some keybindings prevent me to write some characters #98

Open
PaulEcoffet opened this issue May 19, 2016 · 1 comment
Open

Some keybindings prevent me to write some characters #98

PaulEcoffet opened this issue May 19, 2016 · 1 comment

Comments

@PaulEcoffet
Copy link

Some keystrokes are blocked when I am writting document in Latex and nothing happens. For instance, when I type a ',' in latex with latextools installed, the comma is not added to my document. If I add the following code in my keymap.cson, then the comma works again with latextools. I can write those characters in other atom documents.

It is the case for ", $, `, and ' also. the { works well even if I do not override the keybinding.

I am on ubuntu and I use a bepo layout (http://bepo.fr).

'atom-text-editor[data-grammar~=\'latex\']':
  '$': 'unset!',
  '"': 'unset!',
  '`': 'unset!',
  '\'':'unset!',
  ',': 'unset!'
@ig0774
Copy link
Collaborator

ig0774 commented May 20, 2016

This seems likely related to atom/atom-keymap#35 and atom/atom-keymap#37. Have you tried the keyboard-localization plugin?

@PaulEcoffet PaulEcoffet changed the title Some keybinding prevent me to write some characters Some keybindings prevent me to write some characters May 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants