Tool "Textify" - Zusammenfassung (deutsch)

German support forum

Moderators: white, Hacker, Stefan2

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

Re: Tool "Textify" - Zusammenfassung (deutsch)

Post by *tuska »

2Zendo
tuska wrote: 2021-12-12, 12:57 UTC Ich vermute, Du meinst die Dateien winapiexec.exe und winapiexec64.exe.
Hiezu habe ich eine Anfrage gemacht.
Bezüglich der Downloaddateien habe ich bereits eine Antwort erhalten:
Hier handelt es sich um "False positives".
User avatar
tuska
Power Member
Power Member
Posts: 3740
Joined: 2007-05-21, 12:17 UTC

Re: Tool "Textify" - Zusammenfassung (deutsch)

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
Hinweis:
Auch ohne den Eintrag: buttons_per_row=8 (=Default) wird in Textify v1.9
die Buttonzeile jeweils nach dem 8. Button umgebrochen.

Beispiel:
Ich verfüge derzeit über 11 Webbuttons und möchte, dass diese in einer Zeile dargestellt werden.
Hiezu ist es erforderlich in der Datei "Textify.ini" diesen Eintrag [Option: VOR dem Abschnitt [web_button_1]] zu machen:

Code: Select all

[web_buttons]
buttons_per_row=11
Textify.ini bis inclusive 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: 3740
Joined: 2007-05-21, 12:17 UTC

Re: Tool "Textify" - Zusammenfassung (deutsch)

Post by *tuska »

TW
Senior Member
Senior Member
Posts: 383
Joined: 2005-01-19, 13:35 UTC

Re: Tool "Textify" - Zusammenfassung (deutsch)

Post by *TW »

Danke für die Anleitung!
licenced and happy TC user since 1994 (#11xx)
User avatar
tuska
Power Member
Power Member
Posts: 3740
Joined: 2007-05-21, 12:17 UTC

Re: Tool "Textify" - Zusammenfassung (deutsch)

Post by *tuska »

TW wrote: 2022-05-30, 12:46 UTC Danke für die Anleitung!
Gerne. :)
User avatar
tuska
Power Member
Power Member
Posts: 3740
Joined: 2007-05-21, 12:17 UTC

Re: Tool "Textify" - Zusammenfassung (deutsch)

Post by *tuska »

Textify v1.10.2 (June 3, 2022)
Download

"Michael (Ramen Software) - June 3, 2022"
Schrifteinstellungen (Name und Größe)

Code: Select all

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

Re: Tool "Textify" - Zusammenfassung (deutsch)

Post by *tuska »

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

Re: Tool "Textify" - Zusammenfassung (deutsch)

Post by *tuska »

OT

Durch eine Verlautbarung im Textify Forum bin ich auf das Tool "Text Grab" aufmerksam geworden.
Seither verwende ich beide Tools, da ich mit "Text Grab" auch per Optical Character Recognition (OCR) an Texte herankomme,
die mit dem Tool "Textify" nicht extrahierbar sind.
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.
Dieser Code basiert auf dem Feature „Text Grab“ von Joe Finney.
Aktuelle Version: Text Grab 3.3 (19.3.2023) - Download auf GitHub möglich.

Weitere Links:
- Text Grab - Store app
- Verwalten der Eingabe- und Anzeigespracheinstellungen in Windows 11, 10

Einstellungen - Option:
☐ Show Toast when text is copied. Opens window to display and edit text.
-> ENTHAKEN, damit KEINE Benachrichtigung erfolgt. <-

Zu diesem Tool erfolgt keine weitere Verlautbarung.

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

Re: Tool "Textify" - Zusammenfassung (deutsch)

Post by *tuska »

Post Reply