commit 80fddf5d2a555477106bca814d1ccd78def91195 Author: Jed Laundry Date: Sat Jun 14 08:36:53 2025 +1200 Initial Home page diff --git a/Help.md b/Help.md new file mode 100644 index 0000000..3181e16 --- /dev/null +++ b/Help.md @@ -0,0 +1,15 @@ +# Help + + + +## Known Issues + + * **VMWare vSphere Web Console** doesn't work with Chrome/Edge due to the way vSphere processes vScanCode values and what Chrome/Edge provide. [#6](https://github.com/jlaundry/TypeClipboard/issues/6). + * I don't have a fix for this. I recommend you use Firefox or VMRC instead. + +## Resolved Issues + + * **VMWare / Omnissa Horizon desktop client** uses a low-level keyboard driver, which SendKeys can't send to. + * This may be fixed in v1.5 - I need feedback please! + * **Using different keyboard layouts** between source and destination causes the sent keys to be mapped to the destination key location, not the intended source value. [#2](https://github.com/jlaundry/TypeClipboard/issues/2) [#3](https://github.com/jlaundry/TypeClipboard/issues/3) + * Fixed in v1.5: https://github.com/jlaundry/TypeClipboard/releases/tag/v1.5.0