看板 EzHotKey 關於我們 聯絡資訊
不好意思 我是個新手 參考了教學網頁 但是還是看不太懂 http://blog.xuite.net/kenjung0730/knowledge/20493767 比如現在我想設定一個簡單的PgUp、PgDn的組合鍵 Ctrl+↑=PgUp 在txt裡打上的內容是這樣 ;熱鍵 ^&{Up}::{PgUp} ^&{Down}::{PgDn} 請問哪裡誤會了呢.... -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 118.168.25.3
arj32:^UP::PgUp 03/29 16:28
arj32:^Down::PgDn 03/29 16:28
littledrop:哎呀壓...真的誤會了~ 感謝a大 03/29 20:10
littledrop:那不好意思再請問一下 & 鍵難道不是 ^+UP的組合鍵嗎? 03/29 20:17
arj32:orz 對不起原PO,我上面給出的...是錯的;正確的應當是這樣: 03/30 20:42
arj32:^UP::Send,{PgUp} 03/30 20:42
arj32:^Down::Send,{PgDn} 03/30 20:43
arj32:&通常是用在^!+#意外的組合鍵,如這樣: 03/30 20:45
arj32:z & UP::Send,{PgUp} 03/30 20:46
arj32: 以外 03/30 20:46
IOann:因為 ^ 就是 ctrl & 了,^LButton = ctrl & LButton 04/01 10:11
littledrop:感謝樓上...另外a大 你最初方法也可以喔 04/03 03:02