Search found 221 matches

by list
13 Mar 2024, 15:21
Forum: Scripts and Functions (v1)
Topic: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
Replies: 42
Views: 9187

Re: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support

Perhaps a newer version of the DLL is needed - if you look at the changelog libHaru 2.3.0RC1 * Added support for 1- and 2-byte UTF8 codes. (Clayman) I do see "HPDF_SetCurrentEncoder" when I do a simple search in the DLL so it might just be included. Did find this "instruction" to compile 2.3.0 using...
by list
09 Mar 2024, 09:45
Forum: Ask for Help (v1)
Topic: No sound Windows 11 & AutoHotkey? (SoundPlay)
Replies: 1
Views: 58

No sound Windows 11 & AutoHotkey? (SoundPlay)

I have a lintalist user report that SoundPlay, *48 and SoundPlay, WaveFile.wav don't produce any sounds. Lintalist (AutoHotkey) doesn't show up in the App volume settings either. Has anybody else experienced this and found a solution. I'm sure it is "Windows" not "AutoHotkey". Edit: I hear sounds un...
by list
01 Sep 2023, 11:42
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 106086

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

You read the RFT from a file https://lintalist.github.io/#rtf-FormattedText Using RTF is similar to the File plugin, it will insert the formatted text including images from the specified file. Either use the full path to the RTF file or a path relative to Lintalist directory. All other text in the s...
by list
19 Aug 2023, 08:43
Forum: 请求帮助
Topic: 【已解决】如何判断一个字符串匹配另一个含中文字符串的一部分
Replies: 9
Views: 7983

Re: 【已解决】如何判断一个字符串匹配另一个含中文字符串的一部分

Apologies for posting in English, I found this thread while searching the forum for PinYin. Background: Lintalist can search for text using incremental search - https://lintalist.github.io/#Searching - Typing 'sea tex' will find 'searching text' but ALSO 'searching for text' or 'text about the sea' ...
by list
22 Jul 2023, 08:18
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 106086

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

v1.9.22 @ https://github.com/lintalist/lintalist/ Fix: StartSearchHotkeyTimeOut should now work (better) with both StartSearchHotkey and StartOmniSearchHotkey , incl. modifier keys https://github.com/lintalist/lintalist/issues/247#issuecomment-1627195701 Fix: Quote file paths in " Edit in Editor " ...
by list
09 Jul 2023, 07:27
Forum: Ask for Help (v1)
Topic: Variable Hotkey: Only execute when pressed certain time or longer Topic is solved
Replies: 2
Views: 230

Variable Hotkey: Only execute when pressed certain time or longer Topic is solved

I'm having a bit of a brain fart, I have a hotkey defined in variable (read from ini) and I only want it execute the label when it has been pressed / released after a set time (also variable), if you quickly tap the hotkey nothing should happen. For single key hotkeys (e.g. capslock, space, etc) it ...
by list
05 Jul 2023, 11:18
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 106086

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

v1.9.21 @ https://github.com/lintalist/lintalist/ New : Toggle timer to StartSearchHotkey activation + option to disable to toggle view mode (wide/narrow) see settings StartSearchHotkeyTimeOut and StartSearchHotkeyToggleView https://github.com/lintalist/lintalist/issues/247 New : ShorthandPart2 set...
by list
07 Apr 2023, 11:09
Forum: Scripts and Functions (v2)
Topic: Hotstring Manager
Replies: 7
Views: 2191

Re: Hotstring Manager

👏 well done
by list
02 Apr 2023, 12:09
Forum: Ask for Help (v2)
Topic: "Send()" but for richer content
Replies: 15
Views: 1416

Re: "Send()" but for richer content

All I can say it depends on the target application, one thing I do do is set the clipboard contents twice , one for the formatted (html, rtf) text and then for the .text version of the clipboard as well, as you may know, the clipboard can hold multiple formats at once and will apply the suitable one...
by list
31 Mar 2023, 15:28
Forum: Ask for Help (v2)
Topic: "Send()" but for richer content
Replies: 15
Views: 1416

Re: "Send()" but for richer content

The markdown→HTML→Paste idea as a way of sending formatted text is really growing on me the more I use it and get comfortable with it. I'll try to post an update in the next week or two as I smooth things out a bit. I think others might find this method useful as well. That is what Lintalist has be...
by list
25 Feb 2023, 11:22
Forum: Scripts and Functions (v1)
Topic: [Class] LV_Colors - 1.1.05.00 (2024-03-16)
Replies: 151
Views: 69822

Re: [Class] LV_Colors - 1.1.04.01 (2016-05-03)

Use AlternateRows(), you can omit the text colour if you wish.
by list
14 Feb 2023, 17:04
Forum: Bug Reports
Topic: Launcher.ahk error invalid index Topic is solved
Replies: 1
Views: 630

Launcher.ahk error invalid index Topic is solved

Perhaps by design but when you start a script and the launcher ask which AutoHotkey version you'd like to use and press enter directly e.g. not make a selection - there is an error message which is a bit annoying - you can close the error and continue to use the launcher but still - I see no need fo...
by list
05 Feb 2023, 05:15
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 106086

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

v1.9.19 - https://github.com/lintalist/lintalist/ Fix: QuickSearchHotkey2 didn't work https://github.com/lintalist/lintalist/issues/236 https://github.com/lintalist/lintalist/issues/169 Fix: QuickSearchHotkey/QuickSearchHotkey2 did not restore clipboard https://github.com/lintalist/lintalist/issues...
by list
03 Jan 2023, 12:10
Forum: Bug Reports
Topic: AutoHotkeyUX: launcher.ahk - incorrect url (or missing redirect) Topic is solved
Replies: 1
Views: 612

AutoHotkeyUX: launcher.ahk - incorrect url (or missing redirect) Topic is solved

I don't recall what I did, but my browser was directed to "https://lexikos.github.io/v2/docs/Welcome.htm" which is either outdated or is is missing a redirect: (https://lexikos.github.io/v2/docs/ works) https://github.com/AutoHotkey/AutoHotkeyUX/blob/main/launcher.ahk#L58 I didn't think it warranted...
by list
01 Dec 2022, 14:44
Forum: Ask for Help (v1)
Topic: v1.1.36.00 - switch Critical Error? or code error?
Replies: 5
Views: 414

Re: v1.1.36.00 - switch Critical Error? or code error?

Thx - if you quote the 1 it works in your example too
Case "1": Msg:="fails in 1.1.36 - works in 1.1.35"
by list
01 Dec 2022, 12:30
Forum: Ask for Help (v1)
Topic: v1.1.36.00 - switch Critical Error? or code error?
Replies: 5
Views: 414

v1.1.36.00 - switch Critical Error? or code error?

Edit: fixed by AutoHotkey 1.1.36.01 Perhaps not related to the changes in Switch and no doubt crappy code but: I've isolated this to the code snippet below. Before v1.1.36.00 this worked and didn't give an error and the code worked. (in as far as I could test it - and it does what I need it to) I ca...
by list
01 Oct 2022, 15:44
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 106086

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

v1.9.17 @ https://github.com/lintalist/lintalist/releases New: Added setting for ColumnSearchDelimiter to allow to search in a specific part of the snippet: 1<searchfor (part1, part2, hotkey, shorthand, and script) https://github.com/lintalist/lintalist/issues/227 (a ColumnSearch setting is also av...
by list
23 Aug 2022, 14:50
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 106086

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

v1.9.15 @ https://github.com/lintalist/lintalist/releases/ New: Allow for _ in MyFunction and MyPlugin names https://github.com/lintalist/lintalist/issues/221 New: Split plugin: use 0 (zero) to indicate last item https://github.com/lintalist/lintalist/issues/207 New: Show the shortcut key on the Tr...
by list
03 Jun 2022, 16:52
Forum: Scripts and Functions (v1)
Topic: [Class] LV_Colors - 1.1.05.00 (2024-03-16)
Replies: 151
Views: 69822

Re: [Class] LV_Colors - 1.1.04.01 (2016-05-03)

Chappier 1. You can just use the standard c and Background col options of a listview - https://www.autohotkey.com/docs/commands/ListView.htm#Options 2. By default the NoSizing is set to True , so change it to False (same goes for NoSort ) - https://github.com/AHK-just-me/Class_LV_Colors/blob/master...

Go to advanced search