I thought I fixed this already. This section ranges from 42 to 47.
This commit is contained in:
@@ -75,7 +75,7 @@ void KeyboardDevice::AddElement( int usagePage, int usage, int cookie, const CFD
|
||||
// XXX kHIDUsage_KeyboardClearOrAgain
|
||||
if( usage >= kHIDUsage_KeyboardSeparator && usage <= kHIDUsage_KeyboardExSel )
|
||||
{
|
||||
m_Mapping[cookie] = OTHER( 32 + usage - kHIDUsage_KeyboardSeparator );
|
||||
m_Mapping[cookie] = OTHER( 42 + usage - kHIDUsage_KeyboardSeparator );
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user