We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hs.hotkey.bind({"cmd", "alt", "ctrl"}, "W", function() sid = hs.wifi.currentNetwork() hs.alert.show(sid) end)
The text was updated successfully, but these errors were encountered:
I've encountered the same problem today, and I found this solution.
It works for me. After granting location permission to Hammerspoon, hs.wifi.currentNetwork() no longer returns nil.
hs.wifi.currentNetwork()
Sorry, something went wrong.
I've encountered the same problem today, and I found this solution. It works for me. After granting location permission to Hammerspoon, hs.wifi.currentNetwork() no longer returns nil.
Great! It works. Thank you very much.
No branches or pull requests
hs.hotkey.bind({"cmd", "alt", "ctrl"}, "W", function()
sid = hs.wifi.currentNetwork()
hs.alert.show(sid)
end)
The text was updated successfully, but these errors were encountered: