'what's shortcut key for switching current edited script to the last one?
when several scripts opened, I have to switch between the calling script and called script and Test script, what's the shortcut the switch the two script quickly?
Solution 1:[1]
From the documentation, the closest you can get is navigating to the left/right of the current editor tab, so if you want to toggle between two or three files then ensure they are neighbouring tabs.
| Action | Keyboard Shortcut |
|---|---|
| Move to the next tab in a panel. | Ctrl+Page Down |
| Move to the previous tab in a panel. | Ctrl+Page Up |
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Wolfie |
