Hammerspoon / Hammerspoon/Spoons
what is the mapping of ReloadConfiguration:bindHotkeys(mapping) ?
Open
- Dominant language
- Lua
- Stars
- 567
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
mapping - A table containing hotkey modifier/key details for the following items
i really can't understand how to pass param to this function
```
mapping = {"ctrl", "alt", "cmd","R"}
```
```
mapping = {{"ctrl", "alt", "cmd"},"R"}
```
these two do not work.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.