-
Notifications
You must be signed in to change notification settings - Fork 57
Cannot bind cmd-tab on OSX #70
Comments
What keyboard layout are you using? |
I am using qwerty, US english, and I have confirmed that both cmd and tab are working when I bind them, but together it does not work, and it inserts a bad character. My system still gets the keypress too though, so it does tab me to a different window (like I want it to. But i don't want random invalid characters being typed) |
Doesn't |
I have cmd-tab cycle between active windows on my machine (this is also all on an external keyboard (of brand 'wasd')), but my machine does still get the command and it does still cycle my to a different window like I want it to. But before it does this, a [bad] character is inserted. for those googleing, this is a hack, but i fixed it by putting this in my init.coffee (the square will have to be the same square as is inserted, so others may have to copy paste their specific one) |
@zumbalogy Ah, so to be clear you've changed the default for |
Yes, and that behavior still works, its just that it also inserts that little unknown character thing. ctrl-alt-left also inserts this little funny character, but I don't mind that. My workaround works for now, but it would be nice if I could just unset it or set it to a null command or something. |
'.platform-darwin':
'cmd-tab': 'tree-view:toggle'
cmd-tab (under any selector), does not seem to set the command. I actually want to just unset it, because atom is getting the command and inserting an unknown character box type thing. it does this for some other commands as well (ctrl-alt-left, for example), but those commands are not ones I use. Any workaround or hack is welcome, I just need it to stop doing this if I am going to be able to use atom.
The text was updated successfully, but these errors were encountered: