add Quick folder to menu.rc

This commit is contained in:
Josh Holtrop 2015-02-06 13:48:09 -05:00
parent 094fff5eb5
commit a1680afd79

98
menu.rc
View File

@ -5,52 +5,54 @@
# Available menu commands are listed in the documentation. # Available menu commands are listed in the documentation.
[begin] (bbLean) [begin] (bbLean)
[path] (Desktop) {DESKTOPDIRECTORY|COMMON_DESKTOPDIRECTORY} [insertpath] {C:/Workspace/Quick}
[path] (StartMenu) {STARTMENU|COMMON_STARTMENU} [nop]
[nop] [path] (StartMenu) {STARTMENU|COMMON_STARTMENU}
# Paths with spaces should have quotes: [path] (Desktop) {DESKTOPDIRECTORY|COMMON_DESKTOPDIRECTORY}
[submenu] (System) [nop]
[path] (My Computer) {DRIVES} # Paths with spaces should have quotes:
[path] (Personal) {PERSONAL} [submenu] (System)
[path] (Controls) {CONTROLS} [path] (My Computer) {DRIVES}
# Uncomment this line to check out all available system folders [path] (Personal) {PERSONAL}
# [include] {shellfolders.rc} [path] (Controls) {CONTROLS}
[run] (Run) # Uncomment this line to check out all available system folders
[end] # [include] {shellfolders.rc}
[nop] [run] (Run)
[stylesmenu] (Styles) {styles} [end]
[submenu] (BlackBox) [nop]
[config] (Configuration) [stylesmenu] (Styles) {styles}
[include] {plugins\bbLeanSkin\bbLeanSkinMenu.rc} [submenu] (BlackBox)
[submenu] (About) [config] (Configuration)
[aboutstyle] (About Style) [include] {plugins\bbLeanSkin\bbLeanSkinMenu.rc}
[aboutplugins] (About Plugins) [submenu] (About)
[about] (About bbLean) [aboutstyle] (About Style)
[end] [aboutplugins] (About Plugins)
[submenu] (Edit) [about] (About bbLean)
[editstyle] (Current Style) [end]
[editmenu] (menu.rc) [submenu] (Edit)
[editblackbox] (blackbox.rc) [editstyle] (Current Style)
[editextensions] (extensions.rc) [editmenu] (menu.rc)
[editplugins] (plugins.rc) [editblackbox] (blackbox.rc)
[edit] (bbKeys.rc) {plugins\bbKeys\bbKeys.rc} [editextensions] (extensions.rc)
[end] [editplugins] (plugins.rc)
[nop] [edit] (bbKeys.rc) {plugins\bbKeys\bbKeys.rc}
# Also note that relative paths refer to the blackbox directory [end]
[exec] (Documentation) {docs\bblean.htm} [nop]
[exec] (Install/Uninstall) {bsetshell.exe} # Also note that relative paths refer to the blackbox directory
[exec] (bbStyleMaker) {bbstylemaker.exe} [exec] (Documentation) {docs\bblean.htm}
[nop] [exec] (Install/Uninstall) {bsetshell.exe}
[reconfig] (Reconfigure) [exec] (bbStyleMaker) {bbstylemaker.exe}
[restart] (Restart) [nop]
[exit] (Quit) [reconfig] (Reconfigure)
[end] [restart] (Restart)
[submenu] (Goodbye) [exit] (Quit)
[hibernate] (Hibernate) [end]
[lockworkstation] (Lock) [submenu] (Goodbye)
[logoff] (Logoff) [hibernate] (Hibernate)
[suspend] (Standby) [lockworkstation] (Lock)
[reboot] (Reboot) [logoff] (Logoff)
[shutdown] (Shutdown) [suspend] (Standby)
[end] [reboot] (Reboot)
[shutdown] (Shutdown)
[end]
[end] [end]