andischerer/atom-keyboard-localization

'altgr-{' does not trigger keybinding

Closed this issue · 1 comments

I want that when I type a { character, a specific command is triggered from latextools. According to the keybinding resolver, with my fr_FR-bepo layout, it triggers a altgr-{ keypress. Therefore, I have written this in my keymap.cson:

'atom-text-editor[data-grammar~=\'latex\']':
  'altgr-{': 'latextools:ref-cite-keypress',

But when I type a {, the command from latextools is not triggerred, even though I see the event altgr-{ in the keybinding resolver.

Is it a bug, should another event be used to trigger the command when I type a {?

Thank you for your help

This package has been deprecated.
See details