Key board hack

Hello everyone, I just wanted to know if it would be possible to copy every keystroke down, using the Arduino Uno. Kind of like a keylogger but actually connected to the keyboard?

The UNO does not natively support USB HID interfaces, so you will have to find a USB Host shield, or attempt to write some custom driver software yourself. I suggest just purchasing a shield, it will save you a lot of headache.