It’s been a while since I could use a trackpad without pain and even longer since I could use a mouse or trackball. Currently I use a Wacom trackpad as my mouse which works really well as long as I don’t use it too much. Fortunately, keyboard usage doesn’t seem to be a problem (yet?), so I try to use my Mac using only the keyboard as much as possible. These are some notes for others who may be in the same boat.

This is a potpourri of items as I think of them. Hopefully, over time, I’ll come back to this article and organise it better!

Alfred

A launcher application is invaluable. Spotlight is built in to OS X and bound to cmd+space. However, I use Alfred with the keyboard shortcut set to the same cmd+space as it’s more powerful. This lets me open applications, folders and run scripts very easily.

Shortcat

Shortcut allows me to click on any control in a native application (known as Cocoa applications) via the magic of OS X’s built in accessibility system. This is fantastic and has to be seen to be believed. I’ve bound it to alt+space and once activated, I type in the first letters of the thing I’m trying to click and it will highlight it. I can them press enter to click it, ctrl+enter to right click it, etc. Even more usefully, typing . into the shortcut box will highlight every control in the window, so I can click on items that do not have any associated text.

It is this tool more than anything else, which has made Safari my main browser.

Keyboard access to the menu

One of the nice things about well-written Mac native apps is that pretty much all operations are available as a menu item. You can access the menu via the keyboard by pressing shift+cmd+?. This opens the Help menu with the search box focussed. You can now type the first few letters of the menu item you’re looking for and easily find it. Alternatively, use the arrow keys to navigate the menu.

Note that on OS X, some menu items have alternatives. Hold down the option key to see those.

For right clicking, I use shortcat. This is rarely needed on OS X as the right click menu’s items are usually available directly from the main menu.

Moving and resizing windows

I use Mercury Mover which I really like. I’m not sure that it’s still offered for sale though. Alternatives include Moom, SizeUp, Phoenix and Spectacle.

Browsers

As I’ve said, Safari is my main browser as it supports Shortcat and the cross-platform ones don’t. However, I have a link selector extension for all three main browsers as it’s quicker on Safari for well written HTML and the only option in Firefox and Chrome:

Fin

Every so often, I will get “stuck” in a control or app and can’t get out. This is really frustrating and invariably, the only solution is to use the mouse. The web in particular is the most problematic, including apps that are essentially websites in a window. I’ve also noted that apps that write their own versions of the native OS X controls are generally inaccessible as invariably the developer doesn’t hook into the Cocoa accessibility framework with their own control.

OS X has a really good accessibility framework and it seems that all native apps get it for free. As a result, it’s certainly possible to use OS X without a mouse with the right tools and knowledge.

Source: AKRABAT

By Rob