~ Keyboards usually have small LED's which indicate whether different types of locks are activated or not. Here is a trick to use the lights of your keyboard in a more creative manner in Windows.
~ Copy and paste the code given below in Notepad and save the file as Dicso.vbs:
Set wshShell =wscript.CreateObject("WScript .Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
~ Double click on the Saved file to see the LED lights on your keyboard go crazy and make your own cool disco.
~ Copy and paste the code given below in Notepad and save the file as Dicso.vbs:
Set wshShell =wscript.CreateObject("WScript
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
~ Double click on the Saved file to see the LED lights on your keyboard go crazy and make your own cool disco.
No comments:
Post a Comment