Skip to content

Commit

Permalink
Fix duplicate case oversight
Browse files Browse the repository at this point in the history
Change-Id: I020b4f545281957ef9b10c8dec94eb759c561e96
  • Loading branch information
sirspudd committed Jan 13, 2017
1 parent 029d176 commit 5b346f4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/qceckeyboardmanager.cpp
Expand Up @@ -167,14 +167,6 @@ int handle_keypress(void* not_used, const CEC::cec_keypress msg)
key = Qt::Key_PageDown;
nativeKeyCode = 117;
break;
case CEC::CEC_USER_CONTROL_CODE_FAST_FORWARD:
key = Qt::Key_MediaNext;
nativeKeyCode = 176;
break;
case CEC::CEC_USER_CONTROL_CODE_REWIND:
key = Qt::Key_MediaPrevious;
nativeKeyCode = 177;
break;
case CEC::CEC_USER_CONTROL_CODE_EXIT:
key = Qt::Key_Escape;
nativeKeyCode = 9;
Expand Down

0 comments on commit 5b346f4

Please sign in to comment.