Applications using [adw.navigation_view.NavigationView] to implement a browser may want to disable it.
NavigationView.popOnEscape
bool popOnEscape() @propertyGet popOnEscape property.
Returns
Whether pressing Escape pops the current page.
void popOnEscape(bool propval) @propertySet popOnEscape property.
Parameters
propval | Whether pressing Escape pops the current page. Applications using [adw.navigation_view.NavigationView] to implement a browser may want to disable it. |