Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode Support #98

Open
bmarroquin opened this issue Sep 30, 2024 · 0 comments
Open

Unicode Support #98

bmarroquin opened this issue Sep 30, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@bmarroquin
Copy link
Contributor

  • Set the character directly
  • Attempt to send Unicode Alt Codes using Composition Events, but ...
    • Not every program supports the Unicode alt codes.
      • ALT + 128542 using the Numpad displays 😞in Notepad on Windows 11 but ▲ in Edge (128542 % 256 = 30)
      • I think this has to do more with the control type than the program, but more research would be required.
    • Sending Alt events are inconsistent, see Using Keyboard.pressing(VirtualKeyShort.ALT) not working FlaUI#320
  • [Super Hack] Mess with the clipboard the get it to work. Use composition events to set the non-typeable chars to the clipboard and then send keys CTRL + V
    • This would change the clipboard for users and potentially spook them.
    • Not sure if it would even work.
@aristotelos aristotelos added enhancement New feature or request good first issue Good for newcomers labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants