Hi CTietgen,
I thing you did not remove the correct items. Please try remove the items below.
<define name="Undo" text="Undo" command="Undo" hotkey="CTRL+Z" />
<define name="Redo" text="Redo" command="Redo" hotkey="CTRL+Y" />
<define name="Cut" text="Cut" command="Cut" hotkey="CTRL+X" />
<define name="Copy" text="Copy" command="Copy" hotkey="CTRL+C" />
<define name="Paste" text="Paste" command="Paste" hotkey="CTRL+V" />
<define name="Delete" text="Delete" command="Delete" hotkey="DELETE" />
<define name="SelectAll" text="SelectAll" command="SelectAll" hotkey="CTRL+A" />
Regards,
Ken