Also, they key switches are linked t external interrupts on the board. Take a read on the MCF52235RM manual to learn about IRQ´s.
Try the Coldfire_Lite demo provided on the freescale website to run a complete tcp/ip demo, wich uses those keys on dynamic http example (not using IRQ´s but reading the pins value to determine their states).
This example has many files included, so, first of all, if you are using code warrior, learn how the IDE works.
Cheers