I have just posted version 1.01 of Capture2Text
Download Capture2Text v1.01 via MediaFire (source code is included)
- Added ability to use linefeeds, carriage returns, and tabs in the PrependText and AppendText settings in settings.ini. (Thanks KanjiDevourer!)
Use these tokens:
${cr} = Carriage return
${lf} = Linefeed
${tab} = Tab
- Removed the capture box showing up in the taskbar
- Removed the PassThruKey settings in settings.ini. Now I disable those hotkeys when not in capture mode so they are no longer needed.
- Added ReplaceControlText to settings.ini. If SendToControl=1, it allows you to replace the control text instead of sending to it (doesn't always work, depends on the control)
- Added an "About" item to the tray menu
- Cleaned up code and put the ScreenCapture routines in a seperate file (ScreenCapture.ahk)
Download Capture2Text v1.01 via MediaFire (source code is included)
- Added ability to use linefeeds, carriage returns, and tabs in the PrependText and AppendText settings in settings.ini. (Thanks KanjiDevourer!)
Use these tokens:
${cr} = Carriage return
${lf} = Linefeed
${tab} = Tab
- Removed the capture box showing up in the taskbar
- Removed the PassThruKey settings in settings.ini. Now I disable those hotkeys when not in capture mode so they are no longer needed.
- Added ReplaceControlText to settings.ini. If SendToControl=1, it allows you to replace the control text instead of sending to it (doesn't always work, depends on the control)
- Added an "About" item to the tray menu

- Cleaned up code and put the ScreenCapture routines in a seperate file (ScreenCapture.ahk)
