Scrip record Map key not working for some commands

Hi all
I am just upgraded to 2025 version
I have created no of scripts key in 2024 for easy workflow
now I create script map key for 2025 version
Some key works perfectly like Extrude

@MAPKEY:xx
@NAME:extrude
@VERSION:29.06
@OPTION:1
@DESCRIPTION:extrude
@ORDER:1
@STARTLINES:
[vxSend,"![vxSend,"!FtAllExt"]"]# enforce
@ENDLINES
3

Some Map key like sketch doesn’t activate command(it blinks sketch command windows) and output manager displays
Create new sketch
Mapkey [sa] failed!

@MAPKEY:sa
@NAME:sketch
@VERSION:29.06
@OPTION:2
@DESCRIPTION:sketch
@ORDER:1
@STARTLINES:
[vxSend,"![vxSend,"!CdProfNew"]"]# enforce
@ENDLINES
4

Is anything wrong in this script?
all working perfectly in 2024
In 2025 some of them is not working