X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=hammerspoon%2Finit.lua;h=17b54c37f61d0a9fcdc174f66869e57d2c9c9669;hb=d4d9fb0a07bdc6a0b99ff4af966d8cbd3aa1a71e;hp=2228bdcc6978c0da2873cff5fe9bd6814005af1a;hpb=be4017091a741b544d0a7761429fdd9f6635b128;p=dotfiles.git diff --git a/hammerspoon/init.lua b/hammerspoon/init.lua index 2228bdc..17b54c3 100644 --- a/hammerspoon/init.lua +++ b/hammerspoon/init.lua @@ -117,7 +117,7 @@ function move_window(direction) end end -local hyper = {"ctrl", "alt"} +local hyper = {"ctrl", "cmd"} hs.hotkey.bind(hyper, "h", move_window("left")) hs.hotkey.bind(hyper, "l", move_window("right")) hs.hotkey.bind(hyper, "k", move_window("up"))