AutoHotkey Community

It is currently May 26th, 2012, 11:11 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: Rocketdock Hotkey
PostPosted: November 4th, 2009, 8:40 pm 
Offline

Joined: September 10th, 2009, 5:54 pm
Posts: 203
Googled, looked through the forum, and tried myself, no luck..
Is there away you can show or hide Rocketdock using hotkey?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 4th, 2009, 9:06 pm 
Offline

Joined: December 24th, 2008, 3:25 am
Posts: 1401
Location: :noitacoL
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 4th, 2009, 9:09 pm 
Offline

Joined: September 10th, 2009, 5:54 pm
Posts: 203
This will work only on mouse hover, what I want is to show it and hide it using #


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 4th, 2009, 9:19 pm 
You could have # move your mouse to the hover over position :wink:


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 4th, 2009, 9:27 pm 
Offline

Joined: September 10th, 2009, 5:54 pm
Posts: 203
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 4th, 2009, 10:17 pm 
Offline

Joined: September 10th, 2009, 5:54 pm
Posts: 203
I just found the solution, which is not in the settings!
CTRL+ALT+R


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 5th, 2009, 12:21 am 
Offline

Joined: September 10th, 2009, 5:54 pm
Posts: 203
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 :(


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 5th, 2009, 1:41 am 
Offline

Joined: June 16th, 2008, 6:19 am
Posts: 66
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 5th, 2009, 10:18 am 
Offline

Joined: September 10th, 2009, 5:54 pm
Posts: 203
It works.. Kisses :D

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


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: joetazz, JSLover, rbrtryn, Tipsy3000, WillTroll and 61 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group