--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Why does it not work as intended?
I think because you are attaching this to the Html.text thing. So you would only get an event when that html element registers a keyup, which is not the same as the overall window/document registering a keyup.
--