forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Better ctrl+tab behavior
Tagged: shortcut-key, tabs
- This topic has 3 replies, 2 voices, and was last updated 7 years, 6 months ago by Sibin A S.
-
AuthorPosts
-
-
April 20, 2017 at 7:42 am #35960chiliNUTParticipant
In SQLyog, pressing ctrl+tab just jumps to the next connection to the right. This isn’t really ideal behavior; it it should take you back to your previously opened tab, rather than the next one in the list.
Examples of programs that handle this correctly: Mozilla Firefox, Netbeans, any IntelliJ IDE. Pressing ctrl+tab once switches back to the previous tab, and then pressing it several times in succession with cycle through all of your previous tabs (in reverse chronological order!). The “move to next tab” behavior of sqlYOG is not very useful IMHO, and counter intuitive.
Also, a similar feature for navigating between query editor tabs within a single connection would be excellent.
I am using v12.12 so forgive me if this has been updated in a later release.
-
April 20, 2017 at 7:45 am #35961Sibin A SModerator
Hello,
Please find the keyboard shortcuts to switch the next, previous connections and even to a specific connection tab below.
Ctrl+Tab Switch to Next Connection
Ctrl+Shift+Tab Switch to Previous Connection
Ctrl+1 to 8 Select Connection (1 to 8)
Ctrl+9 Select Last ConnectionWe checked in Firefox and Notepad++ as well and found Ctrl+Tab does the same operation that SQLyog does.
To navigate between the query tabs inside a connection you may the shortcuts
Ctrl+PgUp Switch To Previous Tab
Ctrl+PgDown Switch To Next TabRegards,
Sibin -
May 18, 2017 at 11:22 am #35965chiliNUTParticipant
I understand what the keyboard shortcuts do, they go to either “previous” or “next” connection, but it really just goes either “right” or “left” whereas I would expect it to go to the tab I previously came from, regardless of it was to the left or the right of the current tab.
In notepad++ the ctrl+tab behavior acts as I described; it goes backwards chronologically between previously used tabs, it doesn’t just move left and right. In Firefox, I forgot that I had to set a config setting to make it work, that is, from about:config, set
browser.ctrlTab.preview=true
. However, as previously stated, in Netbeans and Phpstorm it also does this by default.The Ctrl+PgUp/pgDown is good to know.
-
May 18, 2017 at 11:35 am #35984Sibin A SModerator
This option isn’t supported in SQLyog currently. As an alternate solution, you can use ‘Ctrl+PgUp’ to switch to the previous tab and ‘Ctrl+PgDown’ to switch to the next tab.
Regards,
Sibin
-
-
AuthorPosts
- You must be logged in to reply to this topic.