Natara User Forums: Bonsai Desktop and AutoHotkey - Natara User Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Bonsai Desktop and AutoHotkey Rate Topic: -----

#1 User is offline   dIR 

  • Member
  • PipPipPip
  • Group: New Members
  • Posts: 54
  • Joined: 01-September 06

Posted 10 September 2007 - 05:30 PM

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
}
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users