Tool "Textify" - Summary (english)

English support forum

Moderators: white, Hacker, petermad, Stefan2

NotNull
Senior Member
Senior Member
Posts: 266
Joined: 2019-11-25, 20:43 UTC
Location: NL

Re: Tool "Textify" - Summary (english)

Post by *NotNull »

tuska wrote: 2021-11-30, 19:18 UTC This topic might also be of interest:
Looks familiar ;) (or do you mean the MS Edge part?)
User avatar
tuska
Power Member
Power Member
Posts: 3741
Joined: 2007-05-21, 12:17 UTC

Re: Tool "Textify" - Summary (english)

Post by *tuska »

NotNull wrote: 2021-12-01, 23:16 UTC
tuska wrote: 2021-11-30, 19:18 UTC This topic might also be of interest:
Looks familiar ;) (or do you mean the MS Edge part?)
No, you saw that right. :)
This tip was from you and so good that it easily made it into my collection/summary.

I collect good tips/information and also make them available to other users
- usually with a reference to the source - (see the first two lines under point 12. in the linked topic).

As already mentioned elsewhere, I don't just want to benefit from forum posts.
User avatar
tuska
Power Member
Power Member
Posts: 3741
Joined: 2007-05-21, 12:17 UTC

Re: Tool "Textify" - Summary (english)

Post by *tuska »

Textify v1.8.10 (December 11, 2021)
Download
Copy button
https://ramensoftware.com/a-new-website-name-ramen-software#comment-13283
https://ramensoftware.com/winapiexec

Textify.ini

Code: Select all

[web_button_10]
name=Copy
command=""C:\Tools\Totalcmd\Tools\winapiexec\winapiexec.exe" lstrcpyW ( GlobalLock ( GlobalAlloc 0x0042 8192 ) ) "$u:%cs" , GlobalUnlock $$:5 , u@OpenClipboard 0 , u@SetClipboardData 13 $$:5 , u@CloseClipboard"
icon=icons\Copy.ico
User avatar
tuska
Power Member
Power Member
Posts: 3741
Joined: 2007-05-21, 12:17 UTC

Re: Tool "Textify" - Summary (english)

Post by *tuska »

Textify v1.9 (May 20, 2022)
Download

Michael (Ramen Software) says: May 20, 2022 at 9:09 pm
To use the new options, add the following to the configuration file and set the values per your preference:

Code: Select all

[web_buttons]
icon_size=16
buttons_per_row=8
Hint:
Even without the entry: buttons_per_row=8 (=default) in Textify v1.9
the button line is wrapped each after the 8th button.

Example:
I currently have 11 web buttons and would like them to be displayed in one line.
To do this, it is necessary to make this entry [option: BEFORE the section [web_button_1]] in the file "Textify.ini":

Code: Select all

[web_buttons]
buttons_per_row=11
Textify.ini up to and including v1.9

Code: Select all

; After editing this configuration file,
; Textify must be restarted to apply the changes.

; Mouse and keyboard key numbers can be found here:
; https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes

[mouse]
key=2
ctrl=1
alt=0
shift=0

[keyboard]
key=84
ctrl=1
alt=1
shift=1

[config]
check_for_updates=1
auto_copy_selection=1
hide_tray_icon=0

; The following option causes empty Unicode symbol to be removed
; and various space symbols to be replaced with a regular space.
unicode_spaces_to_ascii=0

; Web buttons can be used with the keyboard shortcuts: Alt+1, Alt+2, etc.
; More web buttons can be added, and existing buttons can be removed.
; If desired, all of the web buttons can be removed.
;
; A command can be a URL or a program. It can contain the following:
; %s - will be replaced by the selected text, URL encoded.
; %cs - will be replaced by the selected text, with quote characters stripped.
; %rs - will be replaced by the selected text as is (use carefully).
;
; A command can start with popup-web!, followed by a URL.
; In this case, the page will be opened in a browser popup (browser auto-detected).
; You can be more specific by starting a command with one of the following:
; popup-chrome!, popup-edge!, popup-firefox!, popup-ie-control!.

[web_buttons]
icon_size=16
buttons_per_row=11

[web_button_1]
name=Everything
icon=icons\Everything.ico
command=es:%s
width=800
height=800

[web_button_2]
name=Google
icon=icons\google.ico
command=https://www.google.com/search?q=%s
;command=popup-web!https://www.google.com/search?q=%s
width=1200
height=900

[web_button_3]
name=DuckDuckGo
icon=icons\duckduckgo.ico
command=https://duckduckgo.com/?q=%s
;command=popup-web!https://duckduckgo.com/?q=%s
width=1200
height=900

[web_button_4]
name=Deutsch - Englisch
icon=icons\google_translate.ico
command=https://translate.google.de/translate#auto/en/%s
;command=popup-web!https://translate.google.com/m/translate#auto/en/%s
width=1200
height=900

[web_button_5]
name=Englisch - Deutsch
icon=icons\google_translate.ico
command=https://translate.google.de/translate#auto/de/%s
width=1200
height=900

[web_button_6]
name=Wikipedia (englisch)
icon=icons\wikipedia.ico
command=https://en.m.wikipedia.org/w/index.php?search=%s
;command=popup-web!https://en.m.wikipedia.org/w/index.php?search=%s
width=1200
height=900

[web_button_7]
name=Wikipedia (deutsch)
icon=icons\wikipedia.ico
command=https://de.m.wikipedia.org/w/index.php?search=%s
width=1200
height=900

[web_button_8]
name=EmEditor
icon=icons\EmEditor.ico
command=EmEditor.exe /i
width=1200
height=900

[web_button_9]
name=Notepad3
icon=icons\Notepad3.ico
command=Notepad3.exe /c
width=1200
height=900

[web_button_10]
name=Notepad++ (Strg+V)
icon=icons\notepad++.ico
command=notepad++.exe -nosession
width=1200
height=900

[web_button_11]
;https://ramensoftware.com/a-new-website-name-ramen-software#comment-13283
name=Copy
command=""D:\Daten\Programme\Totalcmd\Tools\winapiexec\winapiexec.exe" lstrcpyW ( GlobalLock ( GlobalAlloc 0x0042 8192 ) ) "$u:%cs" , GlobalUnlock $$:5 , u@OpenClipboard 0 , u@SetClipboardData 13 $$:5 , u@CloseClipboard"
icon=icons\Copy.ico

;[web_button_15]
;https://ramensoftware.com/textify/comment-page-4#comment-13236 Customizable button trigger key
;icon=!
;name=string
;command=%rs
;key=i
User avatar
tuska
Power Member
Power Member
Posts: 3741
Joined: 2007-05-21, 12:17 UTC

Re: Tool "Textify" - Summary (english)

Post by *tuska »

User avatar
tuska
Power Member
Power Member
Posts: 3741
Joined: 2007-05-21, 12:17 UTC

Re: Tool "Textify" - Summary (english)

Post by *tuska »

User avatar
tuska
Power Member
Power Member
Posts: 3741
Joined: 2007-05-21, 12:17 UTC

Re: Tool "Textify" - Summary (english)

Post by *tuska »

Textify v1.10.2 (June 3, 2022)
Download

"Michael (Ramen Software) - June 3, 2022"
Font settings (name and size)

Code: Select all

[config]
font_name=Consolas
font_size=18
User avatar
tuska
Power Member
Power Member
Posts: 3741
Joined: 2007-05-21, 12:17 UTC

Re: Tool "Textify" - Summary (english)

Post by *tuska »

User avatar
tuska
Power Member
Power Member
Posts: 3741
Joined: 2007-05-21, 12:17 UTC

Re: Tool "Textify" - Summary (english)

Post by *tuska »

OT

Through an announcement in the Textify forum, I became aware of the tool "Text Grab".
Since then I have been using both tools, because with "Text Grab" I can also access texts via Optical Character Recognition (OCR),
which cannot be extracted with the "Textify" tool.
Text Extractor says: February 24, 2023 at 3:49 pm -> Textify Forum wrote: Text Extractor ermöglicht es Ihnen, Text von überall auf ihrem Bildschirm zu kopieren,
einschließlich innerhalb von Bildern oder Videos.
---
Text Extractor allows you to copy text from anywhere on your screen,
including within images or videos.
This code is based on the feature „Text Grab“ by Joe Finney.
Current version: Text Grab 3.3 (19.3.2023) - download available on GitHub.

Further links:
- Text Grab - Store app
- Manage the input and display language settings in Windows 11, 10

Settings - Option:
☐ Show Toast when text is copied. Opens window to display and edit text.
-> UNCHECK so that NO notification is made. <-

No further announcement will be made on this tool.

/OT
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Tool "Textify" - Summary (english)

Post by *Horst.Epp »

Text Grab is part of PowerToys under the name "Text Extractor".
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
Fla$her
Power Member
Power Member
Posts: 2244
Joined: 2020-01-18, 04:03 UTC

Re: Tool "Textify" - Summary (english)

Post by *Fla$her »

2tuska
Capture2Text
Easy Screen OCR
Desktop Text Capture
QTranslate
OneNote

I can list a few more paid ones, if necessary.
Overquoting is evil! 👎
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Tool "Textify" - Summary (english)

Post by *Horst.Epp »

As I have PowerToys already installed for other functions
its fine to get screen OCR without the need for addional tools.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
Fla$her
Power Member
Power Member
Posts: 2244
Joined: 2020-01-18, 04:03 UTC

Re: Tool "Textify" - Summary (english)

Post by *Fla$her »

2Horst.Epp
PowerToys can not be extolled above the last two programs from my list. Therefore, it's at least strange to talk about the need. It's just a matter of choice. QTranslate, for example, doesn't have an equivalent alternative, but it does have the required function.
Overquoting is evil! 👎
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Tool "Textify" - Summary (english)

Post by *Horst.Epp »

Fla$her wrote: 2023-03-19, 18:10 UTC 2Horst.Epp
PowerToys can not be extolled above the last two programs from my list. Therefore, it's at least strange to talk about the need. It's just a matter of choice. QTranslate, for example, doesn't have an equivalent alternative, but it does have the required function.
As you said its a matter of choice.
I don't see whats wrong with my post ?
I didn't praise PowerToys or compared it with any other tool.
No need to extend this discussion :)
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
Post Reply