1
如何重新映射插入按鈕PageDown鍵,但沒有明確重新映射修飾鍵,以便按Ctrl插入被視爲按CtrlPgDn鍵,按Ctrl移插入被視爲CtrlShiftPgDn等AutoHotkey的重映射通配符修飾符
我想*,但它不工作:
*Insert:: Send {PgDn}
如何重新映射插入按鈕PageDown鍵,但沒有明確重新映射修飾鍵,以便按Ctrl插入被視爲按CtrlPgDn鍵,按Ctrl移插入被視爲CtrlShiftPgDn等AutoHotkey的重映射通配符修飾符
我想*,但它不工作:
*Insert:: Send {PgDn}
剛剛張貼的問題後,我意識到答案是很簡單:
*插入:: PgDn鍵