View Single Post
Old 01-20-11, 07:58 PM   #681
WillyVic
Mate
 
Join Date: Oct 2006
Posts: 59
Downloads: 130
Uploads: 0
Default

From "TheDarkWraithUserOptions.py" file:

# so if you wanted to show the chalkboard and hot key to be shift + B:
# ShowChalkBoardHotKey = [ True, MenuKeyManagerWrapper.Keys.B, True ]
#
# if you didn't want to assign a hotkey for ottos chalkboard:
# ShowChalkBoardHotKey = [ False, MenuKeyManagerWrapper.Keys.B, False ]
#
ShowChalkBoardHotKey = [ True, MenuKeyManagerWrapper.Keys.B, True ]





Looks like it is Shift + B

Hope this helps.

WV
WillyVic is offline   Reply With Quote