atom / atom-keymap

Atom's selector-based keymap system
MIT License
105 stars 58 forks source link

Work around Linux bug where '/' is unidentified with ctrl held down on Brazillian keyboards #161

Closed nathansobo closed 8 years ago

nathansobo commented 8 years ago

I was unable to reproduce the problem on Ubuntu, so I just look for the combination of a KeyboardEvent.key value of Unidentified combined with a KeyboardEvent.code value of IntlRo.

Refs https://github.com/atom/atom/issues/13076