Posts

Showing posts from September, 2023

SmartNote

Image
 SmartNote is a screen snip tool to take fast note with OCR ability  from Tesseract 100+ languages   I did some upgrades ·          can work on multiple monitors ·          I changed the hotkey so it can grab menus and context menus ·          I changed the environment to OnEvent Mode for smoother operation ·          Add entry to send picture to ShareX image editor   I tried it in Windows 10 with the version   tesseract-ocr-w32-setup-v5.3.0.20221214.exe   Snipe new note While Right Windows Key IsPressed, tap 2 times the Right Shift key to start NewCapture , is useful when Capture menu or context. While start NewCapture point click anywhere to escape. (Does not catch smaller than 9*9 px) While start NewCapture escape with ESC   Tesseract info Of course, you w...

Script Structure

Image
    Case 1    

Moves and/or resizes and arrange windows between multi monitors

Image
_WinSideBySide Moves and/or resizes and  arrange windows between multi monitors. _WinSideBySide ( $hWin1 [, $hWin2 = 0 [, $iView1 = 65 [, $sDevice = "Primary"]]]) Parameters $hWin1           The title/hWnd/class of the window1. $hWin2           [optional] The title/hWnd/class of the window2. $iView1          [optional] Percentage of  the current @DesktopWidth, for window1.                          Negative value start from the right side $sDevice          [optional] The name of the device to move to, e.g.  \\.\DISPLAY1  ,   \\.\DISPLAY2  ,                                    "Primary" is the primary monitor Return Value None Remarks If $hWin2 = 0 then wil...