, ,

Souris Logitech VX Nano

Un autre tutoriel

Les boutons personnalisables sont :

Une configuration poussée est possible avec BTNX ou XBindKeys. Ci-dessous, un fichier de configuration pour XBindKeys :

###
### Exemple de règles pour ~/.xbindkeysrc
###

# Raccourcis standards de navigation dans les historiques
# des navigation par pages (aides, Firefox...)
"/usr/bin/xvkbd -xsendevent -text "\[Alt_L]\[Left]""
   b:9
"/usr/bin/xvkbd -xsendevent -text "\[Alt_L]\[Right]""
   b:8

# Raccourcis standards pour changer d'onglet (terminal, Firefox...)
"/usr/bin/xvkbd -xsendevent -text "\[Control_L]\[Prior]""
    Control + b:6
"/usr/bin/xvkbd -xsendevent -text "\[Control_L]\[Next]""
    Control + b:7
"/usr/bin/xvkbd -xsendevent -text "\[Control_L]\[w]""
    Control + b:9


# Lancer un gnome-terminal
"/usr/bin/gnome-terminal"
    control + b:8

# Texte : sélectionner tout
"/usr/bin/xvkbd -xsendevent -text "\[Control_L]\[a]""
    Control + b:2

# XSel permet de retrouver la sélection X11 qu'on colle
# en général avec un clic-milieu (buffer PRIMARY)
#"echo "string $(xsel -o)" | xmacroplay -d 0 :0.0"
#    b:[numéro du bouton]