From 02eac1c64dd8bf93136656500633cc0ec903e1f0 Mon Sep 17 00:00:00 2001 From: 3 <alexl@redhat.com> Date: Wed, 13 Dec 2000 10:03:16 +0000 Subject: 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. --- docs/README.linux-fb | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'docs/README.linux-fb') 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 -- cgit v1.2.1