From 590921d39793b22164ad2d90d7f66f5156aab804 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 22 May 2026 10:19:22 +0200 Subject: [PATCH] Add new email hotkey --- config/hypr/bindings.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hypr/bindings.lua b/config/hypr/bindings.lua index 6575c9cc..f455357e 100644 --- a/config/hypr/bindings.lua +++ b/config/hypr/bindings.lua @@ -20,6 +20,7 @@ o.bind("SUPER + SHIFT + A", "ChatGPT", { webapp = "https://chatgpt.com" }) o.bind("SUPER + SHIFT + ALT + A", "Grok", { webapp = "https://grok.com" }) o.bind("SUPER + SHIFT + C", "Calendar", { webapp = "https://app.hey.com/calendar/weeks/" }) o.bind("SUPER + SHIFT + E", "Email", { webapp = "https://app.hey.com" }) +o.bind("SUPER + SHIFT + ALT + E", "New email", { webapp = "https://app.hey.com/messages/new?display=standalone&new_window=true" }) o.bind("SUPER + SHIFT + Y", "YouTube", { webapp = "https://youtube.com/" }) o.bind("SUPER + SHIFT + ALT + G", "WhatsApp", { webapp = "https://web.whatsapp.com/", focus = true }) o.bind(