Search code examples
delphidelphi-xe

Shortcut for switching between edit windows in Delphi IDE?


Is there a shortcut to switch between two edit windows in the Delphi IDE?

Delphi XE here.


Solution

  • You can use Alt+End to go the the next window. I don not know of a way to go to the previous window. You could of course use the windows menu.

    Using Alt+W will show the menu and then you can use the shortcuts for the units to select a window.

    enter image description here