villaers.blogg.se

Hammerspoon alternatives
Hammerspoon alternatives















  • AppleScript access is disallowed by default.
  • A boolean, true if Hammerspoon's AppleScript commands are (or has just been) allowed, otherwise false.
  • state - an optional boolean which will set whether or not external Hammerspoon's AppleScript commands are allowed.
  • Set or display whether or not external Hammerspoon AppleScript commands are allowed. Evettaps which try to capture keyUp and keyDown events, for example, will fail until Accessibility is enabled and the Hammerspoon application is relaunched.
  • Since this check is done automatically when Hammerspoon loads, it is probably of limited use except for skipping things that are known to fail when Accessibility is not enabled.
  • True or False indicating whether or not Accessibility is enabled for Hammerspoon.
  • shouldPrompt - an optional boolean value indicating if the dialog box asking if the System Preferences application should be opened should be presented when Accessibility is not currently enabled for Hammerspoon.
  • hammerspoon alternatives

    Hs.accessibilityState(shouldPrompt) -> isEnabledĬhecks the Accessibility Permissions for Hammerspoon, and optionally allows you to prompt for permissions.

  • The function should accept a single parameter, which will be a string containing the text that was dragged to the dock iconĮxtensions/_coresetup/_a line 74.
  • serialising state, destroying system resources that will not be released by normal Lua garbage collection processes, etc)Įxtensions/_coresetup/_a line 57Īn optional function that will be called when text is dragged to the Hammerspoon Dock Icon or sent via the Services menu
  • You do not need to fastidiously destroy objects you have created, this callback exists purely for utility reasons (e.g.
  • hammerspoon alternatives

    This function should not perform any asynchronous tasks.xht).Įxtensions/_coresetup/_a line 82Īn optional function that will be called when the Lua environment is being destroyed (either because Hammerspoon is exiting or reloading its config) text), Web site locations (.url), XHTML documents (.xhtml. For example, hs.urlevent will be triggered when the following filetypes are dropped onto the Dock Icon: HTML Documents (.html. This callback will be triggered when ANY file type is dragged onto the Hammerspoon Dock Icon, however certain filetypes are also processed seperately by Hammerspoon.If multiple files are sent, this callback will be called once for each file.

    #Hammerspoon alternatives full#

    The function should accept a single parameter, which will be a string containing the full path to the file that was dragged to the dock icon.If set, this callback will be called regardless of whether or not Hammerspoon shows its console window in response to a click (which can be enabled/disabled via hs.openConsoleOnDockClick()Įxtensions/_coresetup/_a line 49Īn optional function that will be called when a files are dragged to the Hammerspoon Dock Icon or sent via the Services menu.You can assign a new function to the variable to replace it with your own variant.Įxtensions/_coresetup/_a line 584Īn optional function that will be called when the Hammerspoon Dock Icon is clicked while the app is running extension) namespace, and object metatables. Hammerspoon provides a default implementation of this function, which can complete against the global Lua namespace, the 'hs' (i.e.Gathers tab completion options for the Console window Hs.completionsForInputString(completionWord) -> table of strings To check what the accessibility state has been changed to, you should call hs.accessibilityState from within your function.Įxtensions/_coresetup/_a line 66

    hammerspoon alternatives

    The function will not receive any arguments when called.Variables accessibilityStateCallback SignatureĪn optional function that will be called when the Accessibility State is changed. It can also be loaded and processed by the `hs.doc` extensionĮxtensions/_coresetup/_a line 144Ī table containing read-only information about the Hammerspoon application instance currently running. This contains the full Hammerspoon API documentation and can be accessed in the Console using `help("someAPI")`. Typically `~/.hammerspoon/`Įxtensions/_coresetup/_a line 44Ī string containing the full path to the `docs.json` file inside Hammerspoon's app bundle. Functions - API calls offered directly by the extensionĪPI Documentation Constants configdir SignatureĪ string containing Hammerspoon's configuration directory.Constants - Useful values which cannot be changed.Core Hammerspoon functionality Submodules















    Hammerspoon alternatives