From 7a2049ed0253783a569727e03ae76e2ca363714e Mon Sep 17 00:00:00 2001 From: Jed Laundry Date: Wed, 9 Apr 2025 08:14:23 +1200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d77345..69a0f5c 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,18 @@ For IT professionals everywhere who are sick of typing long complex passwords in (Doesn't have to be a password either, also useful for URLs, Base64-encoded things, etc.) -Also, if you don't want to compile yourself, this is also available in the Windows Store: +This is also available in the Windows Store: https://www.microsoft.com/en-us/p/type-clipboard/9p5r4jk7r8h5 -Tested with a wide variety of consoles, including vSphere, Horizon (HTML5), and Citrix. There is a known issue where VMWare Horizon's client seems to be using a very low-level keyboard driver, so it doesn't work with it. Sorry. +Tested with a wide variety of consoles, including vSphere, Horizon (HTML5), and Citrix. +## Known Issues + + * **VMWare / Omnissa Horizon desktop client** uses a low-level keyboard driver, which SendKeys can't send to. + * I don't have a fix for this. I recommend you use the HTML5 client instead. + * **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) + * Will be fixed in v1.5 - beta is available: https://github.com/jlaundry/TypeClipboard/releases/tag/1.5.0beta1 + * **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. +