Hi, is possible to press @ key with this component?This is my component, based on BGRAControls one. Attached.It currently supports numbers, characters from a-z, (lowercase, uppercase are not working), Dot and comma.
Quote from: lainz on December 16, 2022, 12:26:21 amHi, is possible to press @ key with this component?This is my component, based on BGRAControls one. Attached.It currently supports numbers, characters from a-z, (lowercase, uppercase are not working), Dot and comma.lcltype.pp has a comment that VK_AT is mapped to "another" key. Have you tried VK_LCL_AT or Shift + VK_2?