View Single Post
Old 05-20-2005, 12:57 PM   #1
zorro
Phone Control Moderator
 
zorro's Avatar
 
Join Date: Mar 2004
Location: Munich, Germany
Vehicle: 1998 Audi A3
Posts: 1,901
My Photos: ()
Input tool using MouseWheel

Hi Guys,

just built a nice little tool for entering keystrokes using the mouse wheel only and thought, you might wanna give it a try.

After you've copied it to your harddrive and you run it, you'll get this picture on the screen:


As you can see, it shows you a small tootip window, displaying the currently selected, the previous and the next character in the queue. To select a character, simply turn the mouse wheel. When you reach the character you need, click the mouse wheel button and it'll be send to the current control (which is supposed to be a textbox). Do that until you've completed your input.
Further you see the window is split in four regions, whereas 3 of them have a special meaning:
- BS sends a Backspace whenever you click it (with the left mouse button)
- CR sends a Carriage Return
- Func switches between normal characters, numbers and special characters

Once you stop turning the mouse wheel, this window will hide itself. To bring it back, simply hold down the wheel button until it pops up again (this timings are configurable as well).

What characters you see there browsing through, is defined within the according section in the configuration file. Feel free to edit and change this according to your needs.
Also in the configuration file you can apply colors, position and font settings. I'd say, the configuration is self explaining (for those who know me: yes, it is XML - you can use PhoneCtlConfig.exe to change it)

Needles to say that it's .NET and therefore it needs .NET Framework to run it.

If you try it, please be aware that it's just capturing mouse input. Since it doesn't consume it completely, it may happen that the application in foreground reacts on the wheel command as well.


You can download it here: MouseWheelInput.zip
__________________
Skinning to go... VisualDesigner2!

Last edited by zorro : 05-21-2005 at 04:42 AM.
zorro is offline  
Sponsored Links