Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6238065
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T11:08:43+00:00 2026-05-24T11:08:43+00:00

I am accustomed to CTRL + TAB / SHIFT + CTRL + TAB switching

  • 0

I am accustomed to CTRL+TAB / SHIFT+CTRL+TAB switching to the next and previous tabs, respectively, in the order in which they appear on the tab bar. NetBeans does it MRU style, where CTRL+TAB will take you to whatever was the last file you were editing.

This often breaks my flow in that I need to keep tabbing and checking if I’m on the right file before continuing rather than just instinctively hitting CTRL+TAB+TAB+TAB because I know the file I want to go to is 3 tabs over on the tab bar.

The default CTRL+PAGEUP / CTRL+PAGEDOWN keymaps behave exactly how I want CTRL+TAB and SHIFT+CTRL+TAB to behave, but changing the mappings to CTRL+TAB don’t seem to make a difference – it ignores my keymapping and continues using MRU.

How can I change this behavior?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T11:08:44+00:00Added an answer on May 24, 2026 at 11:08 am

    Resolved the issue myself. The solution is to use AutoHotKey to map CTRL+TAB / SHIFT+CTRL+TAB to CTRL+PAGEDOWN and CTRL+PAGEUP, respectively. This will prevent NetBeans from hijacking CTRL+TAB / SHIFT+CTRL+TAB to use MRU despite them having been remapped.

    AutoHotKey script below:

    SetTitleMatchMode, 2 ; So that we can partial match window title
    
    ; Fix MRU in NetBeans
    #IfWinActive, NetBeans IDE
        ; CTRL+TAB
        ^Tab::SendInput ^{PgDn}
        return
    
        ; SHIFT+CTRL+TAB
        +^Tab::SendInput ^{PgUp}
        return
    #IfWinActive
    

    Hope this will be useful for someone!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can't understand the reasoning behind Most-Recent-Order (how Windows sorts windows when switching via
This is a feature I have grown accustomed to in Eclipse ( Ctrl +
I am accustomed to winform TreeView having a Sorted property which automatically manages nodes
I have become accustomed to using F6 to compile the current document. A third-party
So I've been using Visual Studio for years and I've grown fully accustomed to
What is the best way to interact with a database using Haskell? I'm accustomed
I know that PHP doesn't yet have native Enumerations. But I have become accustomed
I've grown accustomed to using IPython to try things out whilst learning Python, and
I have become accustomed to using TryParse for attempting to parse unknown types: Dim
We may be accustomed to code below: if(File.Exists(xxx)) { //I am here using(var streamReader

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.