The Computer Oracle

Change keyboard shortcut for switching applications in OS X

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 3 Looping

--

Chapters
00:00 Change Keyboard Shortcut For Switching Applications In Os X
00:19 Answer 1 Score 2
00:46 Accepted Answer Score 8
02:11 Answer 3 Score 0
02:26 Answer 4 Score 2
02:43 Thank you

--

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

--

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

--

Tags
#macos #keyboardshortcuts

#avk47



ACCEPTED ANSWER

Score 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.




ANSWER 2

Score 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




ANSWER 3

Score 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>



ANSWER 4

Score 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.