13

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.

tshepang
  • 3,341

8 Answers8

12

use Shift+F5 to go to the tab on the left

use Alt+Shift+F5 to go to the tab on the right

Mathias Scheer
  • 152
  • 1
  • 3
10

You can press Ctrl+Tab twice to switch between tabs in SQL Developer 4.1 on Linux.

diegowcs
  • 99
  • 1
  • 4
3

Apparently no. See if you can create a new shortcut in Tools > Preferences > Shortcut Keys.

gulbrandr
  • 616
1

Use Ctrl+tab to shift between tabs in sql developer.

N.N.
  • 1,379
0

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.

cybork
  • 145
0

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.

0

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

Paschi
  • 940
0

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

chrismarx
  • 128