Skip to content

Commit

Permalink
The keyboard.xml mod attribute doesn't distinguish between left and r…
Browse files Browse the repository at this point in the history
…ight alt
  • Loading branch information
John Rennie committed May 11, 2011
1 parent 2290e75 commit 69a6579
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xbmc/input/KeyboardStat.cpp
Expand Up @@ -216,8 +216,6 @@ const CKey CKeyboardStat::ProcessKeyDown(XBMC_keysym& keysym)
modifiers |= CKey::MODIFIER_SHIFT;
if (keysym.mod & XBMCKMOD_ALT)
modifiers |= CKey::MODIFIER_ALT;
if (keysym.mod & XBMCKMOD_RALT)
modifiers |= CKey::MODIFIER_RALT;
if (keysym.mod & XBMCKMOD_SUPER)
modifiers |= CKey::MODIFIER_SUPER;

Expand Down

0 comments on commit 69a6579

Please sign in to comment.