Showing posts with label Keyboard and Mouse Tricks. Show all posts

Showing posts with label Keyboard and Mouse Tricks. Show all posts

Acceleration Fix For Mouse in Windows XP

Permanent Acceleration Fix

It seems that even without pointer precision disabled, the mouse under XP is still influenced by an acceleration curve. This is especially noticeable in games. To completely remove mouse acceleration from XP, you will need to go into the registry and adjust the SmoothmouseXYCurve values. Here is how its done.
1. Click Start button
2. Select Run
3. Type 'regedit' in the open textbox
4. Open the tree 'HKEY_CURRENT_USER', select control panel, then select mouse
5. Right clicking, modify the SmoothMouseXCurve and SmoothMouseYCurve hexidecimal values to the following:

Stop Autoplay In USB Flash Drives By Pressing One Keyboard Button

Today I want to share a little tip that will stop autoplay in USB Flash drives. Not only flash drives, it also stops autoplay for CD and DVD also. While inserting CD, DVD or any flash drive, simply press and hold the Shift key, this will disable the autoplay dialog box. Holding down the Shift key will also block the applications that starts automatically. Note : Works fine in Windows XP and Windows Vista

Windows keyboard tricks

Here are some Windows keyboard tricks you can use to impress your friends! These are nothing but less known features of the Windows XP operating system. To revert back the screen to previous state, repeat the key combination again. Trick 1 (High Contrast) - Hold Shift, Alt and Print Screen keys together. Click on “OK” when a message appears (this enables high contrast on Windows system). The screen should change to black! Trick 2 (Magnifier) - Hold Windows key (logo key) and R key together. Type magnify in the run box and then press Enter. This enables magnifier tool and anything near the mouse trail will now appear magnified on top! Trick 3 (Invert Windows screen) - This is one of the scariest tricks which turns Windows upside down. You can press Ctrl, Alt and then any of the four arrow keys (Ctrl-Alt-Down will rotate screen by 180 degrees)! I have noticed that this doesn’t work on certain Windows XP machines (It is dependent on video driver). You can check out these and many more accessibility tutorials here.

THE TRIPLE CLICK TRICK

No, you don't have to know how to skate or dance to do this... Selecting text can be a fiddly experience, especially if you are using a portable computer with an input device that doesn't work as well as a traditional mouse. So, when you want to cut and paste or copy and paste text, try the triple click. The results vary slightly from one program to another, but most often a single click locates the cursor in the text you are pointing to, a second click highlights the word, and a third click expands the highlighting to the entire paragraph. Ofcourse, you can try this trick in this paragraph... hit mouse button three times... This is much faster and more convenient than trying to drag the pointer over a paragraph. After you have highlighted your text, remember to use the right mouse button to access the shortcuts to "cut," "copy" and "paste." There is no point in clicking buttons at the top of the screen or bringing down the Edit menu when the functions you need are right at your finger tip...

Enabling right click on sites that disable it

Enabling right click on sites that disable it Lots of web sites have disabled the right click function of the mouse button... it's really, really annoying. This is done so that you don't steal (via right-click->save picture) their photos or images or any other goodies. Unfortunately, it disables ALL right-click functionality: copy, paste, open in new window. It's easy to change, assuming your using IE: Click "Tools"->"Internet Options" Click the "Security" tab Click "Custom Level" Scroll down to the "Scripting" section Set "Active Scripting" to "disable" Click "Ok" a couple of times. You'll probably want to turn this back to "enable" when your done... 'cause generally the javascript enhances a website.

Let The Light Flash On Your KeyBoard

These codes when executed makes your Caps, Num, Scroll lock keys flash.. very kewlll...i have tried it... Instructions: *paste any of the codes in notepad *Save as AnyFileName.vbs *Run the file *to stop, launch task manager and then under "Processes", end wscript.exe 1.This piece of code makes your keyboard a live disco... Set wshShell =wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "{CAPSLOCK}" wshshell.sendkeys "{NUMLOCK}" wshshell.sendkeys "{SCROLLLOCK}" loop 2.This one makes it looks like a chain of light.... Set wshShell =wscript.CreateObject("WScript.Shell") do wscript.sleep 200 wshshell.sendkeys "{CAPSLOCK}" wscript.sleep 100 wshshell.sendkeys "{NUMLOCK}" wscript.sleep 50 wshshell.sendkeys "{SCROLLLOCK}" loop That's it for today's post, feel free to try and post comments.