The Computer Oracle

Change command-tab to option-tab on Mac

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Over a Mysterious Island Looping

--

Chapters
00:00 Change Command-Tab To Option-Tab On Mac
00:43 Accepted Answer Score 16
01:15 Answer 2 Score 7
02:12 Answer 3 Score 4
02:37 Answer 4 Score 3
03:10 Answer 5 Score 0
03:23 Thank you

--

Full question
https://superuser.com/questions/548146/c...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#mac #modifierkeys

#avk47



ACCEPTED ANSWER

Score 16


Use KeyRemap4MacBook:

`

⌥⇥ is already used for inserting tabs in text fields, entering outline mode in TextEdit, and focusing elements in Safari.

Adding this to private.xml would change ⌘⇥ to ⌃⇥ and ⇧⌘⇥ to ⌃⇧⇥:

<autogen>__KeyToKey__ KeyCode::TAB, VK_COMMAND | ModifierFlag::NONE, KeyCode::TAB, ModifierFlag::CONTROL_L</autogen>
<autogen>__KeyToKey__ KeyCode::TAB, VK_SHIFT | VK_COMMAND | ModifierFlag::NONE, KeyCode::TAB, ModifierFlag::CONTROL_L, ModifierFlag::SHIFT_L</autogen>

You can change the shortcuts of menu bar items from System Preferences:




ANSWER 2

Score 7


Since the answers in this thread is now a bit old and KeyRemap4MacBook doesn't exist anymore, I will give you an update that works:

  • Get Karabiner Elements
    • Go to the Preferences, Tab "Complex Modifications"
    • Add rule, Import more from the internet
    • On the website that opens search for "Exchange Command+Tab (generally 'cycle through applications') and Control+Tab (generally 'cycle through tabs')", Install
    • Back in Karabiner, you will see the imported rule, enable it

But as some others have pointed out, if you're planning on switching to Mac for good, it might be a better idea to go through an initial frustrating learning phase, as you will build new muscle memory, that works for your mac, without loosing the one for Windows, as you probably have different keyboards, the different haptic will help with that.




ANSWER 3

Score 4


I think this is exactly what you are looking for: https://alt-tab-macos.netlify.app/

The app called "Alt-Tab" (Mac OS) will mimic what happens on Windows when you hit the keys ALT and TAB, i.e. it will display an overview of opened applications as tiles, and allow you to switch between them.

ps: Very old post, I know, but this may be useful for many even today ;)




ANSWER 4

Score 3


When I first got a Mac, I tried to do this, too. It doesn't work, because there isn't a one-to-one correspondence; that is, the Option key doesn't always correspond to the Alt key.

When I was in college, we still used mechanical typewriters. I had two typewriters, one for each language I used. After a while, I had no difficulty switching between the two even though the layout was different.

The best thing to do is just get used to the Mac. You'll develop bilingual muscle memory.




ANSWER 5

Score 0


I would recommend to take a closer look at free tool AltTab: https://github.com/lwouis/alt-tab-macos/

You may get the latest release there: https://github.com/lwouis/alt-tab-macos/releases