Property
GtkSettings:gtk-keynav-cursor-only
deprecated: 3.10 since: 2.12
Description [src]
When TRUE
, keyboard navigation should be able to reach all widgets
by using the cursor keys only. Tab, Shift etc. keys can’t be expected
to be present on the used input device.
Type:gboolean
Available since: 2.12
Deprecated since: 3.10
Generally, the behavior for touchscreen input should be performed dynamically based on gdk_event_get_source_device().
Default value | FALSE |