1

My most used applications are iterm and Google-Chrome. I usually have several other applications open in the background.

Is there a way to create keyboard shortcuts to move focus to my most used applications, namely iterm and google-chrome?

I think i3 lets you do this on Linux. I have tried several applications on Mac OS, but I was not able to do this using any of them. I even tried the automator app to create application launch services for iterm and google-chrome, and assigned keyboard shortcuts for those services from System Preferences, but that worked inconsistently and was slow. When I was inside google-chrome, pressing the keyboard shortcut to move focus to 'iterm' did not work. Not sure why.

I am just looking for some way to set up keyboard shortcuts that will let me quickly move focus to my most used applications.

1 Answers1

2

Thanks to Tetsujin, this is how I have set it up.

See this link for general usage of mission control - superuser.com/a/1187552/347380

Launch Mission Control, and assign iterm to space1 and google-chrome to space2. Disable automatic reshuffling of spaces from System Preferences -> Mission Control. I also check reduce motion under System Preferences -> Accessibility -> Display

Then I enable the keyboard shortcuts for spaces from System Preferences -> Keyboard -> Shortcuts -> Mission Control. I reassigned the keyboard shortcuts to be friendlier, eg. Ctrl-Alt-j and Ctrl-Alt-k for spaces 1 and 2.

And lastly, I launched terminal and did the following to speed up animation.

defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool NO

Thus, with a quick key-combination, I can switch to my most used applications very fast.