Keybow send "@" key

I have the following line:
keybow.text(‘user@domain.com’)
What is actually displayed is ‘user"domain.com

I’m assuming that this is some sort of layout issue.
Any thoughts on how to resolve?

I believe the reason its happening is the keybow uses a US layout keyboard. The following should work (though I can’t verify as I don’t have a keybow, only a keybow2040):

keybow.text(‘user\"domain.com’)