hammerspoon icon indicating copy to clipboard operation
hammerspoon copied to clipboard

Staggeringly powerful macOS desktop automation with Lua

Results 375 hammerspoon issues
Sort by recently updated
recently updated
newest added

Is it possible to define a custom color for error messages on the Hammerspoon console? Something like `hs.console.consoleErrorColor()`, similar to the other `hs.console.console*Color()` methods? The default is a nice pinkish...

Fix misleading `:method` signature for `hs.logger` module. All of them are static functions.

I wanted to quickly change mouse scroll direction using hammerspoon, but couldn't find any function to do this (only this stackoverflow question: https://stackoverflow.com/questions/57297016/change-mouse-scroll-direction-with-hammerspoon). Is there any way to do it...

i tried to use IntelliJ IDEA [Luanalysis](https://github.com/Benjamin-Dobell/IntelliJ-Luanalysis) to edit the lua files. one problem is, that it marks me some of the `hs.` as unknown variables and also some more...

Replication of [this issue](https://github.com/asmagill/hs._asm.axuielement/issues/24#issue-780507907), as I believe the `hs.axuielement` function has now been integrated into `hammerspoon` main branch.

Hi team, new-ish Hammerspoon user here. I’ve been running it for a few weeks and installed/coded a few Spoons to replace a number of small utilities I used to use,...

Similar to https://github.com/Hammerspoon/hammerspoon/issues/689 and https://github.com/Hammerspoon/hammerspoon/issues/1372 I'd like to be able to use any keycode as a modifier when defining hotkey bindings. I would re-open these issues, but I am not...

I was expecting `hs.eventtap.keyRepeatDelay()` and `hs.eventtap.keyRepeatInterval()` to update instantly when you change the "Key Repeat" and "Delay Until Repeat" sliders in System Preferences, but when I update the sliders, I...

I'm using hs.window.highlight as it seems faster than the hs.window.filter approach I'd previously used (and thanks for the workaround reported in #2597). I'm seeing a few issues with the overlay...