I think you've found a bug here:
Code:

Run("Notepad.exe")
Sleep(1)
SetFocus("Untitled – Notepad")

$ReturnCode = SendKeys("{{}test{}}")



does not return {test} (as the manual says it should) but it returns {test}}

can anyone confirm be4 we report this as a bug?