Notes on Mac usage
- Cut paste key board short cuts on Mac: Till 10.6 mac at least, there is no option to cut and past files and folders. You have to drag and drop or use the mv command at the "terminal".
- Page down and Page up: Fn key + up arrow = page up (in MS word and some other software) cmd key + up arrow = page up (In browser etc.) Fn key / cmd key + down arrow = page down.
- A new line in a cell in Excel: cmd + alt(Option) + Enter keys
- Delete an item from finder (equivalent of windows explorer) – cmd + backspace
- Forward delete like the way delete button works on a windows machine: fn + backspace in MS word but cmd + backspace otherwise
- To type in a new line within a cell in Excel (equivalent of alt + enter in windows) : cmd + alt + enter on mac. Even ctrl+alt+enter works
- To start eclipse from the terminal (equivalent of cmd prompt in windows), ./eclipse –clean –debug or what ever options you want to pass
- Switch between apps is just as in Windows: cmd + tab (->| key)
- Switch between windows in the same app: cmd + ` (the key ` is a tough guess I suppose)
- To Show the hidden files (. Files) in the Finder on mac:
Using a simple Terminal command, you can work with all the files on your machine from the Finder. Open Terminal, type this command, and press Enter:
defaults write com.apple.Finder AppleShowAllFiles YES
To make the command take effect, you need to restart the Finder. One way to do this is to hold down the Option key, then click and hold on the Finder icon in the Dock. When the contextual menu appears, select Relaunch and the Finder will restart.
No comments:
Post a Comment