vsariola / sointu

Fork of 4klang that can target 386, amd64 and WebAssembly. Tools run on Windows, Mac & Linux
MIT License
240 stars 15 forks source link

capslock and § could also introduce note off #57

Closed esaruoho closed 3 years ago

esaruoho commented 3 years ago

pressing § (right left of 1) could be note off and so could capslock

vsariola commented 3 years ago

I checked §: it gives the same character code on Windows that was the correct character code to use for octave up and down on Mac. So it cannot be redefined without breaking the octave up / down shortcut on Mac. Also, we don't get capslock keyevents from gioui (the gui toolkit we use), so we cannot bind anything to capslock.

I'm closing as gioui does not make this possible. Unfortunately, we will have to live with "a" and "1" binded for note-offs for the moment.