diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-12-15 10:58:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-12-15 10:58:00 +0100 |
commit | b90e708733789290c633e620f24bd6eb08dd0c2d (patch) | |
tree | 31c8fcab50cb1b54ff51c2220aa29adee5db5a34 /HISTORY | |
parent | 0f01d921066d81d0c6a4ddaa521048566cc28c80 (diff) | |
download | vdr-b90e708733789290c633e620f24bd6eb08dd0c2d.tar.gz vdr-b90e708733789290c633e620f24bd6eb08dd0c2d.tar.bz2 |
Implemented raw keyboard input
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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). |