GlenDC / trixel

An easy to use webtool, to make trixel art.
http://www.glendc.com/trixel/
MIT License
18 stars 0 forks source link

Have Full Keyboard Control #53

Closed GlenDC closed 9 years ago

GlenDC commented 9 years ago

Right now we have to use quite shitty shortcuts because of the fact that the browser has many shortcuts that get triggered.

Ideally we would like to override shortcuts related to the control and alt key and perhaps other keys. This can probably be done by using the PreventDefault method, while mirroring the behaviour of the core Keyboard Elm-Module.