From: Carl Worth Date: Tue, 1 Oct 2013 15:47:34 +0000 (-0700) Subject: Rework computer keyboard input to be mapped piano keyboard X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=fbfb0b3acfebeb22fae538588557f523ee539617;hp=fbfb0b3acfebeb22fae538588557f523ee539617;p=scherzo Rework computer keyboard input to be mapped piano keyboard Instead of using computer keyboard letter names for piano note names, (which allowed only entering natural notes), we now map the piano keyboard onto the computer keyboard. The naturals are on the home row, (middle C is on 'A' and the next higher C is on 'K'), and the sharps map onto the top row in the obvious position, (C# on 'W, D# on 'E', etc.). ---