In snow leopard, you could set your trackpad to "right click" by either tapping the trackpad lightly with two fingers, or clicking the bottom right corner of the trackpad.
In mountain lion, it seems like you can only choose one of the options, but not both. I did a little searching and found this terminal command for lion to enable both, but not sure this works in mountain lion or how to reverse it if something goes wrong. Does anyone know how to get both right clicking methods working at the same time?
defaults -currentHost write -g com.apple.trackpad.enableSecondaryClick -bool YES
In mountain lion, it seems like you can only choose one of the options, but not both. I did a little searching and found this terminal command for lion to enable both, but not sure this works in mountain lion or how to reverse it if something goes wrong. Does anyone know how to get both right clicking methods working at the same time?
defaults -currentHost write -g com.apple.trackpad.enableSecondaryClick -bool YES