-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I have a keymap below, when pressing cmd + p it triggers the cmd + t hotkey. Is there any way around this?
knu.keymap.register(
"company.thebrowser.Browser",
knu.keymap.new(
-- Quick Open
hs.hotkey.bind({ "cmd" }, "p", function ()
hs.eventtap.keyStroke({ "cmd" }, "t", 1000)
end),
-- Forward
hs.hotkey.new({ "cmd" }, "t", function ()
hs.eventtap.keyStroke({ "cmd" }, "]", 1000)
end)
)
)
Metadata
Metadata
Assignees
Labels
No labels