How to fetch all rows for a single query?

There is a global fetch limit in DBeaver which stops fetching data after a certain amount of rows (I think the default is 200). When I scroll down, the next 200 rows are fetched, and so on.
This is a great feature, but sometimes I want to fetch all rows at once (without using the export feature). How do I do that? I know of 2 methods, but I don't think they are particularly user-friendly:
1. Clear the "maximum result-set size" field in the toolbar, execute your query, then set the remembered value in the field again.
2. Go to the result table and keep pressing Ctrl+End (which always fetches 200 rows more) until all rows are fetched.
Is there a better way? If no, please consider adding one.
A button in the bottom bar named "fetch all rows" would be enough.
This is a great feature, but sometimes I want to fetch all rows at once (without using the export feature). How do I do that? I know of 2 methods, but I don't think they are particularly user-friendly:
1. Clear the "maximum result-set size" field in the toolbar, execute your query, then set the remembered value in the field again.
2. Go to the result table and keep pressing Ctrl+End (which always fetches 200 rows more) until all rows are fetched.
Is there a better way? If no, please consider adding one.
