mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-22 15:45:22 +03:00
Add missing comma
This commit is contained in:
parent
0fdcf8b225
commit
4aefd64add
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user