fix Win+E bbKeys Workspace folder path

This commit is contained in:
Josh Holtrop 2014-04-07 09:18:43 -04:00
parent f2f0e05056
commit c2fffb216f

View File

@ -66,7 +66,7 @@ KeyToGrab(F12), WithModifier(Win), WithAction(Shutdown)
KeyToGrab(Spacebar), WithModifier(Win), WithAction(LockWorkstation)
# Extern commands:
KeyToGrab(E), WithModifier(Win), WithAction(Exec explorer.exe /e,c:\Users\JoshHoltrop)
KeyToGrab(E), WithModifier(Win), WithAction(Exec explorer.exe /e,C:\Workspace)
KeyToGrab(X), WithModifier(Win), WithAction(Exec C:\Program Files\Microsoft Office\Office12\EXCEL.EXE)
KeyToGrab(Pause), WithModifier(Win), WithAction(Exec control.exe sysdm.cpl)
KeyToGrab(Home), WithModifier(Win), WithAction(Exec docs\bblean.htm)