SQL Window keyboard shortcuts

I extensively use keyboard shortcuts. I'm not sure if that is possible in PL/SQL Developer and haven't found the corresponding options. If below options are not implemented, would it be possible to add following options to the list of available keyboard shortcuts?
  1. Switching back and forth between query part and result set of the SQL Window.
  2. Switching between tabs of the result set if there were more than one query called.
  3. Copy as Expression List from the dropdown menu when some data is selected in the result set.
 
1 and 2 should already be in the Key Configuration options under 'SQL Window: Switch between editor/results' and 'Window: Next Tab page/Window: Previous Tab page'. I am using v16.0.8.2176 of PL/SQL Developer.

I wasn't able to find anything for item 3.
2026-03-13_14h55_13.png
 
Back
Top