Use these rapid keyboard shortcuts to control the GitHub Atom text editor on macOS.
- ⌘ : Command key
- ⌃ : Control key
- ⌫ : Delete key
- ← : Left arrow key
- → : Right arrow key
- ↑ : Up arrow key
| #!/usr/bin/env python3 | |
| """ | |
| Get reading from Nova PM Sensor SDS011 | |
| (dust sensor, air quality sensor, PM10, PM2,5) | |
| Designed to run from cron and append CSV file. | |
| Script tested using Python3.4 on Ubuntu 14.04. |
Use these rapid keyboard shortcuts to control the GitHub Atom text editor on macOS.