This forum is for Teensy/PJRC products. Perhaps you should ask the question on an ESP32 forum.With PS2KeyAdvanced it work.
i use it with esp32 on board uterm2-s (ESP32).
it has ps2 connector on 32,33.
Thanks.
As far as I can see there is nothing about that library that is specific to PJRC or Teensy.Yes, but that's because I'm using this library, that's why I wrote on this forum.
I don't think so, Teensy has it's own library PS2Keyboard.h.The operation I suppose, as it is the same for most microcontrollers, but maybe it is optimized for the Teensy.
Probably in the same way that Shift keys are detected in the code:example, CTRL+C, CTR+W etc,
how can i do this ?
} else if (state & (SHIFT_L | SHIFT_R)) {