作者fossil313 (陣雨)
看板EzHotKey
標題Re: [AHK-] 貼上文字及變數
時間Tue Aug 11 01:08:52 2015
※ 引述《LivingGym (living)》之銘言:
: 目前我的script是
: :*:'rs::
: send, () wound healing with mild inflammation within normal limits
: return
: 但每次貼上後都要再手動輸入一些文字到上面的()裡
: 例如 (48) wound healing with mild inflammation within normal limits
: 請問有沒有方法能做到像是輸入'rs,48 可以輸出上面那行
: 我只有想到MsgBox,但這樣速度和手動加上差不多
: 謝謝
就如前面推文所說 類似這樣的寫法
:*:'rs::
inputbox, a
send, (%a%) wound healing with mild inflammation within normal limits
return
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.36.30.227
※ 文章網址: https://webptt.com/m.aspx?n=bbs/EzHotKey/M.1439226534.A.9E1.html
1F:推 LivingGym: 謝謝 08/14 18:23
2F:→ fossil313: 應該感謝CHiDO 沒注意到原本用msgbox XD 08/16 04:40