You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,7 +56,7 @@ export default function SettingsKeyboardRoute() {
47
56
<divclassName="space-y-4">
48
57
<SettingsPageHeader
49
58
title="Keyboard"
50
-
description="Configure keyboard layout settings for your device"
59
+
description="Configure keyboard settings for your device"
51
60
/>
52
61
53
62
<divclassName="space-y-4">
@@ -69,6 +78,23 @@ export default function SettingsKeyboardRoute() {
69
78
Pasting text sends individual key strokes to the target device. The keyboard layout determines which key codes are being sent. Ensure that the keyboard layout in JetKVM matches the settings in the operating system.
70
79
</p>
71
80
</div>
81
+
82
+
<divclassName="space-y-4">
83
+
{/* this menu item could be renamed to plain "Keyboard layout" in the future, when also the virtual keyboard layout mappings are being implemented */}
84
+
<SettingsItem
85
+
title="LED state synchronization"
86
+
description="Synchronize the LED state of the keyboard with the target device"
0 commit comments