Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Autohotkey desktop shortcut


  • Please log in to reply
31 replies to this topic
TLM
  • Administrators
  • 3864 posts
  • Last active:
  • Joined: 21 Aug 2006
afaict the problem is that the dock does not except keys from ahk,
and there is no command that will pull the dock back after its hidden ( not sent to back or win hidden ).

I will keep trying to see what I can do if anything.

Posted Image

don't duplicate, iterate!


FiCode
  • Members
  • 1 posts
  • Last active: Jan 05 2016 08:15 AM
  • Joined: 27 Dec 2015

Not sure if OP still needs this, but I'll post my solution for anyone that might run into this issue:

 

SetKeyDelay 30, 30,
SendEvent ^+!z
 
Works @ Winstep Xtreme 15.9
 
I use this to toggle between tabs of my shelf with simple commands if the desktop is active.  Code example @ https://gist.github....41ddccdaa03ec55