best of lexikos

Talk about anything
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

best of lexikos

12 Nov 2017, 22:45

After coming across two good scripts I hadn't seen before, plus wanting to find a humorous quote and a particular script, I started a 'best of lexikos' list.

I added some AHK milestones, some datestamps and sorted the entries by date. It's ended up as quite an interesting history of AutoHotkey.

Do suggest any further links to include. Thank you for reading.

[21 April 2007]
Invoke hidden IE commands (in MS HTML Help) - Scripts and Functions - AutoHotkey Community
https://autohotkey.com/board/topic/17021-invoke-hidden-ie-commands-in-ms-html-help/
Invoke Hidden Commands in Your WebBrowser - CodeProject
http://www.codeproject.com/Articles/8256/Invoke-Hidden-Commands-in-Your-WebBrowser

[12 August 2007]
Menu Icons v2 - Scripts and Functions - AutoHotkey Community
https://autohotkey.com/board/topic/20253-menu-icons-v2/

[03 September 2007]
Edit Control Functions - Scripts and Functions - AutoHotkey Community
https://autohotkey.com/board/topic/20981-edit-control-functions/

[02 October 2007]
Vista Audio Control Functions - Scripts and Functions - AutoHotkey Community
https://autohotkey.com/board/topic/21984-vista-audio-control-functions/
VistaAudio/VA.ahk at master · ahkscript/VistaAudio · GitHub
https://github.com/ahkscript/VistaAudio/blob/master/VA.ahk

[14 February 2008]
AHKControl - Scripts and Functions - AutoHotkey Community
https://autohotkey.com/board/topic/26153-ahkcontrol/

[July 18, 2008]
[AutoHotkey_L Revision 4]
Changes & New Features
https://autohotkey.com/docs/AHKL_ChangeLog.htm#L4

[25 November 2008]
['The best solution is to close your eyes.']
[ list memory regions (+ details) for a process's address space][+ generate map of address space][enumerate memory regions]
Read information about any application directly from RAM - Utilities - AutoHotkey Community
https://autohotkey.com/board/topic/34821-read-information-about-any-application-directly-from-ram/

[09 October 2009]
LetUserSelectRect - select a portion of the screen - Scripts and Functions - AutoHotkey Community
https://autohotkey.com/board/topic/45921-letuserselectrect-select-a-portion-of-the-screen/

[January 28, 2010]
FileOpen
https://autohotkey.com/docs/commands/FileOpen.htm

[February 11, 2010]
StrPut / StrGet
https://autohotkey.com/docs/commands/StrPutGet.htm

[29 June 2010]
[StrGet/StrPut for AutoHotkey Basic]
StrPut / StrGet - Scripts and Functions - AutoHotkey Community
https://autohotkey.com/board/topic/55299-strput-strget/

[18 August 2010]
[detect process start/end]
New Process Notifier - Scripts and Functions - AutoHotkey Community
https://autohotkey.com/board/topic/56984-new-process-notifier/

[November 27, 2010]
[AutoHotkey v0.9][AutoHotkey_L v0.9]
Changes & New Features
https://autohotkey.com/docs/AHKL_ChangeLog.htm#v1.0.90.00

[Mar 22 2011]
[AutoHotkey v2 alpha][AutoHotkey_L v2 alpha]
Begin v2 development · Lexikos/AutoHotkey_L@48afefa · GitHub
https://github.com/Lexikos/AutoHotkey_L/commit/48afefa
AutoHotkey v2 Alpha Release - Scripts and Functions - AutoHotkey Community
https://autohotkey.com/board/topic/65311-autohotkey-v2-alpha-release/
AutoHotkey v2 Alpha Release - Announcements - AutoHotkey Community
https://autohotkey.com/board/topic/65312-autohotkey-v2-alpha-release/
AutoHotkey v2 alpha (UPDATES) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=37&t=2120
6th Anniversary - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=37&t=29531

[May 1, 2011]
[AutoHotkey v1.1][AutoHotkey_L v1.1]
Changes & New Features
https://autohotkey.com/docs/AHKL_ChangeLog.htm#v1.1.00.00

[20 August 2011]
Keyboard LED control (capslock/numlock/scrolllock lights) - Page 2 - Scripts and Functions - AutoHotkey Community
https://autohotkey.com/board/topic/9587 ... ntry446105

[27 August 2011]
[AHK_L] ControlGetTabs() - Scripts and Functions - AutoHotkey Community
https://autohotkey.com/board/topic/70727-ahk-l-controlgettabs/

[01 July 2012]
[ShellRun]
Run as standard (limited) user - Page 2 - Scripts and Functions - AutoHotkey Community
https://autohotkey.com/board/topic/72812-run-as-standard-limited-user/page-2
AutoHotkey-Release/ShellRun.ahk at master · Lexikos/AutoHotkey-Release · GitHub
https://github.com/Lexikos/AutoHotkey-Release/blob/master/installer/source/Lib/ShellRun.ahk

[August 27, 2013]
[StrSplit]
StringSplit / StrSplit()
https://autohotkey.com/docs/commands/StringSplit.htm

[02 Oct 2013]
[first post on the new forum according to the AHK forum search]
How to use SendMessage & OnMessage in V2? - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=70&p=360#p360

[21 Feb 2014]
type(v) for v1.1 - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=2306

[05 Oct 2014]
[workaround script that tries to fix AHK]
ToolTipFont / ToolTipColor - options for the ToolTip command - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=4777
[an alternative first principles script]
ToolTipEx - custom fonts and colors in ToolTips - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=4350

[December 27, 2014]
Format
https://autohotkey.com/docs/commands/Format.htm

[29 Jan 2015]
[share an object between scripts]
ObjRegisterActive - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=6148
Pass an Object Between Two Scripts - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=23878

[March 28, 2015]
[StrReplace]
StringReplace
https://autohotkey.com/docs/commands/StringReplace.htm

[25 Sep 2015]
[get access to the desktop shell object]
Create new file in current explorer window? - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=9618&p=53361#p53361

[28 Sep 2015]
ScriptInfo(): Get ListLines/ListVars/ListHotkeys/KeyHistory text - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=9656

[12 Aug 2016]
How to get current username (non-admin) when running script as Admin? - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=5&t=21406

[08 Mar 2016]
[InputBox() for v1.1 via RegExMatch]
[RegExMatch used to recreate the AHK v2 InputBox function for AHK v1]
Default/Portable installation StdLib - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=13&t=10434&p=74978#p74978
Default/Portable installation StdLib - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=13&t=10434&p=75262#p75262

[Oct 20 2016]
[ list of commands]
Scintillua-ahk/ahk.lua at master · Lexikos/Scintillua-ahk · GitHub
https://github.com/Lexikos/Scintillua-ahk/blob/master/ahk.lua#L818

[20 Nov 2016]
[ActiveWindowInfo.ahk]
Replace AU3_Spy.exe with script - Page 2 - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=13&t=1849&p=117093#p117093
AutoHotkey-Release/installer/source at master · Lexikos/AutoHotkey-Release · GitHub
https://github.com/Lexikos/AutoHotkey-Release/tree/master/installer/source

[27 Nov 2016]
DebugVars - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=24984

[22 Mar 2017]
['You don't know just how close I've come to abandoning AutoHotkey.']
conversion logic, v1 = -> v1 := -> v2, two-way compatibility - Page 4 - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=37&t=27069&p=138631#p138631

[EDIT:] '[list' to '[ list'
Last edited by jeeswg on 27 Mar 2019, 22:29, edited 2 times in total.
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
Helgef
Posts: 4709
Joined: 17 Jul 2016, 01:02
Contact:

Re: best of lexikos

13 Nov 2017, 03:34

@ jeeswg, thanks for the links :wave:
@ guest3456, that is funny. On the same theme as tank's post from your link, Lexicos - Miguel8. (Found via jNizM's link in the thread Lexicos :crazy: )

Return to “Off-topic Discussion”

Who is online

Users browsing this forum: Descolada and 27 guests