Hammerspoon / Hammerspoon/Spoons
Allbrightness spoon isn't working on BigSur (Intel)
- Dominant language
- Lua
- Stars
- 567
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
I tried really hard to make the AllBrightness spoon works for my setup, but I couldn't 😞
I added the next lines into my init.lua file:
```
hs.loadSpoon("AllBrightness")
spoon.AllBrightness:start()
```
I also added the spoon into my local spoons folder.
To make sure the spoon was loaded, I modified the spoon to have custom logs about the captured events.
```
print(event['type'])
```
(at the start of the event function)
After reloading the config, the spoons was triggered for some SystemDefined events. The console showed perfectly SOUND_UP, SOUND_DOWN events (as a result of my custom logs). However, BRIGHTNESS_UP, BRIGHTNESS_DOWN were never printed, even when I changed the brightness using standard keystrokes. It is worth noting that nothing at all was printed when pressing on these keys.
Does anyone experience anything like that? Is it a change in OS BigSur? Is it just my Mac?
Thanks in advance 😄
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.