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

This is a feature I have grown accustomed to in Eclipse ( Ctrl +
I've gotten accustomed to many of the Java IDEs ( Eclipse , NetBeans ,
I can't understand the reasoning behind Most-Recent-Order (how Windows sorts windows when switching via
I am accustomed to winform TreeView having a Sorted property which automatically manages nodes
I am new to Objective C. In previous practice I accustomed to use ORM-like
Suppose I have two methods bool Foo() and bool Bar() . Which of the
Being accustomed to using services and the concise calls they provide to interfact with
I have become accustomed to using F6 to compile the current document. A third-party
I have become accustomed to using TryParse for attempting to parse unknown types: Dim
I am accustomed to java.io.* and java.util.* but not to the tree: com.starbase.util Class

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.