I want to overwrite my "rubber" button on the Surface Pen with AutoHotKey. My aim is to click my PDF presentation (Left and Right Arrow) with the SurfacePen
Described on many Websites:
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/
I have already tried to use other keys like F1 to get the desired reaction and this is working. Just the keys #F18, #F19 and #F20 (for the rubber button) don't seem to work.
#F19:: Send, {Left}
#F20:: Send, {Right}
Thanks