Unix Geek Posted April 30, 2020 Posted April 30, 2020 I found the command lines that fixed Parallels when not in "Coherence" mode. defaults write com.microsoft.rdc.macos 'HID Host Hook.Allowed Sources' "synergy" defaults write com.microsoft.rdc.macos 'HID Host Hook.Allowed Sources' "synergyc" Has anyone found is a similar set of commands to fix Microsoft Remote Desktop? Quote
Unix Geek Posted May 1, 2020 Posted May 1, 2020 (edited) What is worse than not being able to type your password? Not being able to switch volumes on a Windows server. Try typing "f:" over an RDP session on a synergy client system. !!FAIL!! Edited May 1, 2020 by Unix Geek spelling Quote
LiQing Posted July 29, 2020 Posted July 29, 2020 For Synergy 2, the command is: defaults write 'com.parallels.Parallels Desktop' 'HID Host Hook.Allowed Sources' "synergy-core" 1 Quote
clu801 Posted August 12, 2020 Posted August 12, 2020 Thanks to LiQing, I found what works for me. I am Win10(home pc) => Mac Catalina(work laptop) => Parallels Win10.. Using Synergy 1.11.1 I tried the 2 following commands and they did not work. defaults write com.microsoft.rdc.macos 'HID Host Hook.Allowed Sources' "synergy" defaults write com.microsoft.rdc.macos 'HID Host Hook.Allowed Sources' "synergyc" Then I came across LiQing's post. he is using com.parallels.Parallels Desktop and not 'com.microsoft.rdc.macos'. Since I am using 1.11 i applied it to synergyc and then synergy. however this still didnt work. I decided to 'read' the 'com.parallels.Parallels Desktop' and grep for synergy. It only saved 1 entry for this key. and the last one i used was just synergy. so I applied it to synergyc again (i verified this is the process for my synergy client) and voila, it worked. So in my case.. the following command worked : defaults write 'com.parallels.Parallels Desktop' 'HID Host Hook.Allowed Sources' "synergyc" Quote
Stillline Posted February 9, 2022 Posted February 9, 2022 The recent 1.14.2 update fixed this issue for me. Quote
Stillline Posted February 9, 2022 Posted February 9, 2022 (edited) ... Edited February 9, 2022 by Stillline Duplicate Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.