home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-22 | 852 b | 50 lines |
- .name
- MidMoose
- .type
- Mouse Commodity
- .short
- Maps a key to the middle mouse button.
- .description
- MidMoose emulates the middle mouse button for mice (moose) that don't have
- one. Currently no tooltypes are supported. a press on "left Amiga z"
- corresponds to the MMB.
- .version
- 2.0ß
- .author
- Lee Kindness
- .requirements
- OS 2.0+
- .distribution
- Copyrighted but Freely Distributable
- .address
- 8 Craigmarn Road
- Portlethen Village
- Aberdeen
- AB1 4QR
- .docs
- MidMoose.doc
- .described-by
- Richard Fish
- .submittal
- downloaded via ftp from Aminet
- .aminet-dir
- util/cdity
- .execute
- set choice `RequestChoice "MidMoose" "Please select an option" "View Readme" "View Doc" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool MidMoose.readme TEXT
- endif
-
- if $choice EQ "2"
- MetaTool MidMoose.doc TEXT
- endif
-
- if $choice EQ "3"
- run MidMoose
- endif
-