feat: function key mapping

This commit is contained in:
kodi
2026-03-11 14:21:58 +01:00
parent b93cb01879
commit 6a1a575383
6 changed files with 385 additions and 7 deletions
+12
View File
@@ -318,6 +318,18 @@ button:disabled {
#function-bar button {
min-width: 72px;
padding: 3px 8px;
display: inline-flex;
align-items: baseline;
gap: 6px;
justify-content: center;
}
.shortcut-hint {
color: var(--muted);
font-size: 10px;
line-height: 1;
letter-spacing: 0.02em;
text-transform: uppercase;
}
.popup-overlay {