Keyboard shortcut to return function arguments

Press Ctrl + Shift + A after a function to display all its arguments. Then put a leading single quote to signify text.
E.g. '=VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)

I often find this useful if I need to retrieve the arguments of a function I’m explaining. It saves having to type or find them on the web to copy.
