Skip to content

Commit

Permalink
vkey for capslock should be 0x14 not 0x20
Browse files Browse the repository at this point in the history
  • Loading branch information
John Rennie committed May 11, 2011
1 parent 28a21e5 commit 2290e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/input/XBMC_keytable.cpp
Expand Up @@ -210,7 +210,7 @@ static const XBMCKEYTABLE XBMCKeyTable[] =
, { 0x49, 0x0118, 0, 0, 0x21, "pageup" }
, { 0x51, 0x0119, 0, 0, 0x22, "pagedown" }
, { 0x45, 0x012c, 0, 0, 0x90, "numlock" }
, { 0x3a, 0x012d, 0, 0, 0x20, "capslock" }
, { 0x3a, 0x012d, 0, 0, 0x14, "capslock" }
, { 0x46, 0x012e, 0, 0, 0x91, "scrolllock" }
, { 0x36, 0x012f, 0, 0, 0xA1, "rightshift" }
, { 0x2a, 0x0130, 0, 0, 0xA0, "leftshift" }
Expand Down

0 comments on commit 2290e75

Please sign in to comment.