q('Caps Lock (capitals lock)#if this is on, all the letters you type will be in upper case'); q('Ins (insert)#if you press this key, you can insert or overwrite characters'); q('PgUp (page up)#you use this key to move the cursor quickly up your work'); q('Enter#when you press this key, the cursor goes to the start of the next line'); q('Del (delete)#to delete the character in front of the cursor, press this key'); q('Spacebar#this is the long key at the bottom of the keyboard; press it to make a space'); q('End#you can put the cursor at the end of the line with this key'); q('BkSp (backspace)#when you press this key, it deletes the character behind the cursor'); q('Shift#if you press this key with another key, you can type upper case letters or special characters'); q('PgDn (page down)#you use this key to move the cursor quickly down your work'); q('Home#you can put the cursor at the start of the line with this key');