mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
This was cool, but it's really hard to optimize the keymap with this feature because we never know if a keystroke will match against a binding set with a function, which will force us to always consider this binding set against every key event.