Keys from expanded key macros are now put into the front of the key queue

This commit is contained in:
Klaus Schmidinger
2006-10-14 10:41:20 +02:00
parent 7bed3fd6ba
commit 93d2941ebe
6 changed files with 25 additions and 17 deletions

View File

@@ -4960,3 +4960,7 @@ Video Disk Recorder Revision History
pointer (thanks to Petri Hintukainen).
- Fixed displaying the error log message in case an unknown plugin was requested
in a key macro (thanks to Petri Hintukainen).
- Keys from expanded key macros are now put into the front of the key queue to
avoid problems if the queue is not empty at that time (based on a patch from
Petri Hintukainen).
- cKeyMacro now has an explicit counter for the number of keys it contains.