the-via / app

GNU General Public License v3.0
846 stars 190 forks source link

Capitalization discrepency between LCTL and RCtl #174

Open MarcelRobitaille opened 1 year ago

MarcelRobitaille commented 1 year ago

On the keyboard preview, left control is shown as "LCTL" whereas right control is shown as "RCtl". I think the capitalization of these should be consistent. I think it comes from key.ts:599. I think this line should read:

        {name: 'Right Ctrl', code: 'KC_RCTL', width: 1250, shortName: 'RCTL'},

There are probably other discrepancies for alt, shift, win, etc.