ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: Ctrl+Alt+Del Grabber

(1/1)

jgpaiva:
When i found skrommel's DimSaver, I fellin love with it. The problem is that i need to always have my screensaver with password. But this makes dimsaver lose half of it's usefullness, since when that option is selected, you can no longer see the active apps, only the desktop background.
So, i decided to make a screen locker myself. I made a ahk script that disables all modifier keys (ctrl,alt,win,apps,etc..) so that only the alphabetic and number keys would work, to insert the password to an input box.

Right, that was a good, funcitional idea, until i tried doing ctrl+alt+del. Ahk cannot grab that key combination (i guess it makes sense, but i want to use it in a good way :( ).
So, I'm asking if anyone knows of any way to temporarily disable the combination, either by using another program (that can be controled through another script), or by using any ahk tweak.

I hope someone can sove me this problem, i really love dimsaver :D

skrommel:
 :tellme: There's no way to do this without a reboot: http://www.autohotkey.com/forum/topic5425.html

Second best is to keep closing the task manager window when it pops up.

Skrommel

jgpaiva:
Well... I found a solution. I added a line send,#{space} to the exit subroutine, which locks the screen in my computer. So, when i make any action, the screen gets locked.
Thanks for the great screensaver, Skrommel! :D

Navigation

[0] Message Index

Go to full version