Keyboard Macro Player

Keyboard Macro Player

Keyboard Macro Player 是 James Vincent Carnicelli 先生 11 November 2000 开发的一个键盘宏工具,类似国内的按键精灵,程序非常简单版本1.1
2011年,我在James源码的基础上制作了汉化版并添加了需要的功能,版本1.2.5
本程序适用于XP,由于Win7开始的UAC权限可能会不能正常工作,除非关闭UAC

  1. 改变了窗口大小,更大的窗口能放下更多内容
    在这里插入图片描述
  2. 因为改进了脚本 增加了脚本替换功能
    在这里插入图片描述 在这里插入图片描述更多

  • Support Drag Drop *.kmp file into script textbox

  • Added Function Replace and Regular Expression Replace
  • Fixbug: Sleep time no longer than 65535 Milliseconds

  • Fix bug, remove Ctrl+X as Exit hotkey.
  • Removed not often used button
  • Disable Edit when executing
  • Calculate Insert Symbol Form start up position

  • Add six more variables
    varA,varB,varC,varD,varE,varF
  • Fix incorrect display after click “Stop”
  • Fix incorrect disply when executing sleep
  • Added Chinese Simplified language
  • Improved Application Exit

About SendKeys Function
Special characters: +^%~()[]{}

Shift “+”
Ctrl “^”
Alt “%”
To use “+”,"^","%" as text you can use {+},{^},{%}
Simple repeat
{x 5} equals xxxxx
Press Multiple Key at same time
+(abc) equals ABC

26 July 2011 Updates

  • Fixed and redesign UI
  • Update Ignore Function, Ignore equal to block comment
  • Added 10 variables Dim var0=xxx cd c:{var0}
  • Added Icon
  • UPX packaged

James 先生的网站
http://planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=12755&lngWId=1

我的版本
https://download.csdn.net/download/dark_2001/12399407