Search found 9 matches

by babzezz
07 Feb 2017, 06:00
Forum: Ask for Help (v1)
Topic: [SOLVED] TrayTips stopped working alltogether
Replies: 2
Views: 749

Re: [SOLVED] TrayTips stopped working alltogether

Hello mucka, I just managed to solve it, and edited the original post. Thanks for the input though :)
by babzezz
07 Feb 2017, 05:53
Forum: Ask for Help (v1)
Topic: [SOLVED] TrayTips stopped working alltogether
Replies: 2
Views: 749

[SOLVED] TrayTips stopped working alltogether

Hello guys, I need some help with the TrayTip command. I was using it to display which script was open etc. and after I got the brilliant idea to display scripts, when AHK/or a script, was shutting down (without delay, eg. display traytip and ExitApp), I somehow broke the entire functionality and it...
by babzezz
23 Jan 2017, 15:18
Forum: Ask for Help (v1)
Topic: [SOLVED] Using CapsLock (or any other key) as temporary modifier (only when it's pressed)
Replies: 1
Views: 603

Re: [SOLVED] Using CapsLock (or any other key) as temporary modifier (only when it's pressed)

Okay so this has helped me to achieve it:

Code: Select all

SetCapsLockState, alwaysoff
return

$CapsLock::
Send {Ins}
KeyWait, CapsLock
Send {Ins}
return
by babzezz
23 Jan 2017, 11:25
Forum: Ask for Help (v1)
Topic: [SOLVED] Using CapsLock (or any other key) as temporary modifier (only when it's pressed)
Replies: 1
Views: 603

[SOLVED] Using CapsLock (or any other key) as temporary modifier (only when it's pressed)

So I want to use the CapsLock key as a temporary insert key, meaning I want the insert mode functionality (overwrite) only when I have CapsLock is pressed. I have no idea what this type of script is called and my searches describing this problem didn't yield any useful results. I guess this is a typ...
by babzezz
21 Jan 2017, 09:37
Forum: Ask for Help (v1)
Topic: Fn keys on dell xps 13
Replies: 1
Views: 1676

Fn keys on dell xps 13

What I'm trying to do: I want to have many new keyboard shortcuts / key combinations without them affecting Windows 10/and or existing apps functions. Therefore I tried to map the Fn key, didn't work, so I tried to use the CapsLock key as the ScrollLock key (which seems to be able to function as the...
by babzezz
15 Jan 2017, 12:08
Forum: Wish List
Topic: Add installer file signatures to download page
Replies: 0
Views: 2828

Add installer file signatures to download page

As the title suggests, it would be helpful to add official file signatures (md5 hash or similar) to the download page.

Regards,
bab
by babzezz
09 Jan 2017, 17:23
Forum: Ask for Help (v1)
Topic: Md5 or similar file signatures for official installers/files
Replies: 5
Views: 1390

Re: Md5 or similar file signatures for official installers/files

So, there isn't a way to check the file to download to any official source, or what is the official source anyway?
by babzezz
06 Jan 2017, 19:35
Forum: Ask for Help (v1)
Topic: Md5 or similar file signatures for official installers/files
Replies: 5
Views: 1390

Md5 or similar file signatures for official installers/files

Hello all,

isn't there a source where we can verify our download's integrity from the official site? Like a md5 or sha1 checksum or similar?

Regards

Go to advanced search