Changing Keyboard Layout

tried out virtual chromatone recently:

http://www.chromatic-system.com/

the keyboard layout is really comfortable for entering notes.

is it possible to change the note keys in renoise, move them to different positions?

this also looks cool

Inside a scripting dialog, yes this is possible. The keyboard event handler transmits several parameters about the keys pressed. Including note-info if a note-key got pressed.
One could build a conversion table of notes read and translate it to notes to write. It may sound a bit ackward but when using the note-value, you are ensure that all different international keyboard layouts are supported. (QWERTY / AZERTY / QWERTZ / etc.)
You could post a scripting feature request for a chromotone tool…

thanks Vv. Its good to know that this is possible.