Showing posts with label Keyboard tips. Show all posts
Showing posts with label Keyboard tips. Show all posts

Cool keyboard trick

0

Cool keyboard trick

 
Keyboards usually have small LED's which indicates whether different types of locks(num lock, scroll lock, caps lock)  are activated or not. Here is a trick to use the lights of your keyboard in a more creative manner in Windows.

This trick uses a simple Visual basic script which when activated makes your scroll lock, caps lock and num locks LED's flash in a cool rhythmic way which gives the perception of a live disco on your keyboard.
 To make your own live disco, follow the steps given below:-

  • 1. Open Notepad.
  • 2. Copy paste the exact code given below:-


Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
  • 3. Save the file as Disco.vbs or "*.vbs".
Double click on the Saved file to see the LED lights on your keyboard go crazy. 
This trick has been tested on Windows XP, Windows Vista and Windows 7 and found to be working perfectly.

You can disable the keyboard disco by following these steps
  • Open Task Manager ( ctrl+alt+del )
  • go to process tab
  • select wscript.exe 
  • click on end process

Keyboard Shortcuts Of Facebook

0

Keyboard Shortcuts Of Facebook

Facebook is one of the most famous social networking site where most of us spend lots of our time. So here are some usefull keyboards shortcuts for Google chrome and Mozilla Firefox users


Mozilla Firefox

1. Shift+Alt+1: View your News Feed
2. Shift+Alt+2: View your own Profile
3. Shift+Alt+3: View pop-up of friend requests
4. Shift+Alt+4: View pop-up of messages
5. Shift+Alt+5: View pop-up of notifications
6. Shift+Alt+6: View Account Settings
7. Shift+Alt+7: View Privacy Settings
8. Shift+Alt+8: View Facebook’s own profile
9. Shift+Alt+9: Read latest Terms of Service agreement.
10.Shift+Alt+0: Open Facebook Help Center

Google Chrome

1. Alt+1: View your News Feed
2. Alt+2: View your own Profile
3. Alt+3: View pop-up of friend requests
4. Alt+4: View pop-up of messages
5. Alt+5: View pop-up of notifications
6. Alt+6: View Account Settings
7. Alt+7: View Privacy Settings
8. Alt+8: View Facebook’s own profile
9. Alt+9: Read latest Terms of Service agreement.

Follow Easyb @  +Agboola Isiaq 
Also use the comment Box below for more Tips/Tricks

Create a NEW FOLDER using Keyboard.

0

Create a NEW FOLDER using Keyboard.

This trick usefull so i'm sharing this with you. Do you find it annoying everytime using the right-click to create a new folder? Try this.

 * This trick will not work on DESKTOP.


1. Hold ALT + f
2. The Leave the ALT key and press W + f.
3. Done! your new folder is created

Follow Easyb @  +Agboola Isiaq 
Also use the comment Box below for more Tips/Tricks

keyboard dancing led light trick

0

keyboard dancing led light trick


                 Today i will be showing you an interesting trick which will let your keyboard led light to dance. Basicly we will be creating a vbscript to make caps lock, num lock and scroll lock to perform this trick. So lets get started.

     How to do that ?
       1. Open Notepad and copy below codes into it.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
       
       2. Then save this file as led.vbs (.vbs is must)
       3. Open your save file and see your keyboard led blinking like disco lights.


     How to disable blinking Led ?
       1. First open Task Manager [ctrl+alt+del ]
       2. Then Go to process tab.
       3. Select wscript.exe 
       4. Click on End process

SHORTCUT ON KEYBOARD

0

SHORTCUT ON KEYBOARD

If you feel that your mouse is not working properly, than you can use these short keys to operate without mouse. Here are some common short keys.  Alt + Space + R This short key reduces the size of window Alt + Space + M You can move any small size window to any corner of your desktop.Use arrows keys to move left, right, top or bottom and press Enter.Alt + Space + X You can maximize any small window by pressing this short key. Alt+space+N To minimize any window use this short key. Alt + Tab. Maximize any minimized window. Moreover if you are using two or more than two programs then you can also use this short key to select your required programe. Win+U+U If you want to shut down your computer without mouse then press window key and then press “U” key 2 times. Win + U + R Use these keys to restart your Computer. You can change the name of any folder without mouse. Simply highlight required folder through arrows key and press “F2”. Write the name of folder and press Enter. Open New tab in Google chrome. You can easily open a new tab in google chrome by pressing Alt+T Similarly you can close tab by pressing Alt+W

Shortcuts on Keyboard

0

Shortcuts on Keyboard

If you feel that your mouse is not working properly, than you can use these short keys to operate without mouse. Here are some common short keys.  Alt + Space + R This short key reduces the size of window Alt + Space + M You can move any small size window to any corner of your desktop.Use arrows keys to move left, right, top or bottom and press Enter.Alt + Space + X You can maximize any small window by pressing this short key. Alt+space+N To minimize any window use this short key. Alt + Tab. Maximize any minimized window. Moreover if you are using two or more than two programs then you can also use this short key to select your required programe. Win+U+U If you want to shut down your computer without mouse then press window key and then press “U” key 2 times. Win + U + R Use these keys to restart your Computer. You can change the name of any folder without mouse. Simply highlight required folder through arrows key and press “F2”. Write the name of folder and press Enter. Open New tab in Google chrome. You can easily open a new tab in google chrome by pressing Alt+T Similarly you can close tab by pressing Alt+W