From d07e35f4a012ada39ee0bc6ec42b7eb972536cdc Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 4 Apr 2022 20:27:01 +0200 Subject: [PATCH] chore(hammerspoon): add shortcut for Raindrop.io --- hammerspoon/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/hammerspoon/init.lua b/hammerspoon/init.lua index c770c06..fcd404a 100644 --- a/hammerspoon/init.lua +++ b/hammerspoon/init.lua @@ -183,6 +183,7 @@ hotkey.bind(KEY_SCAM, "M", function() application.launchOrFocus("MindNode") end) hotkey.bind(KEY_SCAM, "N", function() application.launchOrFocus("Messages") end) hotkey.bind(KEY_SCAM, "O", function() application.launchOrFocus("Obsidian") end) hotkey.bind(KEY_SCAM, "P", function() application.launchOrFocus("Podcasts") end) +hotkey.bind(KEY_SCAM, "R", function() application.launchOrFocus("Raindrop.io.app") end) hotkey.bind(KEY_SCAM, "S", function() application.launchOrFocus("Slack") end) hotkey.bind(KEY_SCAM, "T", function() application.launchOrFocus("Things3") end) hotkey.bind(KEY_SCAM, "W", function() application.launchOrFocus("iA Writer") end)