I am trying to use sendkeys to send the ctl-alt-w combination. I know I can use parenthesis to send combinations but it only seems to work on two keys, not three. For instance, I can send ctl-w by using sendkeys "^(w)", but I don't know how to do ctl-alt-w. If anyone can help, I appreciate it. Thanks.