by using the cursor keys only. Tab, Shift etc. keys can't be expected to be present on the used input device.
Settings.gtkKeynavCursorOnly
bool gtkKeynavCursorOnly() @propertyGet gtkKeynavCursorOnly property.
Returns
When true, keyboard navigation should be able to reach all widgets
Deprecated
Generally, the behavior for touchscreen input should be
performed dynamically based on [gdk.event.Event.getSourceDevice].
void gtkKeynavCursorOnly(bool propval) @propertySet gtkKeynavCursorOnly property.
Parameters
propval | 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. |
Deprecated
Generally, the behavior for touchscreen input should be
performed dynamically based on [gdk.event.Event.getSourceDevice].