ionelmc / python-darkslide

Generate HTML5 slideshows from markdown, ReST, or textile
http://ionelmc.github.io/python-darkslide/
Apache License 2.0
98 stars 22 forks source link

Add support for ArrowUp and ArrowDown (as sent by a remote control) #12

Closed HeikoSchlittermann closed 5 years ago

HeikoSchlittermann commented 5 years ago

I use a simple remote control (Laser Pointer). This control sends TAB, ArrowUp and ArrowDown Keyboard events. I'd like to see darkslide (the browser) respond to these events.

If possible, I'll create a pull request

ionelmc commented 5 years ago

Thanks, there will be a new release soon.

ionelmc commented 5 years ago

Released 5.0.0.

HeikoSchlittermann commented 5 years ago

Ionel Cristian Mărieș notifications@github.com (So 29 Sep 2019 16:17:41 CEST):

Closed #12.

Cool. Thank you.

Heiko