Search found 18 matches

by solmattsolhatt
08 Apr 2024, 16:23
Forum: Ask for Help (v2)
Topic: Hotstring consisting of a special character
Replies: 6
Views: 113

Re: Hotstring consisting of a special character

gregster wrote:
08 Apr 2024, 15:27
@solmattsolhatt, I merged your two identical topics - because in both you already got an answer.
Please try to avoid posting duplicates, going forward.
Thank you! My mistake. Sorry! My browser must've been slow and I accidentally clicked the Submit button twice.
by solmattsolhatt
08 Apr 2024, 16:20
Forum: Ask for Help (v2)
Topic: Hotstring consisting of a special character
Replies: 6
Views: 113

Re: Hotstring consisting of a special character

Hello, Would it be possible to create a hotstring that consisted of/recongnized special characters? For example, I'd like the word ibḷând to be automatically replaced by ibḷấnd. (There's a small l with a dot underneath, that should be in both words, and then an â that should be replaced by an â wit...
by solmattsolhatt
08 Apr 2024, 12:18
Forum: Ask for Help (v2)
Topic: Hotstring consisting of a special character
Replies: 6
Views: 113

Hotstring consisting of a special character

Hello, Would it be possible to create a hotstring that consisted of/recongnized special characters? For example, I'd like the word ibḷând to be automatically replaced by ibḷấnd. (There's a small l with a dot underneath, that should be in both words, and then an â that should be replaced by an â with...
by solmattsolhatt
07 Mar 2023, 09:58
Forum: Ask for Help (v2)
Topic: GUI with small "keyboard" for special characters
Replies: 7
Views: 694

GUI with small "keyboard" for special characters

Hello, I am trying to make a small GUI with a "keyboard" with a few clickable buttons for special characters, for example L with a dot underneath and an a with an accent underneath. I was able to find the codes for the specialcharacters, so that part seems to be OK. I also added hotkeys to make keyb...
by solmattsolhatt
10 May 2022, 14:56
Forum: Ask for Help (v1)
Topic: Menu with recent files on the Taskbar Topic is solved
Replies: 19
Views: 1586

Re: Menu with recent files on the Taskbar Topic is solved

To close the gui after selecting a gui: (I alluded to this in my previous post) MyLv: LV_GetText(fllpth, A_EventInfo, 2) gui, destroy run, % fllpth return ButtonOK: LV_GetText(fllpth, LV_GetNext(0, "Focused"),2) gui, destroy run, % fllpth return To color specific LV cells or to make the LV transpar...
by solmattsolhatt
08 May 2022, 15:08
Forum: Ask for Help (v1)
Topic: Menu with recent files on the Taskbar Topic is solved
Replies: 19
Views: 1586

Re: Menu with recent files on the Taskbar Topic is solved

You'll need to that with a hidden button. Now you can double click or press Enter. Try this: menu, tray, add, Recent, recents menu, tray, Click, 1 menu, tray, default, Recent #\:: recents: vOutput := "", CSIDL_RECENT := 8 VarSetCapacity(vDirRecent, 260*2, 0) DllCall("shell32\SHGetFolderPath", Ptr,0...
by solmattsolhatt
08 May 2022, 12:10
Forum: Ask for Help (v1)
Topic: Menu with recent files on the Taskbar Topic is solved
Replies: 19
Views: 1586

Re: Menu with recent files on the Taskbar Topic is solved

With a listview. The fullpath is in column 2, hidden. So only the filename shows. Double click on the item in the listview to open the file. menu, tray, add, Recent, recents menu, tray, Click, 1 menu, tray, default, Recent #\:: recents: vOutput := "", CSIDL_RECENT := 8 VarSetCapacity(vDirRecent, 26...
by solmattsolhatt
07 May 2022, 14:55
Forum: Ask for Help (v1)
Topic: Menu with recent files on the Taskbar Topic is solved
Replies: 19
Views: 1586

Re: Menu with recent files on the Taskbar Topic is solved

Thanks. Those alternatives seem to result in a Message Box only, though?
by solmattsolhatt
06 May 2022, 15:32
Forum: Ask for Help (v1)
Topic: Menu with recent files on the Taskbar Topic is solved
Replies: 19
Views: 1586

Menu with recent files on the Taskbar Topic is solved

I tried searching but didn't find what I was looking for, so here's a question: Would it be possible to make AHK create a menu with X number of recent files and put it as a clickable button in the Taskbar? I don't want Recent Files to open as a folder in Explorer, I'd like a pop-up menu similar to t...
by solmattsolhatt
22 Apr 2021, 15:03
Forum: Ask for Help (v1)
Topic: Zoom/Magnify If Bookmarks Folder Is Opened
Replies: 1
Views: 142

Zoom/Magnify If Bookmarks Folder Is Opened

Hello, Is it possible to make AHK automatically zoom/magnify, say 200%, if I click a certain folder, "XYZ", that I have created in Chrome's Bookmarks row, and then make the zoom/magnifying level go back to normal again when I click something other? It's a bit too advanced for me, so if it's possible...
by solmattsolhatt
18 Jul 2019, 11:55
Forum: Ask for Help (v1)
Topic: SetTimer on Windows Lock Screen - not working?
Replies: 0
Views: 461

SetTimer on Windows Lock Screen - not working?

Hi, I am confused… I have a script that handles my power saving settings. I use SetTimer and A_TimeIdlePhysical to achieve the following: If A_TimeIdlePhysical > XXX ---> Turn on screen saver If A_TimeIdlePhysical > YYY ---> Turn off screen If A_TimeIdlePhysical > ZZZ ---> Hibernate It works like a ...
by solmattsolhatt
12 Jul 2019, 07:56
Forum: Ask for Help (v1)
Topic: A Way to bring up the logon screen?
Replies: 0
Views: 443

A Way to bring up the logon screen?

Hi, I use AutoHotkey to put my PC in Hibernation mode after X minutes (because the built-in Power Saving feautures don't always seem to be reliable). I Lock Windows before Hibernation. My question: I would like to have it so that when the computer resumes from Hibernation, it takes me directly to th...
by solmattsolhatt
08 Jul 2019, 04:57
Forum: Ask for Help (v1)
Topic: Hotkey to special character
Replies: 2
Views: 431

Re: Hotkey to special character

Hi,

Yes, that works like a charm. Thanks a lot!
by solmattsolhatt
08 Jul 2019, 04:22
Forum: Ask for Help (v1)
Topic: Hotkey to special character
Replies: 2
Views: 431

Hotkey to special character

Hello,

You guys are great, and I need help again...

I would like to create a hotkey for the special character "l with a dot underneath". (See: https graphemica.com /%E1%B8%B7/glyphs/times-new-roman-regular) Broken Link for safety Is that possible?
by solmattsolhatt
06 Jul 2019, 06:53
Forum: Ask for Help (v1)
Topic: determine whether my laptop is running on battery
Replies: 4
Views: 1433

Re: determine whether my laptop is running on battery

Hi,

THANKS to both of you! I finally got it working. :)
by solmattsolhatt
01 Jul 2019, 15:40
Forum: Ask for Help (v1)
Topic: determine whether my laptop is running on battery
Replies: 4
Views: 1433

determine whether my laptop is running on battery

Hello, I would like some help, if possible... I have read on here but I am afraid it might be a bit above my level, so forgive me if the topic has already been covered. I would like to get a variable to determine whether my laptop is running on battery or not. Only a "YES/NO" thing, so to speak, not...
by solmattsolhatt
09 Jun 2016, 06:35
Forum: Ask for Help (v1)
Topic: Hibernation/Power Saving Problem [SOLVED]
Replies: 4
Views: 1732

Re: Hibernation/Power Saving Problem

Masonjar13 - thanks a lot! That seems to have solved my problem! :) That will shut the computer down, not hibernate. The only way I know of being able to do anything during sleep is to use task scheduler, checking to allow wake from sleep on the task, all of which you can set through a script. Skipp...
by solmattsolhatt
08 Jun 2016, 17:17
Forum: Ask for Help (v1)
Topic: Hibernation/Power Saving Problem [SOLVED]
Replies: 4
Views: 1732

Hibernation/Power Saving Problem [SOLVED]

Hello, I have been reading anonymously on this fantastic message board for a while, and I have tried to find the answer to a question I have. Perhaps the answer is there already; I might just be too stupid too see it... Anyway: I love AutoHotkey! I have written a script of my own with all kinds of u...

Go to advanced search