Bonjour à tous,

J'utilise gnopernicus (1.0.4) sur gnome (2.14.x) debian testing.

J'observe le phénomène suivant: Si une application dispose d'une boîte de
saisie l'activation d'une commande de gnopernicus envoie le chiffre
correspondant à l'application. Par exemple, sur le bureau, le fait d'appuyer
sur 7 pour avoir la barre de titre me donne rapidement la barre de titre
mais insère un 7 dans la zone de saisie. A part cela gnopernicus fonctionne
bien, firefox, gedit, aide de gnome, ...

Pour contourner ce problème je souhaiterai faire en sorte que le pavé
numérique ne m'envoie plus de chiffre mais comment faire? 
Si quelqu'un a une idée ?

Voici à titre d'info mon .xsession.


#!/bin/sh

# turns numlock on
numlockx on

# [turn Accessibility on (as just described above)]
gconftool-2 --type bool --set /desktop/gnome/interface/accessibility true

# [turn Braille on]
gconftool-2 --type bool --set /apps/gnopernicus/srcore/br_active true

# [set Braille Device to BRLTTY's BrlAPI]
gconftool-2 --type string --set /apps/gnopernicus/braille/device BRLTTY

# [set Braille Translation Table to your preferred language]
# English: en_US
# French: fr
# German: de
# Spanish: es
# Swedish: sv
gconftool-2 --type string --set /apps/gnopernicus/braille/translation_table
fr

# [turn the on-screen Braille Monitor (for sighted users) off]
gconftool-2 --type bool --set /apps/gnopernicus/srcore/bm_active false

# [turn Speech off]
gconftool-2 --type bool --set /apps/gnopernicus/srcore/sp_active false

GDK_USE_XFT=1
GTK_MODULES=gail:atk-bridge #
ferret:gail-gnome:dwellmouselistener:keymouselistener
GNOME_ACCESSIBILITY=1

# Tell Gnopernicus which virtual terminal is being used by the X display.
# This is a bit complicated so cut-and-paste (rather than retype) it.
#CONTROLVT="$(grep "using VT number" "/var/log/XFree86.$(echo "$DISPLAY" |
sed -e "s/^.*::*\([0-9]*\).*$/\1/").log" | sed -e "s/^.*using VT number
\([0-9]*\).*$/\1/") /sbin/brltty -bba -xas -Xas:Type=text+terminal+all"
CONTROLVT=7 

export CONTROLVT GNOME_ACCESSIBILITY GTK_MODULES GDK_USE_XFT

# start gnopernicus
gnopernicus --sync --enable-sound &

# Start orca
# orca &

# Start brltty for text-mode apps
#/sbin/brltty -bba -xas

# Start the Gnome session.
gnome-session

N.B. fr.a2b a été obtenu grâce à l'utilitaire brailletable de brltty
appliqué à la table fr_FR.tbl. 

Merci d'avance pmour votre aide.

Daniel


_______________________________________________
Liste de diffusion CarrefourBLinuX
    [email protected]
    http://lists.freearchive.org/mailman/listinfo/carrefourblinux
Fiches EDU : http://blinuxwiki.pbwiki.com/FichesEdu
Signets : http://fr.groups.yahoo.com/group/carrefourblinux/links/
Archives : http://lists.freearchive.org/pipermail//carrefourblinux
Anciennes archives (Yahoogroupes) :
    http://fr.groups.yahoo.com/group/carrefourblinux/messages
Rechercher : http://lists.freearchive.org/cgi-bin/search.cgi
Pour s'inscire par courriel :
    'mailto:[EMAIL PROTECTED]'
Pour se desinscrire par courriel :
    'mailto:[EMAIL PROTECTED]'

Répondre à