bodil / purescript-signal

Elm style FRP library for PureScript
Apache License 2.0
258 stars 44 forks source link

Version of `keyPressed` that prevents default #62

Open esad opened 6 years ago

esad commented 6 years ago

I have couple of signals for arrow keys that are causing the browser to scroll. I don't see a way to work around this using current keyPressed, so maybe we could add version of keyPressed that prevents the default event.