mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
|
# CAM responses for VDR
|
||
|
#
|
||
|
# Format:
|
||
|
#
|
||
|
# nr text action
|
||
|
#
|
||
|
# nr: the number of the CAM this action applies to (0 = all CAMs)
|
||
|
# text: the text in the CAM menu to react on (must be quoted with '"' if it contains
|
||
|
# blanks, escape '"' with '\')
|
||
|
# action: the action to take if the given text is encountered
|
||
|
#
|
||
|
# Possible actions are:
|
||
|
#
|
||
|
# - DISCARD: simply discard the menu (equivalent to pressing 'Back' on the RC)
|
||
|
# - CONFIRM: confirm the menu (equivalent to pressing 'OK' without selecting a
|
||
|
# particular item)
|
||
|
# - SELECT: select the menu item containing the text (equivalent to positioning
|
||
|
# the cursor on the item and pressing 'OK')
|
||
|
# - <number>: the given number is sent to the CAM as if it were typed in by the user
|
||
|
# (provided this is an input field).
|
||
|
#
|
||
|
# Note that the text given in a rule must match exactly, including any leading or
|
||
|
# trailing blanks. If in doubt, you can get the exact text from the log file.
|
||
|
# Action keywords are case insensitive.
|
||
|
#
|
||
|
# Examples:
|
||
|
|
||
|
# * "Hello! This is your annoying \"nag\" message!" DISCARD
|
||
|
# 3 "Please enter your PIN" 1234
|