chore(hammerspoon): comment out unused bindings

This commit is contained in:
Stefan Imhoff
2022-04-14 14:34:52 +02:00
parent 0b26f728bd
commit 69e578a7ef

View File

@@ -107,10 +107,10 @@ local LAYOUT_SINGLE = {
------------------
-- Movement hotkeys
hotkey.bind(KEY_AM, "down", function() nudge(0, 100) end)
hotkey.bind(KEY_AM, "up", function() nudge(0, -100) end)
hotkey.bind(KEY_AM, "right", function() nudge(100, 0) end)
hotkey.bind(KEY_AM, "left", function() nudge(-100, 0) end)
-- hotkey.bind(KEY_AM, "down", function() nudge(0, 100) end)
-- hotkey.bind(KEY_AM, "up", function() nudge(0, -100) end)
-- hotkey.bind(KEY_AM, "right", function() nudge(100, 0) end)
-- hotkey.bind(KEY_AM, "left", function() nudge(-100, 0) end)
-- Resize hotkeys
hotkey.bind(KEY_SAM, "up", function() yank(0, -100) end)