Fix spelling of Ctrl

This commit is contained in:
Jonathan Coates 2020-02-08 20:26:16 +00:00
parent b4e0e9984f
commit 95fee95006
No known key found for this signature in database
GPG Key ID: D6D4CB5BFBBB5CB8
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ tKeys[341] = 'leftCtrl'
tKeys[342] = 'leftAlt'
-- tKeys[343] = 'leftSuper'
tKeys[344] = 'rightShift'
tKeys[345] = 'rightControl'
tKeys[345] = 'rightCtrl'
tKeys[346] = 'rightAlt'
-- tKeys[347] = 'rightSuper'
-- tKeys[348] = 'menu'