12月月头入手win10版苏菲3,双十二不减价竟然加价,可谓实惠
废话结束,进入主题:
经过摸索,解决苏菲3自带surface pen控制PPT翻页的问题
借助到的工具:AutoHotkey
所作工作:源码转可执行文件
实现功能:脱离AutoHotkey软件,独立运行此工具,即可通过按压surface pen笔帽控制PPT翻页。
参考资料:https://anderseideblog.wordpress.com/2015/08/04/turing-my-surface-pen-into-a-presenter-tool/
源码:
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.; #Warn ; Enable warnings to assist with detecting common errors.SendMode Input ; Recommended for new scripts due to its superior speed and reliability.SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.#IfWinActive ahk_class screenClass#F20:: Send, {Right}Return#F19:: Send, {Left}Return
使用AutoHotkey编译的surface pen控制PPT工具下载:
度娘盘猛戳:http://pan.baidu.com/s/1eRi3C6Q
废话结束,进入主题:
经过摸索,解决苏菲3自带surface pen控制PPT翻页的问题
借助到的工具:AutoHotkey
所作工作:源码转可执行文件
实现功能:脱离AutoHotkey软件,独立运行此工具,即可通过按压surface pen笔帽控制PPT翻页。
参考资料:https://anderseideblog.wordpress.com/2015/08/04/turing-my-surface-pen-into-a-presenter-tool/
源码:
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.; #Warn ; Enable warnings to assist with detecting common errors.SendMode Input ; Recommended for new scripts due to its superior speed and reliability.SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.#IfWinActive ahk_class screenClass#F20:: Send, {Right}Return#F19:: Send, {Left}Return
使用AutoHotkey编译的surface pen控制PPT工具下载:
度娘盘猛戳:http://pan.baidu.com/s/1eRi3C6Q