Skip to content
Open
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
12 changes: 12 additions & 0 deletions recipes-thirdparty/cobalt-keymap/files/keymapping.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,46 @@
{
"keymappings": [
{
"description": "YouTube button",
"keycode": 62,
"mapped": {
"keycode": 179
}
},
{
"description": "Info overlay",
"keycode": 191,
"mapped": {
"keycode": 358
}
},
{
"description": "Channel up",
"keycode": 104,
"mapped": {
"keycode": 402
}
},
{
"description": "Channel down",
"keycode": 109,
"mapped": {
"keycode": 403
}
},
{
"description": "Back",
"keycode": 14,
"mapped": {
"keycode": 1
}
},
{
"description": "OK/Select",
Copy link

Copilot AI Dec 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description "OK/Select" uses a forward slash which is inconsistent with the other descriptions that use simple descriptive text. Consider using either "OK" or "Select" alone, or "OK button" to match the pattern used in "YouTube button".

Suggested change
"description": "OK/Select",
"description": "OK button",

Copilot uses AI. Check for mistakes.
"keycode": 353,
"mapped": {
"keycode": 28
}
}
]
}