summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-12-15 10:58:00 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-12-15 10:58:00 +0100
commitb90e708733789290c633e620f24bd6eb08dd0c2d (patch)
tree31c8fcab50cb1b54ff51c2220aa29adee5db5a34 /HISTORY
parent0f01d921066d81d0c6a4ddaa521048566cc28c80 (diff)
downloadvdr-b90e708733789290c633e620f24bd6eb08dd0c2d.tar.gz
vdr-b90e708733789290c633e620f24bd6eb08dd0c2d.tar.bz2
Implemented raw keyboard input
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 6 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 1932905b..7e2a7102 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1887,3 +1887,9 @@ Video Disk Recorder Revision History
- No longer stopping/restarting the DMX when switching audio channels (thanks to
Sven Goethel).
- Fixed high CPU load in 'Transfer Mode' (thanks to Oliver Endriss).
+- If a PC keyboard is used as remote control, the string entry fields in the
+ menus now accept character input directly (however, this works only for keys that
+ are not otherwise defined as remote control keys). Also, plugins can switch the
+ cKbdRemote class into "raw mode", where all keyboard input will be made available
+ through the new 'kKbd' key code and none of it will be processed as normal remote
+ control functions (thanks to Jan Rieger for suggestions and testing).