atom / atom-keymap

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

Caps lock and shift modifier resolves to lowercase #182

Closed Ben3eeE closed 8 years ago

Ben3eeE commented 8 years ago

Steps to reproduce:

  1. Ensure you have US layout and caps lock off.
  2. Press Ctrl-Shift-P Expected and actual: Command palette opens.
  3. Enable caps lock
  4. Press Ctrl-Shift-P Expected: Command palette opens. Actual: Fuzzy finder opens.

Ctrl-Shift-P with caps lock on resolves to Ctrl-P. Same thing happens for other keys, for example Ctrl-Shift-N It resolves to Ctrl-n if caps lock is on.

Ben3eeE commented 8 years ago

Closed via https://github.com/atom/atom-keymap/pull/183.