Metadata-Version: 1.0
Name: joy2mouse
Version: 0.1
Summary: Lets you control your mouse-cursor with your joypad/joystick
Home-page: http://launchpad.net/joy2mouse
Author: Daniel Nögel
Author-email: joy2mouse@post.danielnoegel.de
License: GPLv3
Description: joy2mouse - mouse wrapper for your joystick/joypad
        by Daniel Nögel
        
        Configure
        =========
        * run joy2mouse - it will create the .joy2mouse config file
        * create a profile in the file .joy2mouse in your home directory
        * in order to use that profile run "joy2mouse -p EXAMPLE" if your 
          profile is named "EXAMPLE"
        
        A profile explained
        ===================
        [Minecraft]		# The profile's name
        device = /dev/input/js0	# ignore default device and use this instead
        axis = 0 1 4 5          # watch axis 0 1 4 and 5
        0 = mouse 1		# map joypad button 0 to mouse button 1
        1 = mouse 2             # ...
        2 = w                   # map joypad button 2 to key "w"
        3 = space               # map to space
        4 = mouse 4             # map to mouse button 4
        5 = mouse 5             # map to mouse button 5
        
        Dependencies
        ============
        python-xlib
        python-virtkey
        
Keywords: joypad joystick mouse
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
