From c8ef71e5f906e3898e767e485d96611d8860c21c Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Mon, 3 Nov 2008 16:57:21 +0100 Subject: [PATCH] Don't block key '5' on keyboard. '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 | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/driver/rcconsole.cpp b/lib/driver/rcconsole.cpp index 05fbec1d..bcce5601 100644 --- a/lib/driver/rcconsole.cpp +++ b/lib/driver/rcconsole.cpp @@ -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; -- 2.30.2