mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +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
|
||||
sed -n '/^[[:space:]]*RC_0/,/^[[:space:]]*RC_analog_off/ s/^.*=[[:space:]]*\(KEY_.*\),.*/ { "\1", \1 },/p' driver/rcinput.h
|
||||
cat << EOF
|
||||
/* to stay backward compatible */
|
||||
{ "KEY_SETUP", KEY_MENU },
|
||||
{ "KEY_HOME", KEY_EXIT },
|
||||
};
|
||||
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user