- To activate Drag Window, open Terminal and paste:
defaults write -g NSWindowShouldDragOnGesture -bool true
- To Deactivate:
defaults delete -g NSWindowShouldDragOnGesture
- Restart Computer
| Editing | |
|---|---|
| Backspace Delete | Delete (add Fn for forward, add ⌥ for whole word) |
| Page Break | ⌘+Return |
| Move an object slowly | ⌥+Arrows |
| Emojis | Control+⌘+Space |
| Desktop | |
|---|---|
| Command Center. | Control+↑ |
| Screenshot Area | Shift+⌘+4 |
| Invert Colours | Control+⌥+⌘+8 |
| Cycle Through Apps | ⌘+Tab (add Shift to reverse). |
| Drag Window1) | Control+⌘ + Mouse Grab |
| Files: | |
|---|---|
| Copy a File | Mouse+⌥ |
| Create a File Link | Mouse+⌥+⌘ |
| Send File to Trash | ⌘+Delete |
When printing large documents that will be kept in a duo-tang or binder, set alternating margins:
Format → Page Styles… → Page →Margins →Inner: 3.00 cmOuter: 1.00 cmLayout Settings → Page layout: MirroredLibreOffice has a formula editor to typeset math, but the $\LaTeX{}$ plugin is much more user friendly and powerful. The syntax is also ubiquitous and used on many other platforms. The downside is that a full install of $\LaTeX{}$ must also be installed on the computer.
Aplications/TeX/ and run TeX Live UtilityUpdate All PackagesPreamble, and Save Global:\usepackage{longdivision}
\usepackage{cancel}
\usepackage{fourier}
\usepackage{ulem}
\usepackage{xcolor}
\usepackage{xlop}
\usepackage{xfrac}
Add your name as a document author / editor:
Tools → Options → LibreOffice → User Data → First/last name/initialsLibreOffice → Preferences → User Data → First/last name/initialsTo save a version:
File → Versions…Save New Version.Version Comment describing the changes made.Track Changes (see here):
Edit → Track Changes…Comment:
Insert Commentdefaults write -g NSWindowShouldDragOnGesture -bool true
defaults delete -g NSWindowShouldDragOnGesture