Fixed spelling error

This commit is contained in:
vcaesar 2018-12-17 10:29:33 -04:00
parent 00dc0fb0ac
commit 3599bb4277

View File

@ -163,7 +163,7 @@ enum _MMKeyCode {
K_META = XK_Super_L,
K_ALT = XK_Alt_L,
K_LALT = VK_Alt_L,
K_LALT = XK_Alt_L,
K_RALT = XK_Alt_R,
K_CONTROL = XK_Control_L,
K_LCONTROL = XK_Control_L,