Advanced Touch Bar Customization with Parallels Desktop

Hi Peterv9,

It works just fine in version 14.1.0.

Please check for common errors:
  1. Wrong quote marks - <Button id='button' keyCode='alt+f4′ title='Button'/> instead of <Button id='button' keyCode='alt+f4' title='Button'/>
  2. Wrong file name - notepad.exe.xml.txt instead of notepad.exe.xml
  3. Wrong folder where the file is saved - it should be C:\Users\<user name>\AppData\Local\Parallels\CustomTouchBars\
  4. Relogin or reboot is requried to see changes
Start with a small simple file like:
<TouchBar id='notepad' defaultItemIdentifiers='button'>
<Button id='button' keyCode='alt+f4' title='Button'/>
</TouchBar>

And if everything seems to be correct, share
  • a file to check,
  • what you see in Touch Bar,
  • and a problem report ID (get by Help > Send Technical Data...)
 
Back
Top