
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
Anmeldenabout 15 hours ago
about 1 month ago
21 days ago
5 days ago
2 months ago
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!
4 months ago
This is a mod I really needed and you delivered.
I just featured it on my latest video.
https://youtu.be/9tizlBgqwEU
3 months ago
5 months ago
4 months ago
5 months ago
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).
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.
Nutzerbewertungen
15 Bewertungen
Versionsgeschichte
- Compatibility improvement with other mods (DroneSim compact bar is one) - Settings inside javascript file to change key-bindings


about 22 hours ago