mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- rcsim: add the wellknown names for menu/exit
This commit is contained in:
@@ -59,6 +59,9 @@ static const struct key keyname[] = {
|
|||||||
EOF
|
EOF
|
||||||
sed -n '/^[[:space:]]*RC_0/,/^[[:space:]]*RC_analog_off/ s/^.*=[[:space:]]*\(KEY_.*\),.*/ { "\1", \1 },/p' driver/rcinput.h
|
sed -n '/^[[:space:]]*RC_0/,/^[[:space:]]*RC_analog_off/ s/^.*=[[:space:]]*\(KEY_.*\),.*/ { "\1", \1 },/p' driver/rcinput.h
|
||||||
cat << EOF
|
cat << EOF
|
||||||
|
/* to stay backward compatible */
|
||||||
|
{ "KEY_SETUP", KEY_MENU },
|
||||||
|
{ "KEY_HOME", KEY_EXIT },
|
||||||
};
|
};
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
Reference in New Issue
Block a user