diff options
author | 3 <alexl@redhat.com> | 2000-12-13 10:03:16 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2000-12-13 10:03:16 +0000 |
commit | 02eac1c64dd8bf93136656500633cc0ec903e1f0 (patch) | |
tree | 9f1d43df287ddfd301c2d94ec16f7faebcaa2c2d /docs | |
parent | 2c9eb3a5725420394322ecedb1556d59b5b4bcaa (diff) | |
download | gtk+-02eac1c64dd8bf93136656500633cc0ec903e1f0.tar.gz |
Add support for ps2 intellimouse.
2000-12-13 <alexl@redhat.com>
* gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
Add support for ps2 intellimouse.
* gdkkeyboard-fb.c:
Move shift-F1 repaint handling to xlate handler only.
* docs/README.linux-fb:
Add imps2 to docs.
Document the new refresh keys.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.linux-fb | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/README.linux-fb b/docs/README.linux-fb index 6203e32409..8a882982b2 100644 --- a/docs/README.linux-fb +++ b/docs/README.linux-fb @@ -103,6 +103,7 @@ GDK_DISPLAY: GDK_MOUSE_TYPE: Specify mouse type. Currently supported is: ps2 - PS/2 mouse + imps2 - PS/2 intellimouse (wheelmouse) ms - Microsoft serial mouse fidmour - touch screen Default is ps2. @@ -124,9 +125,16 @@ GDK_KEYBOARD_TYPE: HACKING: -------- -Pressing shift-F1 forces a repaint of the whole screen. -To be written. +Pressing Ctrl-Alt-Return repaints the whole screen. +Unfortunately this cannot be pressed when using the xlate keyboard +driver, so instead you can use shift-F1 instead when using this +driver. + +Pressing Ctrl-Alt-BackSpace kills the GtkFB program. (Can't be pressed +in the xlate driver. + +More to be written. - Alexander Larsson <alexl@redhat.com> 2000/12/06 |