gtk_keynav_cursor_only


Description:

[ NoAccessorMethod ]
public bool gtk_keynav_cursor_only { get; set; }

When true, keyboard navigation should be able to reach all widgets by using the cursor keys only.

Note:

Generally, the behavior for touchscreen input should be performed dynamically based on gdk_event_get_source_device.

Tab, Shift etc. keys can't be expected to be present on the used input device.