comparison gui/mplayer/mw.c @ 33536:fc1402410163

Remove support for Acer AirKey V keyboard multimedia keys. Multimedia key support for arbitrary keyboards should be realized differently. (Blame me, if someone's actually using this keyboard.)
author ib
date Thu, 16 Jun 2011 11:45:47 +0000
parents ba473335e68b
children cceb74e98445
comparison
equal deleted inserted replaced
33535:ba473335e68b 33536:fc1402410163
521 if ( !Key ) 521 if ( !Key )
522 { 522 {
523 switch ( KeyCode ) 523 switch ( KeyCode )
524 { 524 {
525 // NOTE TO MYSELF: This is only for the Acer AirKey V keyboard. 525 // NOTE TO MYSELF: This is only for the Acer AirKey V keyboard.
526 case wsXFMMPrev: msg=evPrev; break; 526 /*case wsXFMMPrev: msg=evPrev; break;
527 case wsXFMMStop: msg=evStop; break; 527 case wsXFMMStop: msg=evStop; break;
528 case wsXFMMPlay: msg=evPlaySwitchToPause; break; 528 case wsXFMMPlay: msg=evPlaySwitchToPause; break;
529 case wsXFMMNext: msg=evNext; break; 529 case wsXFMMNext: msg=evNext; break;
530 case wsXFMMVolUp: msg=evIncVolume; break; 530 case wsXFMMVolUp: msg=evIncVolume; break;
531 case wsXFMMVolDown: msg=evDecVolume; break; 531 case wsXFMMVolDown: msg=evDecVolume; break;
532 case wsXFMMMute: msg=evMute; break; 532 case wsXFMMMute: msg=evMute; break;*/
533 } 533 }
534 } 534 }
535 else 535 else
536 { 536 {
537 switch ( Key ) 537 switch ( Key )