diff --git a/extensions/eventtap/eventtap.lua b/extensions/eventtap/eventtap.lua index e332671a8..f04507b84 100644 --- a/extensions/eventtap/eventtap.lua +++ b/extensions/eventtap/eventtap.lua @@ -1,13 +1,13 @@ --- === hs.eventtap === --- ---- Tap into input events (mouse, keyboard, trackpad) for observation and possibly overriding them ---- It also provides convenience wrappers for sending mouse and keyboard events. If you need to construct finely controlled mouse/keyboard events, see hs.eventtap.event +--- Tap into input events (mouse, keyboard, trackpad) for observation and possibly overriding them. +--- It also provides convenience wrappers for sending mouse and keyboard events. If you need to construct finely controlled mouse/keyboard events, see `hs.eventtap.event`. --- --- This module is based primarily on code from the previous incarnation of Mjolnir by [Steven Degutis](https://github.com/sdegutis/). --- === hs.eventtap.event === --- ---- Create, modify and inspect events for `hs.eventtap` +--- Create, modify and inspect events for `hs.eventtap`. --- --- This module is based primarily on code from the previous incarnation of Mjolnir by [Steven Degutis](https://github.com/sdegutis/). ---