Has anybody used Bonsai Desktop together with AutoHotkey ?
I have tried to set it up, however when starting Bonsai from AutoHotkey (*), Bonsai would only open in a small window and never in a full screen window which would be more preferable.
I will be very grateful for a solution for this problem.
Any other examples for using AutoHotkey together with the Bonsai Desktop will be greatly appreciated, too.
---------------------------------------------------------------------------
(*) Script for starting Bonsai I used
; Bonsai starten
#b::
IfWinNotExist, ahk_class bonsai
{
Run c:ProgramsPalmBonsaiBonsai.exe ;launch program
return
}
IfWinExist, ahk_class bonsai ; toggle minimize/restore
{
IfWinNotActive ; restores window
WinActivate
Else
WinMinimize ; minimizes windows
return
}
Page 1 of 1
Bonsai Desktop and AutoHotkey
Share this topic:
Page 1 of 1

Help











