Actions
Feature #1002
closed
SS
SS
Add a setting to control spacial navigation (moving between links and fields with the keyboard)
Feature #1002:
Add a setting to control spacial navigation (moving between links and fields with the keyboard)
Start date:
04/25/2023
Due date:
% Done:
0%
Estimated time:
Description
// Allow keyboard navigation.
webEngineSettingsPointer->setAttribute(QWebEngineSettings::SpatialNavigationEnabled, true);
It allows navigating between fields with the keyboard (like using the up arrows to navigate between fields on this page). However, that might not always be the desired behavior as it can get in the way of navigating withing a field.
https://doc.qt.io/qt-6/qwebenginesettings.html#WebAttribute-enum
Actions