Search found 125 matches
- 05 Feb 2019, 16:26
- Forum: Ask For Help
- Topic: Create formatted text into clipboard
- Replies: 6
- Views: 157
Re: Create formatted text into clipboard
Use WinClip() so you can use HTML or RTF see #4 https://www.autohotkey.com/boards/viewtopic.php?f=7&t=8977
- 29 Jan 2019, 17:08
- Forum: Scripts and Functions
- Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
- Replies: 123
- Views: 31526
Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
I've never compiled it and just never took into account for it to be compiled and somethings probably won't work, for example snippets with scripts - it "Runs %A_AhkPath% path\to\tempscript.ahk" which may/may not work - perhaps some global/general hotkeys won't work (not sure, would have to check th...
- 19 Jan 2019, 04:49
- Forum: Ask For Help
- Topic: AHK can't send python code?
- Replies: 8
- Views: 314
Re: AHK can't send python code?
If you have a lot of those snippets you could try Lintalist - https://www.autohotkey.com/boards/viewt ... f=6&t=3378 

- 21 Dec 2018, 12:13
- Forum: Scripts and Functions
- Topic: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
- Replies: 25
- Views: 937
Re: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support


- 09 Dec 2018, 15:03
- Forum: Scripts and Functions
- Topic: FileURL() Converts filepath to file URI
- Replies: 5
- Views: 323
Re: FileURL() Converts filepath to file URI scheme
Nice :-) I have a fixuri() function in Lintalist (it does various things incl. parsing all fileurls in a block of html code for example and can work with relative urls ("..\") @ https://github.com/lintalist/lintalist/blob/master/include/FixURI.ahk (hard to follow perhaps out of context) I think I wo...
- 09 Dec 2018, 05:14
- Forum: Ask For Help
- Topic: Install and use LibHaru with AHK
- Replies: 33
- Views: 1743
Re: Install and use LibHaru with AHK
Yes, I see them now, I think I only tried libharu much later with the "rescued" material with the three examples.
I think this is "thrawn" https://github.com/thraaawn/ but no AHK code in any of the repositories.
I think this is "thrawn" https://github.com/thraaawn/ but no AHK code in any of the repositories.
- 08 Dec 2018, 15:30
- Forum: Ask For Help
- Topic: Install and use LibHaru with AHK
- Replies: 33
- Views: 1743
Re: Install and use LibHaru with AHK
All three examples work here, I don't think there were any more examples. My own little tests also produce the same results, so far so good. Pretty sweet is runs in Unicode-32 :bravo: According to Google and the file name these might be 64 bit DLLs (obscured download links because they don't look at...
- 28 Nov 2018, 18:04
- Forum: Ask For Help
- Topic: Remapping Esc key to discard a popup
- Replies: 16
- Views: 359
Re: Remapping Esc key to discard a popup
TypingAid will learn words (if I understood it correctly) The script will learn words as you type them if "Learn new words as you type" is set to On in Settings. If you type a word more than 5 times (or as defined in "Minimum length of word to learn") in a single session the word will be permanently...
- 27 Nov 2018, 12:57
- Forum: Ask For Help
- Topic: Install and use LibHaru with AHK
- Replies: 33
- Views: 1743
Re: Install and use LibHaru with AHK
@gwarble looks like compile instructions can be found here: https://github.com/libharu/libharu/wiki/Installation#windows-except-cygwinmsys https://stackoverflow.com/questions/43328328/how-to-add-libharu-to-visual-studio you can download it here https://visualstudio.microsoft.com/vs/community/ ( foun...
- 27 Nov 2018, 12:48
- Forum: Ask For Help
- Topic: Table in Gui?
- Replies: 7
- Views: 353
Re: Table in Gui?
You can use LV_InCellEdit by just me here https://autohotkey.com/boards/viewtopic.php?f=6&t=1076
- 27 Nov 2018, 12:45
- Forum: Ask For Help
- Topic: Remapping Esc key to discard a popup
- Replies: 16
- Views: 359
Re: Remapping Esc key to discard a popup
Not an answer to your question but why use such a program when AutoHotkey can also send texts via hotstrings, hotkeys and menus? AHK alternatives: AutoComplete, TypingAid and Lintalist may be of interest, see https://github.com/ahkscript/awesome-AutoHotkey#typing and intellisense everwhere https://a...
- 27 Nov 2018, 12:42
- Forum: Ask For Help
- Topic: ClipboardAll does not work properly
- Replies: 6
- Views: 229
Re: ClipboardAll does not work properly
1. See option 4 in the tutorial here https://autohotkey.com/boards/viewtopic.php?f=7&t=8977 and use WinClip()
2. Lintalist uses this method as well https://autohotkey.com/boards/viewtopic.php?f=6&t=3378 (and you can use HTML, MarkDown and RTF)
2. Lintalist uses this method as well https://autohotkey.com/boards/viewtopic.php?f=6&t=3378 (and you can use HTML, MarkDown and RTF)
- 17 Nov 2018, 15:38
- Forum: Scripts and Functions
- Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
- Replies: 123
- Views: 31526
Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
OK I understand now, the ShortcutCopy, ShortcutPaste, ShortcutCut settings are used BY Lintalist to copy, paste, cut actions IN the program and in the plugins. So the way it works is: say you have selected some text, start a Lintalist search (or press the hotkey you assigned to a snippet) Lintalist ...
- 17 Nov 2018, 05:07
- Forum: Ask For Help
- Topic: FTP, please help...
- Replies: 4
- Views: 249
Re: FTP, please help...
The FTP class doesn't have that option yet, I opened an issue https://github.com/jNizM/AHK_Scripts/issues/2 - it seems something that could be added without too much trouble for someone like @jNizM
- 16 Nov 2018, 18:31
- Forum: Scripts and Functions
- Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
- Replies: 123
- Views: 31526
Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Where do you press ctrl+c? When you search you can use the UP/DOWN arrows to go through the results and press Enter to paste the selected item, or Alt-Enter to copy the selected item. Ctrl+c is not a shortcut in Lintalist as such. If you mean something else let me know.
- 13 Nov 2018, 12:57
- Forum: Ask For Help
- Topic: Offer a text based on what I'm typing
- Replies: 14
- Views: 517
Re: Offer a text based on what I'm typing
Checkout TypingAid, AutoComplete and *cough Lintalist* see links @ https://github.com/ahkscript/awesome-AutoHotkey#typing
and Hotkey Help - Display Active AHK Hotkeys and Hotstrings @ https://autohotkey.com/boards/viewtopic.php?f=6&t=96
and Hotkey Help - Display Active AHK Hotkeys and Hotstrings @ https://autohotkey.com/boards/viewtopic.php?f=6&t=96
- 10 Nov 2018, 09:54
- Forum: Scripts and Functions
- Topic: TitleCase() - capital case, headline style - mixed case style
- Replies: 1
- Views: 264
TitleCase() - capital case, headline style - mixed case style
TitleCase() source @ https://github.com/lintalist/TitleCase This is my take on an improved Title Case function. As you know the Title case option of StringUpper/Lower commands is not ideal as it doesn't take into account the many exceptions AHK -> Ahk and AutoHotkey -> Autohotkey for example. This f...
- 10 Nov 2018, 09:26
- Forum: Ask For Help
- Topic: FTP, please help...
- Replies: 4
- Views: 249
Re: FTP, please help...
Did you actually try https://github.com/jNizM/AHK_Scripts/bl ... ss_FTP.ahk - it works out of the box, it has the class AND an example at the bottom - example starts below the ====== line with hInternet := FTP.InternetOpen("Upload Test")
- 04 Nov 2018, 10:50
- Forum: Ask For Help
- Topic: FTP
- Replies: 2
- Views: 166
Re: FTP
I prefer this class by jNizM https://github.com/jNizM/AHK_Scripts/tr ... er/src/ftp
- 04 Nov 2018, 04:19
- Forum: Editors
- Topic: open-source alternative to keystarter
- Replies: 12
- Views: 1520
Re: open-source alternative to keystarter
This seems to be what you want isn't it? (Written in AU3)
http://www.dcmembers.com/ath/download/winbuttons/
Screenshots http://www.donationcoder.com/forum/inde ... #msg240037 (links from that forum post don't work as it is now the winbuttons link above)
http://www.dcmembers.com/ath/download/winbuttons/
Screenshots http://www.donationcoder.com/forum/inde ... #msg240037 (links from that forum post don't work as it is now the winbuttons link above)