Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Filter criteria keyboard shortcut

Having IntelliJ Ultimate / Datagrip when I go to the editor of table's data (Database tab -> schemas -> selected schema -> tables -> F4 upon selected table) I am able to provide "filter criteria" to the input field above data view by selecting "Filter by" option from context menu upon a cell. However after applying a filter criteria which doesn't return any rows I can't revoke them otherwise than clicking on "times" icon using mouse.

Is it possible to gain focus on that input field or clear current filter criterias by using keyboard only?

Looking at keymap in settings I couldn't get any hint on how to get there.

like image 518
Jakub Ch. Avatar asked Sep 02 '25 05:09

Jakub Ch.


1 Answers

I had try ctrl+Shift+Alt+F, but not works, I think there may have some conflict with windows shortcut.

So I set up the manual. Keymap settings

I use Shift+F , and it's can works.

like image 96
Justin Avatar answered Sep 04 '25 23:09

Justin