作者LivingGym (living)
看板EzHotKey
標題[AHK-] 貼上文字及變數
時間Sat Aug 8 22:35:09 2015
目前我的script是
:*:'rs::
send, () wound healing with mild inflammation within normal limits
return
但每次貼上後都要再手動輸入一些文字到上面的()裡
例如 (48) wound healing with mild inflammation within normal limits
請問有沒有方法能做到像是輸入'rs,48 可以輸出上面那行
我只有想到MsgBox,但這樣速度和手動加上差不多
謝謝
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 60.251.57.70
※ 文章網址: https://webptt.com/m.aspx?n=bbs/EzHotKey/M.1439044511.A.5AC.html
1F:→ fossil313: 改成:?*:'rs::) wound healing 然後(48自己輸入這樣?08/09 02:43
謝謝樓上,不過因為整段hotstring裡會出現多次48,這樣還是要多次手動輸入
※ 編輯: LivingGym (223.137.3.69), 08/09/2015 16:13:17
2F:推 CHiDo: MsgBox ? 那是怎樣用? 如果是我,應該會用InputBox 08/09 22:55
3F:→ fossil313: 輸入'rs,48不是也要多打,48嗎? XD 08/11 01:03
4F:→ fossil313: 啊...懂了 08/11 01:04