Advanced Touch Bar Customization with Parallels Desktop

Discussion in 'Windows Virtual Machine' started by Peterv9, Jan 8, 2019.

  1. Peterv9

    Peterv9 Bit poster

    Messages:
    3
  2. alev

    alev Parallels Team

    Messages:
    462
    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...)
     
  3. Peterv9

    Peterv9 Bit poster

    Messages:
    3
    It's working :D
    your first point whas the mistake.

    Thanks!
     
    Maria@Parallels likes this.

Share This Page