Add missing comma

This commit is contained in:
Tomoya Tanjo 2020-08-12 18:33:32 +09:00 committed by GitHub
parent 0fdcf8b225
commit 4aefd64add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ static const KeyEntry s_controlKeys[] = {
{ kKeyMissionControl, s_missionControlVK },
{ kKeyLaunchpad, s_launchpadVK },
{ kKeyBrightnessUp, s_brightnessUp },
{ kKeyBrightnessDown, s_brightnessDown }
{ kKeyBrightnessDown, s_brightnessDown },
// JIS keyboards only
{ kKeyEisuToggle, kVK_JIS_Eisu },