mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(hammerspoon): move application switching to Raycast
This commit is contained in:
@@ -239,25 +239,25 @@ hotkey.bind(KEY_SAM, "h", function() Yabai({"display --focus next"}) end)
|
||||
hotkey.bind(KEY_SAM, "l", function() Yabai({"display --focus prev"}) end)
|
||||
|
||||
-- Application shortcuts
|
||||
hotkey.bind(KEY_SC, "r", function() launchToggleApplication("Wezterm") end)
|
||||
hotkey.bind(KEY_SC, "w", function() launchToggleApplication("kitty") end)
|
||||
hotkey.bind(KEY_HYPER, "a", function() launchToggleApplication("Arc") end)
|
||||
hotkey.bind(KEY_HYPER, "b", function() launchToggleApplication("Brave Browser") end)
|
||||
hotkey.bind(KEY_HYPER, "c", function() launchToggleApplication("Visual Studio Code") end)
|
||||
hotkey.bind(KEY_HYPER, "d", function() launchToggleApplication("DEVONthink 3") end)
|
||||
hotkey.bind(KEY_HYPER, "e", function() launchToggleApplication("Eagle") end)
|
||||
hotkey.bind(KEY_HYPER, "f", function() launchToggleApplication("Reeder") end)
|
||||
hotkey.bind(KEY_HYPER, "g", function() launchToggleApplication("Signal") end)
|
||||
hotkey.bind(KEY_HYPER, "i", function() launchToggleApplication("Messages") end)
|
||||
hotkey.bind(KEY_HYPER, "m", function() launchToggleApplication("Mail") end)
|
||||
hotkey.bind(KEY_HYPER, "n", function() launchToggleApplication("MindNode") end)
|
||||
hotkey.bind(KEY_HYPER, "o", function() launchToggleApplication("Obsidian") end)
|
||||
hotkey.bind(KEY_HYPER, "r", function() launchToggleApplication("Raindrop.io") end)
|
||||
hotkey.bind(KEY_HYPER, "s", function() launchToggleApplication("Spotify") end)
|
||||
hotkey.bind(KEY_HYPER, "t", function() launchToggleApplication("Things") end)
|
||||
hotkey.bind(KEY_HYPER, "u", function() launchToggleApplication("Kalender") end)
|
||||
hotkey.bind(KEY_HYPER, "w", function() launchToggleApplication("iA Writer") end)
|
||||
hotkey.bind(KEY_HYPER, "x", function() launchToggleApplication("Microsoft Teams") end)
|
||||
-- hotkey.bind(KEY_SC, "r", function() launchToggleApplication("Wezterm") end)
|
||||
-- hotkey.bind(KEY_SC, "w", function() launchToggleApplication("kitty") end)
|
||||
-- hotkey.bind(KEY_HYPER, "a", function() launchToggleApplication("Arc") end)
|
||||
-- hotkey.bind(KEY_HYPER, "b", function() launchToggleApplication("Brave Browser") end)
|
||||
-- hotkey.bind(KEY_HYPER, "c", function() launchToggleApplication("Visual Studio Code") end)
|
||||
-- hotkey.bind(KEY_HYPER, "d", function() launchToggleApplication("DEVONthink 3") end)
|
||||
-- hotkey.bind(KEY_HYPER, "e", function() launchToggleApplication("Eagle") end)
|
||||
-- hotkey.bind(KEY_HYPER, "f", function() launchToggleApplication("Reeder") end)
|
||||
-- hotkey.bind(KEY_HYPER, "g", function() launchToggleApplication("Signal") end)
|
||||
-- hotkey.bind(KEY_HYPER, "i", function() launchToggleApplication("Messages") end)
|
||||
-- hotkey.bind(KEY_HYPER, "m", function() launchToggleApplication("Mail") end)
|
||||
-- hotkey.bind(KEY_HYPER, "n", function() launchToggleApplication("MindNode") end)
|
||||
-- hotkey.bind(KEY_HYPER, "o", function() launchToggleApplication("Obsidian") end)
|
||||
-- hotkey.bind(KEY_HYPER, "r", function() launchToggleApplication("Raindrop.io") end)
|
||||
-- hotkey.bind(KEY_HYPER, "s", function() launchToggleApplication("Spotify") end)
|
||||
-- hotkey.bind(KEY_HYPER, "t", function() launchToggleApplication("Things") end)
|
||||
-- hotkey.bind(KEY_HYPER, "u", function() launchToggleApplication("Kalender") end)
|
||||
-- hotkey.bind(KEY_HYPER, "w", function() launchToggleApplication("iA Writer") end)
|
||||
-- hotkey.bind(KEY_HYPER, "x", function() launchToggleApplication("Microsoft Teams") end)
|
||||
|
||||
-- Place red circle around mouse
|
||||
hotkey.bind(KEY_CAM, "space", MouseHighlight)
|
||||
|
||||
Reference in New Issue
Block a user