From 5bb33f33cf5d1549b71e6b450ab063f11b5631a1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 27 Feb 2003 16:07:31 +0000 Subject: no mouse probe when brltty --- perl-install/install2.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/install2.pm b/perl-install/install2.pm index e273cefae..d17ea2513 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -490,6 +490,7 @@ sub main { log::l("brltty option $driver $device $table"); $o->{brltty} = { driver => $driver, device => $device, table => $table }; $o->{interactive} = 'newt'; + $o->{nomouseprobe} = 1; } # perl_checker: require install_steps_gtk -- cgit v1.2.1