<?xml version="1.0" encoding="utf-8" ?>
<!-- transformations that all keyboard must have regardless of layout -->
<transformations>
    <!-- Swap characters ctrl + alt + backspace -> ctrl + alt + del -->
    <transform>
        <from control="1" option="1" key="Delete" />
        <to control="1" option="1" key="ForwardDelete"/>
    </transform>
</transformations>
