Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

alt-cmd-i inserts ⁄ into the document on OS X #104

Open
palant opened this issue Nov 12, 2015 · 2 comments
Open

alt-cmd-i inserts ⁄ into the document on OS X #104

palant opened this issue Nov 12, 2015 · 2 comments

Comments

@palant
Copy link

palant commented Nov 12, 2015

I am using Atom 1.2.0-beta3 on OS X 10.10. The keyboard shortcut alt-cmd-i is supposed to open the Developer Tools - and it does. However, it also inserts the character ⁄ into the document. The code comments claim that preventDefault() is called on the event if a bounding is found - that doesn't seem to be the case. The code only calls preventDefault() for abort! and successfully stops ⁄ from being inserted - but the Developer Tools aren't being opened either then.

@nathansobo
Copy link
Contributor

I am reproducing this, though for me it's inserting a ^. Super annoying. It's happening even if i preventDefault or stopPropagation in the keymap system, so I'm still trying to figure out what's going on.

@nishant-k1
Copy link

I'd say ditch atom and go for either sublime or visual studio code. I had to face lot of issues while starting out with atom, I'm glad I ditched it long ago.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants