![]() |
|
A small addon for docking modules - Printable Version +- Discovery Gaming Community (https://discoverygc.com/forums) +-- Forum: Discovery General (https://discoverygc.com/forums/forumdisplay.php?fid=3) +--- Forum: Discovery RP 24/7 General Discussions (https://discoverygc.com/forums/forumdisplay.php?fid=23) +--- Thread: A small addon for docking modules (/showthread.php?tid=131393) |
A small addon for docking modules - Epo - 07-08-2015 Can you make allowing to dock easier? Because typing this whole /allowdock can be sometimes annoying and takes too much time. Eg. in FLU server this command was assigned to f10 and dening to f9 if I remember well. It will make docking simplier. Thanks RE: A small addon for docking modules - Alestone - 07-08-2015 AutoHotKey, which is an authorized application, will allow you to set up your own variation of this. The text in the script to do it would be (an example, you can assign it whatever you like): !^d::send,{enter}/allowdock{enter} This would cause Ctrl Alt D to press Enter, type /allowdock and press Enter again. |