Is there any way to have Mac OS focus a window that I right-click on? It happens to me quite frequently that I right-click on something, choose "rename" or "create file" or what have you, need to type the filename and the keyboard input goes to another window, because Mac OS appears to switch focus only on a left-click.
Asked
Active
Viewed 4,057 times
4 Answers
5
Having the same problem as OP, I found a solution today:
BetterTouchTool (45 days of free trial, licenses from $6.50) can assign multiple actions to a gesture.
- Depending on your mouse setup, choose a trigger. I use a MagicMouse, so I chose '1 Finger Tap Right'.
- Choose 'Activate/Bring to Front Window Under Cursor'
- 'Click Add Additional Action'
- Choose 'Right Click'
Now BetterTouchTool will first activate the window under cursor, then dispatch a right click to it. Seems to work just fine on the Applications I tested it on.
2
Try control-clicking. What happens? (Different apps behave differently with this--Finder being a notable exception.)
jsejcksn
- 4,581
0
You could use MondoMouse ($14.95, trial available), which supports Focus Follows Mouse.
Or from OS X: Point-to-Focus?
To enable sloppy focus do:
for just Terminal windows:
% defaults write com.apple.Terminal FocusFollowsMouse-string YES
for X11 windows:
% defaults write com.apple.x11 wm_ffm truefor most other Mac apps:
use Codetek Virtual Desktop
harrymc
- 498,455
