So, Hammerspoon is a thing. I’m trying it out a bit. I didn’t at first realize how this brand of LUA works, since it seems to be different from the Renoise API LUA code. But I got this working: hs.hotkey.bindSpec({ { "shift", "cmd"}, "," },
function()
hs.application.launchOrFocus("System Settings")
end
) …