I have to run, but: key.pressed
can detect any combination of keys your keyboard is physically capable of reporting. This includes modifiers.
key.get
, however, is based on the input buffer, and really gets characters rather than keys. No modifier keys with that.