Search found 21 matches

by don_dolarson
09 Mar 2021, 10:12
Forum: Notepad++
Topic: Setup Notepad++ for AutoHotkey
Replies: 167
Views: 525222

Re: Setup Notepad++ for AutoHotkey

YaY, it worked just like expected this time. I've previously downloaded them from GitHub. It may be that. Someone needs to verify this.
by don_dolarson
07 Mar 2021, 18:34
Forum: Notepad++
Topic: Setup Notepad++ for AutoHotkey
Replies: 167
Views: 525222

Re: Setup Notepad++ for AutoHotkey

Not working. Tried both default and lazy versions on 7.8.9 and 7.9.3 versions of Notepad++ with and w/o administrator privileges. Getting a "Fail to import" error.
by don_dolarson
17 Jun 2020, 18:28
Forum: Ask for Help (v1)
Topic: Logitech G513 FN key inversion script Topic is solved
Replies: 25
Views: 8417

Re: Logitech G513 FN key inversion script Topic is solved

I was looking for the answer myself a little bit more, and I found a key history code/script to run and check if the FN key can remap. This is what I get when simply hit F11: 7A 057 d 1.33 F11 B1 110 i d 0.00 Media_Prev B1 110 i u 0.00 Media_Prev 7A 057 u 0.06 F11 And this is what I get when hit FN ...
by don_dolarson
16 Jun 2020, 16:49
Forum: Ask for Help (v1)
Topic: Logitech G513 FN key inversion script Topic is solved
Replies: 25
Views: 8417

Re: Logitech G513 FN key inversion script Topic is solved

Hi guys, I'm back here, again. I've just tried to read an article in chrome browser on a fullscreen for the first time (F11). I've hit FN + F11, simply not the F11 key only because of the mod for inverting the FN mode for easier steering my media with a simple hit on F9, F10, F11 or F12, without the...
by don_dolarson
22 Dec 2019, 16:20
Forum: Ask for Help (v1)
Topic: Script icon doesn't work Topic is solved
Replies: 12
Views: 2054

Re: Script icon doesn't work Topic is solved

Yes sir. I've deleted the gui code and put only this line in the beginning of all my scripts Menu, tray, Icon , XxX.ico and everything works! So simple!
by don_dolarson
21 Dec 2019, 13:42
Forum: Ask for Help (v1)
Topic: Script icon doesn't work Topic is solved
Replies: 12
Views: 2054

Re: Script icon doesn't work Topic is solved

Please follow swagfag's hint to the docs about the auto-execution section of a script (aka top of the script ). The image you posted shows that currently your icon-related code is unreachable and doesn't get executed at all (because it's hanging around under some hotkeys). Thank you so much for you...
by don_dolarson
21 Dec 2019, 10:49
Forum: Ask for Help (v1)
Topic: Script icon doesn't work Topic is solved
Replies: 12
Views: 2054

Re: Script icon doesn't work Topic is solved

I've read docs about how to put my own icon, I've googled it too. It was actually the first thing I've done before I've decided to post here, because it won't work... and I still can't manage it to work. Cleared icon cache, changed name of my script as well as name of the icon, but it just won't wor...
by don_dolarson
21 Dec 2019, 08:14
Forum: Ask for Help (v1)
Topic: Script icon doesn't work Topic is solved
Replies: 12
Views: 2054

Re: Script icon doesn't work Topic is solved

Yes, sure.
AutoHotkey icon.png
AutoHotkey icon.png (60.35 KiB) Viewed 2008 times
by don_dolarson
21 Dec 2019, 07:25
Forum: Ask for Help (v1)
Topic: Script icon doesn't work Topic is solved
Replies: 12
Views: 2054

Re: Script icon doesn't work Topic is solved

Nope, it doesn't work either.
by don_dolarson
21 Dec 2019, 06:15
Forum: Ask for Help (v1)
Topic: Script icon doesn't work Topic is solved
Replies: 12
Views: 2054

Script icon doesn't work Topic is solved

I've tried to change from the standard icon of my .ahk script to my own, but it won't work. This looks to be a very easy task to do, however, I fail with every try. What could be wrong here? I simply add Menu, Tray, Icon, the_name_of_the_icon.ico to the end of my script, put .ico file in the same fo...
by don_dolarson
10 Dec 2019, 16:58
Forum: Ask for Help (v1)
Topic: Logitech G513 FN key inversion script Topic is solved
Replies: 25
Views: 8417

Re: Logitech G513 FN key inversion script Topic is solved

Yes sir, I'm using the version with Send in it. It looks like ALT doesn't work with any of these mapped keys at all. I can still use F9-F12, Prtsc, Scrlk & Pause even when pressed & hold Alt key and that's why ALT + Prtsc doesn't work. It's exactly how Ctrl worked before, before you put the Send in ...
by don_dolarson
09 Dec 2019, 10:42
Forum: Ask for Help (v1)
Topic: Logitech G513 FN key inversion script Topic is solved
Replies: 25
Views: 8417

Re: Logitech G513 FN key inversion script Topic is solved

There's one more thing - ALT keys. They're needed for ALT + PRTSC for taking hotkey screenshots. ALT + PRTSC control media now, just like the CTRL key did. Tried about 15-20 minutes to figure out how to modify on my own (thanks for hotlinks in your script above), but this scripting thing isn't my st...
by don_dolarson
25 Nov 2019, 17:29
Forum: Ask for Help (v1)
Topic: Logitech G513 FN key inversion script Topic is solved
Replies: 25
Views: 8417

Re: Logitech G513 FN key inversion script Topic is solved

Thank you. It worked for shortcuts. Do you have any solution for locked screen?
by don_dolarson
25 Nov 2019, 16:56
Forum: Ask for Help (v1)
Topic: Logitech G513 FN key inversion script Topic is solved
Replies: 25
Views: 8417

Re: Logitech G513 FN key inversion script Topic is solved

Guys, this isn't working 100% as intended. Except not working script while Windows is locked, it's not working with shortcuts neither. Can't use any shortcut related to any of these keys, for example CTRL + F9, F10, F11 and F12. How to solve it?
by don_dolarson
22 Nov 2019, 16:57
Forum: Ask for Help (v1)
Topic: Logitech G513 FN key inversion script Topic is solved
Replies: 25
Views: 8417

Re: Logitech G513 FN key inversion script Topic is solved

There's one more thing. It's not working when Windows 10 screen is locked. Is it possible to change it?
by don_dolarson
18 Nov 2019, 05:56
Forum: Ask for Help (v1)
Topic: Logitech G513 FN key inversion script Topic is solved
Replies: 25
Views: 8417

Re: Logitech G513 FN key inversion script Topic is solved

You're genius guys! It worked flawless :bravo: Here's a modified code for Logitech G513 keyboard. Thank you sooooo much. Life is so much easier now :P

Code: Select all

F9::Media_Play_Pause
F10::Media_Stop
F11::Media_Prev
F12::Media_Next
PrintScreen::Volume_Mute
ScrollLock::Volume_Down
Pause::Volume_Up
by don_dolarson
11 Nov 2019, 16:01
Forum: Ask for Help (v1)
Topic: Logitech G513 FN key inversion script Topic is solved
Replies: 25
Views: 8417

Re: Logitech G513 FN key inversion script Topic is solved

Thank you for your input, guys. I'm a new(bie) to remapping keys... and don't really know how and where to start. I've scanned for couple of entries in the registry so far, (I'm using RegScanner) like Browser_Home and PrintScreen , but got no matches. I assume it will be the same for all other keys....
by don_dolarson
08 Nov 2019, 03:32
Forum: Ask for Help (v1)
Topic: Logitech G513 FN key inversion script Topic is solved
Replies: 25
Views: 8417

Re: Logitech G513 FN key inversion script Topic is solved

I don't think you understand it right, guys? Is there something unclear with what I wrote? I don't want to remap any key. The keyboard already has multimedia keys and they're working as they should, with exception that I need to hold FN key to trigger them (if the FN inversion mode in Logitech softw...

Go to advanced search