We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888c567 commit 7f5e0b0Copy full SHA for 7f5e0b0
src/UI/Screens/Console/ConsoleView.cpp
@@ -354,6 +354,8 @@ namespace UI
354
ZoneScoped;
355
m_commandList.scrollToX(0, LV_ANIM_OFF);
356
m_outputCont.scrollByBounded(0, -m_outputCont.getScrollBottom(), LV_ANIM_ON);
357
+ lv_group_focus_obj(
358
+ m_input.getRootPtr()); // make USB keyboards focus the input without the user having to tap it first
359
m_kb.hide();
360
updateBtnPos();
361
}
0 commit comments