atom / atom-keymap

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

Translate dead keys to correct keystroke strings on Mac and Windows #146

Closed nathansobo closed 8 years ago

nathansobo commented 8 years ago

This uses some new functionality in KeyboardLayout for harvesting the printable equivalent of dead keys.

To fully support translating dead keys to the correct keystroke strings on Linux, we'll need to add native support for it in KeyboardLayout there as well :tada:.