Thursday, August 22, 2024

Rocket Dock Openning and Closing

 I use Rocket Dock on every PC. On small laptops keeping it visible is not an option and auto hide and revealing with mouse pointer is a pain.

Hot Keys for show/hide are Ctl + Alt +R. Turn off autohide. 

The hot keys can be changed in the .ini file.

Autohotkey V2 Stuff

 #Requires AutoHotkey v2.0 (required) #SingleInstance Force ::h::hello (hello with following space) :o:h::hello (hellow no following space) ...