Mac'ing progress
A week into my Mac, I think it's a net win (remind me to write about the joys of 10,000+ images in LightRoom), but it's not perfect. Nothing is, so that's ok.
As I suspected, the single most annoying thing about the Mac, without question, is click-to-focus. I understand that, like Emacs vs. VI or Python vs. Perl, this is really a question of preference not correctness. Except that, just as Emacs is the One True Editor, so focus-follows-mouse is the One True Policy. But I digress.
I find it particluarly annoying because it's not actually used consistently. The little red, yellow, and green buttons in the window title bar behave as if focus-followed-mouse. And if you “click to focus” on a terminal window and your click happens to be on the scroll bar, the scroll moves. That's probably a bug, but still, it's not click-to-focus, is it?
One argument for “click-to-focus” is that the current application determines the screen's menu bar. If the policy was focus-follows-mouse, attempting to move the mouse from the current application to the menu bar might cross over other application windows and consequently change the menu bar. Fair enough. But is that menu bar at the top of the screen really a good thing anyway? I'd be perfectly content with “focus-follows-mouse”/“click-changes-menu-bar”, if anyone asked.
On the other hand, the track pad has turned out not to be such a big deal. I'm getting used to it. Last time I had the ThinkPad up, I found myself using the track pad instead of the pointing stick, so that must be progress of a sort.
The only other point of note is that I've had three kernel panics. That's three more in a week than I've had in the past couple of years. But maybe I've got that under control now. I think I was missing a driver update at first and I think the panic that resulted from that mangled the disk. Now I've got the latest updates and I've fixed the disk, so here's hoping.
Most of the other things that are bothering me now are off in the margins. One thing I'd like to find is the command-line equivalent of
$ xterm -bg wheat -fg black -geometry 80x10 -e exec ssh hera
I still feel a little bit like a mostly command-line guy in a mostly point-and-click world, but mostly it's ok.
Comments
osascript usershell.scpt hera
Heh. Great minds, John :-)
The way I do things like this, is to set up a Terminal window the way I want it to look, and then save it. When you do a save in Terminal, it allows you to specify a command to run instead of the default shell. Then the command line is:
If you save it into ~/Library/Application\ Support/Terminal it will appear in the "Library" item in Terminal’s File menu. Also, this file is an XML document (of sorts—I think it contains characters that aren’t legal in well-formed XML) and you can modify it with any text editor.
If you want an argument for the menu being attached to the top of the screen you should read up on Fitts' Law.
http://en.wikipedia.org/wiki/Fitts'_law
The top of the screen effectively makes the hight of the target area infinite and hence the time to acquirement is very low. You can literally throw your mouse upwards in the knowledge that it will land on the menu bar.
Nice, I'll update my scripts; never did get around to spending time on it.
As an alternative to click-to-focus, you can use F9 + [tab or cursor keys] to choose the focus from your keyboards. If you use F10 it will give you the choice of windows within the application you are working on.
Hmm, Wataru. F9+[tab or cursor keys] has no effect on my desktop.
Oddly, Curtis, the "open /path/to/file.term" trick doesn't work for me. I fully expected it to, but in fact, nothing happens.
Norman, check "System Preferences --> Dashboard & Expose". It has "Keyboard Shortcuts" section. My setting for "All windows" is F9 and "Application windows" is F10. I thought they were the default but maybe not. Try the keys with your settings, they shoud work.
Hmm… at first I was worried because I'd never actually used open with a .term document (as a long time Mac user I’m pretty comfortable with a mouse, so I use the Library menu I mentioned) but to make sure I tried it and it worked for me. When you look at your .term documents in the Finder, does it say their type is "Terminal"? The other thing you might try is to use the Console utility to see if a message is being written there.
Hmm. Well, for whatever reason, it works today. But I swear it didn't yesterday. I have rebooted since then, but I can't say what really changed.
Hey Norm - I take it you got a MacBook since you were talking about the track pad.
First thing I did when I got my Mac was set it to turn the track pad off when I've got a mouse up and running, and since I rarely take the silver surfboard anywhere, the track pad is pretty much always in disabled mode.
My biggest trip up has been the need to use the fn key with all of the F keys and the Page direction keys. so the first thing to try in the event of shortcut key failure is adding the fn key to the mix.
Have you installed oXygen yet? I have to say, it looks gorgeous, and the screen geometry and functionality finally make sense to me!