rsabbarton / PixelFlux

Pixel Art Sprite Creator
0 stars 0 forks source link

No middle click on MacOS 😱 #18

Closed rsabbarton closed 2 years ago

rsabbarton commented 2 years ago

What are apple playing at. Still no middle click options for the track pad.

Will need to implement a shift or alt click option in the drawing tools to make this work as a shortcut.

rsabbarton commented 2 years ago

Shift Click will now Erase when using the pencil.

Also added a keyboard object (class: KeyboardHandler) to allow further keyboard shortcuts and integration.

rsabbarton commented 2 years ago

https://github.com/rsabbarton/PixelFlux/blob/06ef7b0dab81bff4ae39f884c5cac30ba0358d53/public/js/common/keyboardinputhandler.js#L1-L20