Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 27 additions & 4 deletions examples/configs/example_keymap.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
#!/usr/bin/env python3
#** *****************************************************************************
# *
# * If not stated otherwise in this file or this component's LICENSE file the
# * following copyright and licenses apply:
# *
# * Copyright 2023 RDK Management
# *
# * Licensed under the Apache License, Version 2.0 (the "License");
# * you may not use this file except in compliance with the License.
# * You may obtain a copy of the License at
# *
# *
# http://www.apache.org/licenses/LICENSE-2.0
# *
# * Unless required by applicable law or agreed to in writing, software
# * distributed under the License is distributed on an "AS IS" BASIS,
# * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# * See the License for the specific language governing permissions and
# * limitations under the License.
# *
#* ******************************************************************************
# Remote Commander Key Translation Maps

remoteMaps:
Expand Down Expand Up @@ -56,8 +78,7 @@ remoteMaps:
HELP: "HELP"
HOME: "HOME"
INFO: "INFO"
INPUT_DOWN: "INPUT_DOWN"
INPUT_UP: "INPUT_UP"
INTERACTIVE: "INTERACTIVE"
INTERNET: "INTERNET"
INTERNET_RADIO: "INTERNET_RADIO"
LAST: "LAST"
Expand All @@ -83,6 +104,7 @@ remoteMaps:
NUM_7: "NUM_7"
NUM_8: "NUM_8"
NUM_9: "NUM_9"
OPEN: "OPEN"
OPTIONS: "OPTIONS"
PAGE_DOWN: "PAGE_DOWN"
PAGE_UP: "PAGE_UP"
Expand Down Expand Up @@ -115,7 +137,10 @@ remoteMaps:
RS232: "RS232"
RESET: "RESET"
SEARCH: "SEARCH"
SEARCH_BACK: "SEARCH_BACK"
SEARCH_FWD: "SEARCH_FWD"
SELECT: "SELECT"
SERVICES: "SERVICES"
SETUP: "SETUP"
SKY: "SKY"
SOURCE: "SOURCE"
Expand All @@ -128,8 +153,6 @@ remoteMaps:
TEST: "TEST"
TEXT: "TEXT"
TOOLS: "TOOLS"
TUNING_LEFT: "TUNING_LEFT"
TUNING_RIGHT: "TUNING_RIGHT"
USB: "USB"
VGA: "VGA"
VIRGIN: "VIRGIN"
Expand Down
1 change: 1 addition & 0 deletions examples/configs/example_rack_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ rackConfig:
# [ type: "None" ]
# To use keySimulator RDK Middleware is required
# [ type: "keySimulator", ip: "192.168.50.99", port: 10022, username: "root", password: '', map: "keysimulator_rdk", config: "rdk_keymap.yml" ]
# [ type: "redrat", hub_ip: "192.168.0.1" hub_port: 10022, netbox_ip(optional): 192.168.0.2, netbox_name(optional): "IRNetBox IV 21089", netbox_mac(optional): "70-B3-D5-fd-10-10" output(optional, default=1): "10", map: 'SKY+', config: "example_redrat_keymap.yml"]

# [ outbound: optional ] - This section is used to configure paths for downloads and uploads from your test
# supported usage:
Expand Down
Loading