Skip to content

Commit

Permalink
Correct the mapping for Rewind in SymMappingsEvdev
Browse files Browse the repository at this point in the history
  • Loading branch information
John Rennie committed Jan 19, 2012
1 parent be7e48e commit 93f5d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/windowing/WinEventsSDL.cpp
Expand Up @@ -78,7 +78,7 @@ static uint16_t SymMappingsEvdev[][2] =
, { 172, XBMCK_MEDIA_PLAY_PAUSE } // Play_Pause
, { 173, XBMCK_MEDIA_PREV_TRACK } // Prev track
, { 174, XBMCK_MEDIA_STOP } // Stop
, { 176, 0x52 /* 'r' */} // Rewind
, { 176, 0x72 /* 'r' */} // Rewind
, { 179, XBMCK_LAUNCH_MEDIA_SELECT } // Launch media select
, { 180, XBMCK_BROWSER_HOME } // Browser home
, { 181, XBMCK_BROWSER_REFRESH } // Browser refresh
Expand Down

0 comments on commit 93f5d8a

Please sign in to comment.