prrrnd / atom-git-projects

List and open your local Git projects in Atom.
MIT License
37 stars 18 forks source link

Improve keymaps for darwin support #24

Closed limcross closed 9 years ago

limcross commented 9 years ago

With OS X, the combination ctrl + alt + o it's impossible

prrrnd commented 9 years ago

I am on OS X, and the combination works fine – Why is it not working for you?

limcross commented 9 years ago

When I press the alt key the letters change (http://en.wikipedia.org/wiki/Alt_key#Mac_OS_X), in this case the letter o change by ø.

prrrnd commented 9 years ago

I guess it must depend on the keyboard layout then. I actually have the ø key on my keyboard, and alt + o renders a œ. But it works fine when I add ctrl to that combination. I would suggest that you add your own combination in your keymap.cson file instead, as we can't cover all the different cases - and it seemed to work for most people so far.