Skip to content

Commit

Permalink
fixed borked build from f68634b
Browse files Browse the repository at this point in the history
  • Loading branch information
davilla committed Jul 28, 2013
1 parent f68634b commit 975adef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xbmc/android/activity/AndroidKey.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ static KeyMap keyMap[] = {
{ AKEYCODE_BUTTON_SELECT , XBMCK_LAST },
{ AKEYCODE_BUTTON_MODE , XBMCK_LAST },
{ AKEYCODE_ESCAPE , XBMCK_ESCAPE },
{ AKEYCODE_FORWARD_DEL , XBMCK_DELETE }
{ AKEYCODE_CTRL_LEFT , XBMCK_LCTRL }
{ AKEYCODE_CTRL_RIGHT , XBMCK_RCTRL }
{ AKEYCODE_FORWARD_DEL , XBMCK_DELETE },
{ AKEYCODE_CTRL_LEFT , XBMCK_LCTRL },
{ AKEYCODE_CTRL_RIGHT , XBMCK_RCTRL },
{ AKEYCODE_CAPS_LOCK , XBMCK_CAPSLOCK }
};

Expand Down

0 comments on commit 975adef

Please sign in to comment.