AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Rocketdock Hotkey

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Gauss



Joined: 10 Sep 2009
Posts: 203

PostPosted: Wed Nov 04, 2009 7:40 pm    Post subject: Rocketdock Hotkey Reply with quote

Googled, looked through the forum, and tried myself, no luck..
Is there away you can show or hide Rocketdock using hotkey?
Back to top
View user's profile Send private message
Carcophan



Joined: 24 Dec 2008
Posts: 1308
Location: :noitacoL

PostPosted: Wed Nov 04, 2009 8:06 pm    Post subject: Reply with quote

From the RocketDock help website:

http://rocketdock.com/Help/English/#settings-behavior


'AutoHide', that what you are looking for? This is probably hotkeyable, you would just have to make the script toggle the setting in 'behavior' for the dock app itself.

I do not have it so I cannot test this for you. sorry.
Back to top
View user's profile Send private message
Gauss



Joined: 10 Sep 2009
Posts: 203

PostPosted: Wed Nov 04, 2009 8:09 pm    Post subject: Reply with quote

This will work only on mouse hover, what I want is to show it and hide it using #
Back to top
View user's profile Send private message
Guest






PostPosted: Wed Nov 04, 2009 8:19 pm    Post subject: Reply with quote

You could have # move your mouse to the hover over position Wink
Back to top
Gauss



Joined: 10 Sep 2009
Posts: 203

PostPosted: Wed Nov 04, 2009 8:27 pm    Post subject: Reply with quote

True, I want it use a hotkey and not the mouse at all, the thing is that
Winhide, RocketDock
will only hide the skin, lol
Back to top
View user's profile Send private message
Gauss



Joined: 10 Sep 2009
Posts: 203

PostPosted: Wed Nov 04, 2009 9:17 pm    Post subject: Reply with quote

I just found the solution, which is not in the settings!
CTRL+ALT+R
Back to top
View user's profile Send private message
Gauss



Joined: 10 Sep 2009
Posts: 203

PostPosted: Wed Nov 04, 2009 11:21 pm    Post subject: Reply with quote

Guys, just one thing, since I found out that CTRL+ALT+R is RocketDock hotkey, then why can't I make a hotkey using ahk script that will trigger that one?

I tried for example:
Code:

F12::^!R

;Or:

F12::
Send, {CTRLDOWN}{ALTDOWN}R{ALTUP}{CTRLUP}
Return


No luck Sad
Back to top
View user's profile Send private message
geor



Joined: 16 Jun 2008
Posts: 66

PostPosted: Thu Nov 05, 2009 12:41 am    Post subject: Reply with quote

I just tried this on my RocketDock, & it works :

Code:

F12::Send ^!r
return


... it has to do with using a small letter " r ", not a capital " R " -
I made that mistake before, too.

I don't recall where it's talked about,
but it's mentioned in the AHK Help document.
Back to top
View user's profile Send private message
Gauss



Joined: 10 Sep 2009
Posts: 203

PostPosted: Thu Nov 05, 2009 9:18 am    Post subject: Reply with quote

It works.. Kisses Very Happy

Edit:
I just found out that you can edit RD Hotkey in their ini file
Code:
C:\Program Files\RocketDock
Settings.ini
HotKey-Toggle=Control+Alt+R
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group