Skip to content

strain08/Pro-Tools-Fullscreen-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PTFS App

Remove borders from application window!

Screenshot 2024-11-24 200238

Functionality

  • 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.

Requirements

  • AutoHotkey v2

Default shortcuts

  • Ctrl + F12: Toggle fullscreen mode
  • Mouse Middle-Click: Toggle menu visibility when fullscreen

PTFS_App.ini Options

  • 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: use WindowWidth
  • WindowWidth (number) Pro Tools window width used when CustomWidth=1
  • Show_Project_Name (0|1): Show project name when window in focus. Default: 1
  • Keep_Main_Window (0|1): Keep main window border and menu. Default: 0
  • Thin_Border (0|1) 0: remove all borders from edit and mix windows; 1: wil use WM_BORDER as window style; Default: 0
  • Auto_Fullscreen (0|1) Keeps Pro Tools in fullscreen mode, until the keyboard shortcut is pressed; Default: 0

Notes

  • 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 set Keep_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.

Todo

  • nothing planned for now

About

Remove Pro Tools window borders

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published