And for good measure, both key code and keystroke accept lists if you have more than one modifier:
tell application "System Events"
key code xxx using {control down, shift down, option down, command down} -- include any
keystroke "b" using {control down, shift down, option down, command down} -- include any
end tell