Don't block key '5' on keyboard.
authorAndreas Oberritter <obi@saftware.de>
Mon, 3 Nov 2008 15:57:21 +0000 (16:57 +0100)
committerAndreas Oberritter <obi@saftware.de>
Thu, 6 Nov 2008 00:52:04 +0000 (01:52 +0100)
'5' should never be blocked because it is essential for
many functions. Also it is unclear why both 0x35 and
0x7E codes are supposed to be generated by 'mute'. Until
this is resolved, unblocking '5' is the best solution
from a user's POV.

lib/driver/rcconsole.cpp

index 05fbec1dde6aaecdb715a2b80b50cf0a2a7c474e..bcce56016a36f761d6761cb2c9ad53b35cecff6a 100644 (file)
@@ -70,7 +70,6 @@ void eRCConsoleDriver::keyPressed(int)
                                code = -1;
                        else switch(code)
                        {
-                       case 0x35:  // mute
                        case 0x7E:  // mute, einfg, entf
                        case 0x7F:  // backspace
                        code = -1;