Project

General

Profile

Actions

Feature #1002

closed

Add a setting to control spacial navigation (moving between links and fields with the keyboard)

Added by Soren Stoutner about 1 year ago. Updated 8 months ago.

Status:
Closed
Priority:
Next Release
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

http://bokand.github.io/spatnav/spat-nav-on-the-web.html

Actions

Also available in: Atom PDF