Skip to content

Instantly share code, notes, and snippets.

@xtuer
xtuer / ctrlDoublePress.lua
Created February 2, 2023 05:42 — forked from asmagill/ctrlDoublePress.lua
Capture double tap of Ctrl in Hammerspoon
local alert = require("hs.alert")
local timer = require("hs.timer")
local eventtap = require("hs.eventtap")
local events = eventtap.event.types
local module = {}
-- Save this in your Hammerspoon configuration directiorn (~/.hammerspoon/)
-- You either override timeFrame and action here or after including this file from another, e.g.