| 1 |
// $Id$
|
| 2 |
|
| 3 |
Administration Menu Dropdown
|
| 4 |
------------------------
|
| 5 |
By: Shawn Conn (http://www.shawnconn.com/contact)
|
| 6 |
|
| 7 |
This module modifies the awesome Drupal Administration Menu module
|
| 8 |
(http://drupal.org/project/admin_menu). Combined with a little Javascript and
|
| 9 |
CSS, the menu can be shown or hidden by pressing a key combo
|
| 10 |
(Ctrl+Altby default). Pressing another combo (Ctrl+Shift+Alt by default) will
|
| 11 |
disable this functionality if it is needed. If you find a certain key combo
|
| 12 |
conflicts with your browser or OS, you can change the combo in Administration
|
| 13 |
menu dropdown settings.
|
| 14 |
|
| 15 |
To install, place the Administration Menu Dropdown folder into your modules
|
| 16 |
directory. Make sure that Administration Menu is enabled.
|
| 17 |
Go to administer -> site building -> modules to enable the module. After the
|
| 18 |
module has been enabled the Administration Menu should be hidden by default.
|
| 19 |
The default state as well as the combo keys can be changed by going to
|
| 20 |
admin/settings/admin_menu_dropdown.
|
| 21 |
|
| 22 |
Thanks to Deciphered for the key combo switching patch
|