0

我想用 AutoHotKey 覆盖 Surface Pen 上的“橡胶”按钮。我的目标是用 SurfacePen 点击我的 PDF 演示文稿(左右箭头)

在许多网站上都有描述:

https://www.reddit.com/r/Surface/comments/3rftuo/autohotkey_tip_f20_maps_the_single_click_f19_maps/

https://www.wpxbox.com/how-to-remap-surface-pen-button-actions/

我已经尝试使用 F1 等其他键来获得所需的反应,这很有效。只是键#F18、#F19 和#F20(用于橡胶按钮)似乎不起作用。

#F19:: Send, {Left}
#F20:: Send, {Right}

谢谢

4

1 回答 1

0

结果是这样的。我正在使用 FoxitReader 作为 PDF 阅读器

#IfWinActive, ahk_exe FoxitReader.exe
#F18:: Send, {Left}
#F20:: Send, {Right}
于 2019-09-10T15:28:39.370 回答