Problem with Macro and w3m "https://

I have a macro the following instruction send:

w3m "https://example.com"

With Token2Shell mobile is mailed however the following instruction:

w3m " https:

Afterwards a line-makeup follows by // is probably caused.
How can I prevent this and set the instruction off correctly?

Token2Shell/Mobile interprets "//" as a start of a comment block and ignores the rest of the line. If you wish to send the actual "//", you should use "#send" command.

#send "w3m "https:\x2f\x2fexample.com""
<blank-line>

\x2f is a hex representation for "/" character. <blank-line> is for sending <Enter> key. (#send command does not automatically append <Enter> key.)

For additional information about macro script commands supported in Token2Shell/Mobile, please visit:

http://choung.net/handbooks/Token2Shell/command-macro

Best regards,
Support Team (support@choung.net)
Choung Networks | http://choung.net/

Works fine!

Big thx

BraveSurfer