https://github.com/trypsynth/obj-info
Obtain accessibility information about UI elements with a single hotkey.
https://github.com/trypsynth/obj-info
Last synced: 4 months ago
JSON representation
Obtain accessibility information about UI elements with a single hotkey.
- Host: GitHub
- URL: https://github.com/trypsynth/obj-info
- Owner: trypsynth
- License: mit
- Created: 2022-11-01T05:45:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T17:45:40.000Z (over 3 years ago)
- Last Synced: 2025-10-13T09:44:20.793Z (8 months ago)
- Language: Lua
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ObjInfo.
This is an extremely simple hammerspoon that allows you to get all the accessibility information about the currently focused UI element with the press of a single hotkey.
## Instillation.
If you have Hammerspoon installed, simply open the .spoon file, and it should automatically go in the right spot.
To actually use the spoon, add the following two lines to your init.lua:
```lua
hs.loadSpoon("ObjInfo")
spoon.ObjInfo:start()
```
## Hotkeys.
* Control+Shift+F1: Show accessibility information about the currently focused UI element in a text field.