46a47
> #include "base/vnc/vncinput.hh"
51c52
< class PS2Keyboard : public PS2Device
---
> class PS2Keyboard : public PS2Device, VncKeyboard
80a82,87
> /** is the shift key currently down */
> bool shiftDown;
>
> /** Is the device enabled? */
> bool enabled;
>
88a96,98
>
> public: // VncKeyboard
> void keyPress(uint32_t key, bool down) override;