Motvel 0 Newbie Poster

Usually the keyboard place the scan code for that key in the port 0x60 and then we read from there.
The question is: It's possible to access directly a memory location and to place the scan code, and then read from there?
(suppose Memory Range from a USB port start at E8003000:E80030FF. I mean if it's possible that keyboard to place the scan code directly at E8003000, and then read)
(working with keyboard without using port 0x60)