How to program teensyduino keyboard for f1-f11 keys

I am trying to program my teensyduino to output keys like f1-f11 as well as control+c and control+b. I haven't been able to find anything to show how to program this. Thank you

I am trying to program my teensyduino to output keys like f1-f11 as well as control+c and control+b. I haven't been able to find anything to show how to program this.

What have you tried? The control keys are simply modified keys, with the appropriate modifier set.