Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greyby/hammerspoon
https://github.com/greyby/hammerspoon
configuration dotfiles hammerspoon macos productivity
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/greyby/hammerspoon
- Owner: greyby
- License: mit
- Created: 2017-07-06T13:05:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-08T15:53:13.000Z (over 7 years ago)
- Last Synced: 2023-04-10T01:47:37.923Z (over 1 year ago)
- Topics: configuration, dotfiles, hammerspoon, macos, productivity
- Language: Lua
- Size: 9.77 KB
- Stars: 26
- Watchers: 3
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hammerspoon Configuration
## Usage
1. Install [Hammerspoon](http://www.hammerspoon.org/)
2. `git clone https://github.com/greyby/hammerspoon.git ~/.hammerspoon`## Modifier keys
| | Key |
| --------- | -------------- |
| ⇧ | Shift |
| ⌃ | Control |
| ⌥ | Option |
| ⌘ | Command |## Features
### Window Management
#### Split Screen Actions
* ⌃⌥⌘ + ← Left half
* ⌃⌥⌘ + → Right half
* ⌃⌥⌘ + ↑ Top half
* ⌃⌥⌘ + ↓ Bottom half#### Quarter Screen Actions
* ⌃⌥⇧ + ← Left top quarter
* ⌃⌥⇧ + → Right bottom quarter
* ⌃⌥⇧ + ↑ Right top quarter
* ⌃⌥⇧ + ↓ Left bottom quarter#### Multiple Monitor
##### Move Cursor
* ⌃⌥ + ← Move cursor to next monitor
* ⌃⌥ + → Move cursor to previous monitor##### Move Windows
* ⇧⌥ + ← Move active window to previous monitor
* ⇧⌥ + → Move active window to next monitor
* ⇧⌥ + 1 Move active window to monitor 1 and maximize the window
* ⇧⌥ + 2 Move active window to monitor 2 and maximize the window#### Other
* ⌃⌥⌘ + F Full Screen
* ⌃⌥⌘ + M Maximize Window
* ⌃⌥⌘ + C Window Center* ⇧⌥ + H Switch active window
* ⇧⌥ + / Display a keyboard hint for switching focus to each window### System Tools
* ⌃⌥⌘ + L Lock Screen
### Launch Application
* ⌃⌥⌘ + I `IntelliJ IDEA CE`
* ⌃⌥⌘ + C `Google Chrome`
* ⌃⌥⌘ + K `iTerm`
* ⌃⌥⌘ + D `Finder`
* ⌃⌥⌘ + Y `Activity Monitor`
* ⌃⌥⌘ + P `System Preferences`