Posts

Showing posts with the label mouse

Some Useful Mouse Tips And Tricks

Image
Some Useful Mouse Tips And Tricks      Hi friends today I will share some useful mouse tips and tricks.     1. In Windows Open Windows Explorer - If you want to open windows explorer by mouse then   you just go to your taskbar and click     the scroll botton on file explorer. 2.In Windows Copy and paste - Just right click and hold down then drag and drop the folder or file. 3.When Your Keyboard Is Broken - In windows just use On-Screen Keyboard, or there are a free alternetive that is free virtual keyboard http://freevirtualkeyboard.com/ this is a freeware. If you want to paid some money you can use a nice app call comfort On-Screen Keyboard - http://www.comfort-software.com/on-screen-keyboard.html or another app is hot virtual keyboard - http://hot-virtual-keyboard.com/.. download file now

Some beginners ideas about JavaScript mouse event handling in different browsers

Some beginners ideas about JavaScript mouse event handling in different browsers From the very beginning JavaScript had to fight the various browser incompatibilities and this is still an issue today. In this blog Id like to highlight some of the issues with JavaScript mouse events. Nothing new for the experienced JavaScript developer but an issue of confusion for newcomers. And I wont go into the IE and Microsoft event model (look here for a good description) differences but restrict myself to Firefox and Safari. My experimental setup consists of two SELECT boxes called Left and Right . The Left box contains one OPTION element. The boxes and the option are coloured to highlight their boundaries. A TEXTAREA shows the log of events (and can be cleared with the Clear log button). The SELECT boxes have been set up to capture MOUSEOVER, MOUSEDOWN and MOUSEUP events. There is one line in the log for each event consisting of: the type of event (MOUSEOVER etc.) the type of element wh...

Solve PS 2 Mouse and Keyboard Problem in Ubuntu 10 04

Solve PS 2 Mouse and Keyboard Problem in Ubuntu 10 04 Use the following command for solving PS/2 Mouse and Keyboard Problem $ sudo rmmod psmouse $ sudo modprobe psmouse If you cannot access the  system , connect in a network, use remote login and use above the command download file now