Configuré cuchara martillo y utilizar hs.window.switcher
como ya se ha mencionado en los documentos . Es decir
switcher_space = hs.window.switcher.new(hs.window.filter.new():setCurrentSpace(true):setDefaultFilter{})
hs.hotkey.bind('alt','tab',function()switcher_space:next()end)
hs.hotkey.bind('alt-shift','tab',function()switcher_space:previous()end)
Esto funciona bien con alt Sin embargo, cuando intento utilizar cmd en su lugar, se utiliza el conmutador de aplicaciones nativo.
Cómo reutilizar cmd + tab o desactivar el conmutador de aplicaciones estándar?