Files
osk.rs/README.md
2025-12-17 20:18:51 +01:00

988 B

Tauri + Angular

On Windows, Tauri requires the the msvc toolchain:

rustup default stable-msvc

VS Code + Tauri + rust-analyzer + Angular Language Service.

Keyboard Emulation

Keyboard emulation on most systems requires workarounds for two issues:

  • keeping the window with the keyboard on top while another (the input target) is in focus
  • not receiving focus when clicked
  • sending input

Windows

To keep the window on top: PowerToys Always on top. To send input, inspired by dpurgin/osk.