Keyboard shortcut in editor to toggle between controller / descriptor files

CUBA Studio 2020.2 (IntelliJ Edition)
Build #CS-202.7660.150

Is it possible to add a keyboard shortcut to the editor screen of controllers and descriptors that allows you to switch to the corresponding descriptor or controller as appropriate?

Thanks in advance

Hi,
This is easy as IntelliJ IDEA provides ability to assign shortcut to any action.

Open File -> Settings -> Keymap.
Find “Plugins -> CUBA -> Switch Between Screen’s XML and Controller” entry in the tree.
Double-click and assign shortcut, e.g. Ctrl + Shift + \ is not occupied on my machine.

image

Excellent, thanks!

I was looking all over for that.

Problem solved.