

This can be used to execute other startup or configuration actions that are not covered by the other attributes. Start is a boolean value which indicates whether to call the Spoon’s start() method (if it has one) after configuring everything else.įn specifies a function which will be called with the freshly-loaded Spoon object as its first argument. The valid values for this attribute are ‘nothing’, ‘error’, ‘warning’, ‘info’, ‘debug’, or ‘verbose’. Loglevel sets the log level of the logger attribute within the spoon, if it exists. Type the following in the Hammerspoon console, or add it to your a file and reload the configuration: Once a Spoon is installed, you need to use the hs.loadSpoon() function to load it. It is not possible to un-install the Pro Tools HD drivers, Nitris DX drivers or Mojo DX drivers on Mac OS X 10.9. An update to these drivers will be provided that will be signed for installation and will allow the drivers to be un-installed.
#HAMMERSPOON MAC OS 10.9.5 FOR MAC OS X#
Hammerspoon will install the Spoon under ~/.hammerspoon/Spoons/. Nitris DX and Mojo DX drivers are not signed for Mac OS X 10.9. To install the spoon, download its zip file from, unpack it, and double-click on the resulting MouseCircle.spoon file. Using a Spoon to locate your mouseĪs a first example, we will use the MouseCircle spoon, which allows us to set up a hotkey that displays a color circle around the current location of the mouse pointer for a few seconds, to help you locate it. See also the first article in this series. They are also a good way to share your own work with other users. Spoons provide a predefined API to configure and use them. In this second article about Hammerspoon, we look into Spoons, modules written in Lua which can be easily installed and loaded into Hammerspoon to provide ready-to-use functionality.
