I'd like to be able to switch between 'Query Result' windows, and it's a pain having to use a pointer (mouse/touchpad) each time.
8 Answers
use Shift+F5 to go to the tab on the left
use Alt+Shift+F5 to go to the tab on the right
- 152
- 1
- 3
You can press Ctrl+Tab twice to switch between tabs in SQL Developer 4.1 on Linux.
- 99
- 1
- 4
It is as @mathias-scheer wrote (use Shift+F5 to go to the tab on the left, use Alt+Shift+F5 to go to the tab on the right) (at least for 3.2.20.xx), but you can also change your shortcuts keys to your own preferences. You do this via Tools/Preferences/Shortcut Keys.
- 145
In SQL Developer 17.3:
changing tabs to the right is Ctrl+F6
changing tabs to the left is Ctrl+Shift+F6
A few more shortcuts are available under the
- Navigate
- Go to Window >
dropdown.
- 111
I have been searching also for a while. In my version now on Windows ( 19.1.0.094 ) the asked for keyboard shortcuts for the
switch between an "SQL Worksheet" and its results ("Query Result") works with
PAGE UP and PAGE DOWN and
- 940
For version 3.2 on a Mac, the Shortcut Key you're looking for is
Category:Window
Command:Previous File
By default it's set to Command+F3
- 128