按“b”应触发“leftControl+7”的热键
<^7:: send "success" ;left ctrl 7
b::{
send "<^7" ;not working; send "^7" will work for ctrl 7
}
相反,它会识别 < as a character. You put it in {<} still a character, you put it like {<^}, it doesn't recognize. And you can't send "{lctrl down}7{lctrl up}".