diff options
author | Matt Wilson <msw@redhat.com> | 2000-08-16 22:40:06 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-08-16 22:40:06 +0000 |
commit | 8b47a68d40976a893b8e8102152dcbc74b9a3ca9 (patch) | |
tree | 1efd3f51eda377733190fff1a5077f3cb1304ca5 /mouse.py | |
parent | 0be9c47742287a56691f62a1a31ea308f0aac43f (diff) | |
download | anaconda-8b47a68d40976a893b8e8102152dcbc74b9a3ca9.tar.gz anaconda-8b47a68d40976a893b8e8102152dcbc74b9a3ca9.tar.xz anaconda-8b47a68d40976a893b8e8102152dcbc74b9a3ca9.zip |
docs
Diffstat (limited to 'mouse.py')
-rw-r--r-- | mouse.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ import os class Mouse (SimpleConfigFile): mice = { + # (gpm protocol, X protocol, emulate3) "ALPS - GlidePoint (PS/2)" : ("ps/2", "GlidePointPS/2", "psaux", 1), "ASCII - MieMouse (serial)" : |