Remove borders from application window!
- Configurable keyboard shortcut to toggle ugly borders
- Toggle menu visibility.
- Optionaly keep main window borders visible and remove just the mix/edit window's blue vista border
- Automatically toggle fullscreen when session is opened.
- Display session name over menu or in main window caption
- Settings stored in PTFS_App.ini, also configurable trough systray menu.
- AutoHotkey v2
Ctrl + F12
: Toggle fullscreen modeMouse Middle-Click
: Toggle menu visibility when fullscreen
PT_Monitor (number)
Monitor to make Pro Tools full screen on. Default: MonitorGetPrimary()Custom_Width (0|1)
Custom PT window width in pixels. Default: 0 (Use primary monitor width) ; 1: useWindowWidth
WindowWidth (number)
Pro Tools window width used whenCustomWidth=1
Show_Project_Name (0|1)
: Show project name when window in focus. Default: 1Keep_Main_Window (0|1)
: Keep main window border and menu. Default: 0Thin_Border (0|1)
0: remove all borders from edit and mix windows; 1: wil use WM_BORDER as window style; Default: 0Auto_Fullscreen (0|1)
Keeps Pro Tools in fullscreen mode, until the keyboard shortcut is pressed; Default: 0
- When
ThinBorder=0
and menu is visible, moving regions in timeline is glitchy on certain resolutions. Either hide the menu with middle-mouse click, or setKeep_Main_Window=1 ThinBorder=1
- Use
Keep_Main_Window=1
to be able to drag and resize the main window. - Custom window width with monitors of different resolutions might not work.
- nothing planned for now