You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😄
The text was updated successfully, but these errors were encountered:
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:
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.
(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 😄
The text was updated successfully, but these errors were encountered: