Recipes you can copy, paste, and run: productivity, accessibility, automation, and remapping — text expansion, per-app shortcut layers, dwell-click and tremor smoothing, HTTP-driven control, and turning any key into another key, a chord, or a layer. Every script is written against the real SDK — the same namespaces you call from your own scripts. Most run unchanged in free software mode; the exceptions are the OnMove recipes (tremor smoothing, mouse rate limiting, mouse acceleration), which intercept mouse movement and therefore require a Rebind device. Each one notes this. Each recipe begins with a modeline header (--[[ rebind: … --]]); its min_sdk line is required — see Modeline. Each recipe names the namespaces it uses and the hooks it implements (OnDown, OnUp, OnMove, OnScroll, OnTick, OnStart, OnStop, OnBlur) so you can see how it works before you adapt it.