This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Description
Prerequisites
Description
Shortcuts with alt don't suppress Mac OS composition characters.
Steps to Reproduce
With ABC - Extended keyboard layout:
Open Your Keymap
- Add the following keymaps:
# general
'atom-text-editor':
# use jkl; vim-like when pressing alt (word by word, paragraph by paragraph)
# or alt (letter by letter)
'alt-h': 'core:move-left'
'alt-j': 'core:move-down'
'alt-k': 'core:move-up'
'alt-l': 'core:move-right'
- save
- try to use them
With US keyboard layout /cc #15189 (comment).
Expected behavior: [What you expect to happen]
A GIF from atom-1.18

Actual behavior: [What actually happens]
A GIF from atom-1.19

Reproduces how often: [What percentage of the time does it reproduce?]
Always.
Versions
- Atom: 1.19.0-beta7
- Atom-Shell:
- OS: Mac OS X 10.12.5
- Misc
- apm 1.18.2
- npm 3.10.10
- node 6.9.5 x64
- python 2.7.10
- git 2.11.0
Additional Information
Probably only happens on Mac OS.