You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In general I tend to recommend people use Karabiner to do key remappings, because it's able to operate at a much lower level than Hammerspoon is. Having said that, this seems to be working ok for me:
On a Mac silicon (M3) (Sonoma 14.5)
Hammerspoon used to allow me to map SHIFT + § to tilde (~) -- yes I have an EU keyboard.
The following code does not seem to do anything anymore:
hs.hotkey.bind({ "shift" }, "§", function() print("TILDE") end)
Any clues?
The text was updated successfully, but these errors were encountered: