Re: [AHK-] 請問標準符號輸入的問題...ORZ

看板EzHotKey作者 (丹丹)時間15年前 (2010/04/26 19:27), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串2/2 (看更多)
; 修改了 SetKeyLabel、 SendString SetKeyLabel(key_press, key_label){ Hotkey, %key_press%, %key_label% } SendString(string){ Clipboard := string SendInput, {Ctrl Down}{v}{Ctrl up} } SetKeyLabel("!1", "Alt1") SetKeyLabel("!2", "Alt2") SetKeyLabel("!3", "Alt3") Return Alt1: SendString("┌") Return Alt2: SendString("┬") Return Alt3: SendString("┐") Return #P::Suspend -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 58.114.192.127

04/26 19:46, , 1F
大感謝<(_ _)>
04/26 19:46, 1F
文章代碼(AID): #1BrNYG38 (EzHotKey)
文章代碼(AID): #1BrNYG38 (EzHotKey)