hs.hotkey.bind({'cmd'}, 'right', function()
hs.eventtap.keyStroke({}, 'right')
end)hs.hotkey.bind(hyper, 'delete', function()
-- Delete the current word
hs.eventtap.keyStroke({'alt'}, 'left')
hs.eventtap.keyStroke({'alt', 'shift'}, 'right')
hs.eventtap.keyStroke({}, 'delete')
end)--
You received this message because you are subscribed to the Google Groups "Hammerspoon" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hammerspoon...@googlegroups.com.
To post to this group, send email to hamme...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/hammerspoon/5809e36b-9937-4d26-8459-b7550c4aa1c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Hammerspoon" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/hammerspoon/yp4AvJr5v7Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to hammerspoon+unsubscribe@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/hammerspoon/fc403468-5066-45aa-a143-0b9dc329a334%40googlegroups.com.