Skip to content

v1.0.2

Compare
Choose a tag to compare
@fdivitto fdivitto released this 27 Jan 11:20
· 482 commits to master since this release
  • Keyboard: added support for ALT + keypad number to generate ASCII characters
  • Keyboard: removed numlock from keyboard layouts to fix a bug when NUMLOCK was down with SHIFTed or ALTed keys
  • Keyboard: added getNextVirtualKey() overload to get scancode and ASCII code associated to the virtual key
  • Keyboard: unified VK_PRINTSCREEN1 and VK_PRINTSCREEN2 into VK_PRINTSCREEN
  • keyboard: now SHIFT + special keys with NUM LOCK enabled or disabled are handled correctly
  • Keyboard: support for scancode set 2 to 1 translation when virtual keys are decoded
  • Keyboard: added scancodeSet() method
  • Terminal: implemented bell sound on CTRL-G
  • removed compiler warnings