Keybindings cheatsheet for current application
Download: https://github.com/Hammerspoon/Spoons/raw/master/Spoons/KSheet.spoon.zip
| Signature | KSheet:bindHotkeys(mapping) |
|---|---|
| Type | Method |
| Description | Binds hotkeys for KSheet |
| Parameters |
|
| Returns | |
| Source | Source/KSheet.spoon/init.lua line 236 |
| Signature | KSheet:hide() |
|---|---|
| Type | Method |
| Description | Hide the cheatsheet view. |
| Parameters |
|
| Returns | |
| Source | Source/KSheet.spoon/init.lua line 212 |
| Signature | KSheet:init() |
|---|---|
| Type | Method |
| Description | Initialize the spoon |
| Parameters |
|
| Returns | |
| Source | Source/KSheet.spoon/init.lua line 27 |
| Signature | KSheet:show() |
|---|---|
| Type | Method |
| Description | Show current application's keybindings in a view. |
| Parameters |
|
| Returns | |
| Source | Source/KSheet.spoon/init.lua line 199 |
| Signature | KSheet:toggle() |
|---|---|
| Type | Method |
| Description | Alternatively show/hide the cheatsheet view. |
| Parameters |
|
| Returns | |
| Source | Source/KSheet.spoon/init.lua line 222 |