Skip to content

Commit

Permalink
fix(macos): Change lock shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jan 2, 2025
1 parent 835b5d4 commit 1e22b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hammerspoon/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-- :start()

-- bind shift+ctrl+option+l to lock screen
hs.hotkey.bind({ 'alt', 'ctrl', 'shift' }, 'L', function()
hs.hotkey.bind({ 'alt', 'ctrl', 'shift' }, ';', function()
hs.caffeinate.lockScreen()
end)

Expand Down

0 comments on commit 1e22b0e

Please sign in to comment.