mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-15 03:55:46 -07:00
input: fix leds on kb creation (#7206)
This commit is contained in:
@@ -919,6 +919,8 @@ void CInputManager::setupKeyboard(SP<IKeyboard> keeb) {
|
|||||||
applyConfigToKeyboard(keeb);
|
applyConfigToKeyboard(keeb);
|
||||||
|
|
||||||
g_pSeatManager->setKeyboard(keeb);
|
g_pSeatManager->setKeyboard(keeb);
|
||||||
|
|
||||||
|
keeb->updateLEDs();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CInputManager::setKeyboardLayout() {
|
void CInputManager::setKeyboardLayout() {
|
||||||
|
Reference in New Issue
Block a user