21

I would like to use Ctrl+Tab as the shortcut to switch applications in Mac OS X, instead of Cmd+Tab. Is there any way to switch the keyboard shortcut for this?

2
  • 1
    Any solutions WITHOUT remapping of keys? I don't want to remap option to command. I just want to change the freaking shortcut! Commented Sep 16, 2020 at 11:15
  • 1
    Sorry, I couldn't find any solution without remapping..
    – AhLeung
    Commented Sep 17, 2020 at 15:34

6 Answers 6

8

Yes, there are many ways.

The easiest for what you are doing would be to use the open-source program DoubleCommand.

Here is a view of the interface:

enter image description here


As you can see it is extremely customizable. If that doens't fulfill your needs, there is also Karabiner (formerly known as KeyRemap4MacBook).


There is also a shareware program called LiteSwitchX that completely replaces the switcher with an even cooler and more customizable one that I will eventually get around to installing.

I hope this helps.


You can also use a combination of two programs: Application Enhancer (by Unsanity, free) and PullTab (open source and free). PullTab ONLY removes the shortcut from use so it depends on exactly what you're looking for. Application Enhancer (APE as it's commonly called) also has WindowShadeX and MenuMaster, which I recommend at least checking out.

I'm going to continue looking for a non-third party way to disable this, I may edit it again.


BONUS

Also, press cmd+` (command + backtick: backtick is directly under Escape, with the tilde) to cycle through the current application's windows rather than cycling through each application.

One more thing:

When you are in the application switcher, you can also press Q and/or H and the currently selected application will be quitted or hidden.

2
  • I'm so sad, I had hoped at least someone would upvote me. I'm going back to SO to practice my markdown. :)
    – Brandon
    Commented Dec 20, 2010 at 20:00
  • 1
    I have bad experience with DoubleCommand - it is very confusing, the moment it applies settings is unclear. Eventually it has blocked all my input and I had to reboot in order to be able to type. Commented Feb 1, 2014 at 8:52
3

Windows alt-tab on macOS

https://alt-tab-macos.netlify.app/

This app allows you to configure your alt-tab experience without having to remap your keys. You can simply define they key combination (and many more useful things). It is a game changer on macOS for me.

2

There's no way to do this. Besides, Ctrl-Tab is already used in some applications, like Safari, to e.g. switch between tabs.

You can use Witch for a custom application switcher and use Ctrl-Tab for that.

In System Preferences » Keyboard » Keyboard » Modifier Keys, you can switch positions of the keys. This will however change all keyboard shortcuts (e.g. Cmd-C for copy effectively becomes Ctrl-C).

alt text

2

You could use a private.xml like this with KeyRemap4MacBook:

<?xml version="1.0"?>
<root>
  <item>
    <name>test</name>
    <identifier>test</identifier>
    <autogen>__KeyToKey__ KeyCode::TAB, VK_CONTROL | ModifierFlag::NONE, KeyCode::TAB, ModifierFlag::COMMAND_L</autogen>
    <autogen>__KeyToKey__ KeyCode::TAB, VK_CONTROL | VK_SHIFT | ModifierFlag::NONE, , KeyCode::TAB, ModifierFlag::COMMAND_L | ModifierFlag::SHIFT_L</autogen>
  </item>
</root>
0

http://www.hcs.harvard.edu/~jrus/Site/Cocoa%20Text%20System.html has some great info about changing the default key bindings for Cocoa applications. Unfortunately I could not figure out if there is an action method for the switcher.

-2

Command + Tab in Mac similiar to Command + Tab in windows You can use KeyRemap4Macbook for activation this change:

Command + Tab to Command + Tab + Alt

Cmd+Tab to Cmd+Tab+alt

Your life more easy :)

1
  • Is this explaining the same thing Lri did? (But in a much worse way)
    – MoonSire
    Commented Nov 14, 2013 at 13:31

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .