I'll post the Win fix again if any Win BB users need it. Just use Autohotkey and set AutoHotkey.exe to run as admin if Biab is set to that.


Copy and save in notepad as my script.ahk the double click to run, right click the little "H" icon in the SysTray to exit.
It is set to F12 but you can set it to any combination of keys.
Code:
#NoEnv
#SingleInstance Force

F12::
Winactivate, ahk_class TBandWindow
WinMenuSelectItem, ahk_class TBandWindow, , Window, Audio Edit, Moveable Audio Edit Window
Return