Flightsim.to
    Toolbar Mod - Image 1

    Beschreibung

    The Toolbar Mod for MSFS2024 toggles the toolbar on and off completely from your main sim window!. This mod not only provides more immersion and better screenshots, but it gives you back important screen real state lost to the huge invasive MSFS2024 toolbar.

    Tired of trying to click that overhead button and the toolbar gets in the way? Suffer no more!!!

    Installation is simple: unzip and drag the mod folder into your community folder. Once you load the simulator and go flying, the MSFS Toolbar is by default hidden for you. Use the default key combination: CTRL-ALT-T to bring it back. Use the same key combination and it's gone again. Simple!.

    As of this (1.0.1) version, you are able to customize the key combination by editing a file. See instructions below.

    =====================CHANGELOG========================

    1.0.1 - 24/OCT/2025

    Fixes:

    • Compatibility with other mods (such as "DroneSim Compact Bar")
    • Improved compatibility with other screen resolutions 

    Added:

    • Customizable keybindings (see instructions below)

    1.0.0 - 20/OCT/2025 - Initial Release

    =========CHANGING DEFAULT KEY COMBINATION=============

    Edit the file ToolBarOverride.js located in the mod (ie:LocalCache\Community2024\Community\evaamo-tbk-mod\html_ui\InGamePanels\tbk\)

    Find the settings in the section "Settings: Customize keybinding here"

    const SETTINGS = {
        keybinding: {
          modifiers: {
            ctrl: true,  // Require Ctrl key
            alt: true,   // Require Alt key
            shift: false // Require Shift key
          },
          keyCode: 84   // Key code for 't'. See common key codes above.
        }
      };
    • Set modifiers.ctrl, modifiers.alt, modifiers.shift to true/false to enable/disable each modifier.
    • Set keyCode to the desired key's code (e.g., 84 for 't', 75 for 'k').
    • Common key codes:
         *   A=65, B=66, C=67, ..., Z=90
         *   0=48, 1=49, ..., 9=57
         *   F1=112, F2=113, ..., F12=123
         *   Enter=13, Space=32, Esc=27, Tab=9
    • Full list: https://keycode.info

    Example: For Shift+Ctrl+K, set { ctrl: true, alt: false, shift: true, keyCode: 75 }

    =====================IMPORTANT=========================

    Tested only in MSFS 2024 and SU3 and SU4 (Beta). 

    This has been tested as much as possible. However, there's TONS of room for improvement.

    Please leave feedback in the comments if you find an issue (or hit LIKE if you enjoy using it!)

    =====================COMPATIBLE========================

    If you have many Icons in the Toolbar, you should use the The Wrapping-toolbar by luzat .

    If you like would like a reduced-sized Toolbar, DroneSim created a fantastic compact bar

    Both options are more reliable than the weird scrolling behavior by Asobo's default Toolbar.

    =====================CREDITS===========================

    Kudos to the folks at Parallel 42 for their msfs-toolbar-interop idea!!!

    Kommentare(82)

    Melden Sie sich an, um an der Diskussion teilzunehmen

    Anmelden
    K

    about 22 hours ago

    Love this mod, but I fly in VR and have been having issues with it since the last Sim Update, with the toolbar either not coming back to life when I switch to VR, or causing the various toolbar options appearing even though they are off and not selected.
    e
    evaamoAuthor

    about 15 hours ago

    Hi Kaity, sorry to hear. Unfortunately, I don't have a VR headset so I can't even try to reproduce the issue. I haven't heard from other VR users, so I can't neither tell you if it's related to a combination of issues. If I ever get a VR headset (which I might by year's end) and fix any issues, I'll let you know.
    H

    about 1 month ago

    I shouldn't be surprised as all reviewers love this add-on and they are correct, it is without any doubt AWESOME and so simple to download, install and use. My sincere thanks to you...
    H

    21 days ago

    Update; after using KeyToJoy successfully for a week or so sadly it started causing issues such as preventing my Logitech keyboard accepting keyboard input and random occasions of not responding to button bound to toggle it. Also any App started in flight disappears and when I try to activate KeyToJoy it is then I notice it’s unavailable. This is not a complaint it’s a request for a solution or explanation of what I may me doing wrong. For clarity it is the Cowan H130 helicopter that I’m flying. Any positive advice will be much appreciated mtia
    e
    evaamoAuthor

    5 days ago

    Hi there, I am sorry you are having issues. I don't have the H130 so I really don't know if it is a keybinding issue. I'll try to buy the H130 soon and will let you know if I'm able to reproduce the issue.
    b

    2 months ago

    I adjusted the code of this great mod for myself a bit so it works with a push & hold button instead of toggle button.
    In my case, I've bind this to spacebar to show up the toolbar and disappears when releasing it. Eventually you can bind it to a joystick too.
    Makes it even easier for me!
    D

    3 months ago

    Great addon. Installed and assigned a key to my Stream Deck. Works flawlessly. Thank you!
    e
    evaamoAuthor

    3 months ago

    using SD is actually a very nice idea! thanks for sharing!
    R

    4 months ago

    THANK YOU evaamo!!
    This is a mod I really needed and you delivered.
    I just featured it on my latest video.
    https://youtu.be/9tizlBgqwEU
    e
    evaamoAuthor

    3 months ago

    Hey RustyDog thanks so much for the nice words! And thanks so much for featuring the mod in your video! Will follow you on YT!
    G

    5 months ago

    Nice work. I have trouble with consequent flights, with main menu visited in between. More often or not, the toolbar fails to appear. Compact Bar / Hide this message, Nameplate custom and Shift-Z Stats are installed. SU 4 v1.0.1
    e
    evaamoAuthor

    4 months ago

    Hi, I use Compact Bar together with my mod and after subsequent flights it keep working fine. I will try the other mods you mention and try to reproduce. Have you tried changing the key assignment?
    E

    5 months ago

    Must have for night flights with OLED screens to get rid of that bright white bar on top whenever you touch the mouse. Thank you, works like a charm!
    e
    evaamoAuthor

    5 months ago

    Thanks for the nice comments! Enjoy your flights!
    K

    5 months ago

    Sadly I can't get this to work properly for me, despite two attempts.

    The mod renders the Hotbar not visible by default, but no matter what key I set as my toggle, nothing happens.

    I'm fairly used to editing .json's (ex DayZ server owner).
    K

    5 months ago

    Hmm its works, but not if I use TAB (9), I wonder why.

    Anyhow F12 works find, and the button I use on my yoke when in VR works too, so please forget my original post.
    e
    evaamoAuthor

    5 months ago

    Glad you got it working!
    b

    5 months ago

    There is no toolbaroverride.js file inside the tbk folder.
    e
    evaamoAuthor

    5 months ago

    Hi, it is in the html_ui folder
    MSFS 2020MSFS 2024

    Toolbar Mod

    The Toolbar Mod for MSFS2024 allows users to fully toggle the simulators toolbar on and off, enhancing immersion while retaining valuable screen space. This mod aims to eliminate hindrances when interacting with cockpit elements and custom views. Installation is straightforward, requiring users to place the mod folder in their community folder and utilize a simple key combination for activation. Compatibility is currently tested with MSFS 2024 and SU3, with feedback encouraged for future updates.

    Downloads3K
    Version1.0.1
    Dateigröße7.66 KB
    VeröffentlichtVor 7 Monaten
    AktualisiertVor 7 Monaten

    Nutzerbewertungen

    4.9

    15 Bewertungen

    5
    87%
    4
    13%
    3
    0%
    2
    0%
    1
    0%

    More Information

    Simulator
    MSFS2024
    KategorieUtilities
    Sub-CategoryTweaks

    Versionsgeschichte

    - Compatibility improvement with other mods (DroneSim compact bar is one) - Settings inside javascript file to change key-bindings