floss:wacom

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
floss:wacom [2020/06/18 10:14] – créée villersdfloss:wacom [2020/08/17 15:26] (Version actuelle) villersd
Ligne 1: Ligne 1:
 ====== Utilisation d'une tablette graphique Wacom ====== ====== Utilisation d'une tablette graphique Wacom ======
 +  * [[https://www.wacom.com/fr-fr]]
 +    * [[http://101.wacom.com/UserHelp/fr/TOC/CTL-6100wl.html]]
   * [[https://doc.ubuntu-fr.org/liste_tablettes_graphique|Prise en charge des tablettes graphiques sous Ubuntu]]   * [[https://doc.ubuntu-fr.org/liste_tablettes_graphique|Prise en charge des tablettes graphiques sous Ubuntu]]
     * modèles testés :     * modèles testés :
Ligne 5: Ligne 7:
       * Wacom Intuos M CTL-6100WL       * Wacom Intuos M CTL-6100WL
   * [[https://doc.ubuntu-fr.org/wacom|Tablettes graphiques Wacom]]   * [[https://doc.ubuntu-fr.org/wacom|Tablettes graphiques Wacom]]
 +  * [[https://linuxwacom.github.io/|Linux Wacom project]] - [[https://github.com/linuxwacom]]
 +    * [[https://github.com/linuxwacom/xf86-input-wacom]] (+ wiki)
 +  * [[https://wiki.archlinux.org/index.php/wacom_tablet]]
 +
 +  * ATTENTION, il faudra écrire un petit script pour effectuer des réglages qui soient permanents !!
 +
 +===== Utilisation avec des écrans distincts et problèmes de mapping =====
 +  * [[https://forums.opensuse.org/showthread.php/537880-XP-Pen-Drawing-Tablet]]
 +    * xsetwacom...
  
  
Ligne 144: Ligne 155:
 Property 'Wacom Pressure Recalibration' does not exist on device. Property 'Wacom Pressure Recalibration' does not exist on device.
 Option "PanScrollThreshold" "13" Option "PanScrollThreshold" "13"
 +</code>
 +
 +==== Modifiers ====
 +
 +  xsetwacom --list modifiers
 +
 +<code>
 +21 modifiers are supported:
 + ctrl
 + ctl
 + control
 + lctrl
 + rctrl
 + meta
 + lmeta
 + rmeta
 + alt
 + lalt
 + ralt
 + shift
 + lshift
 + rshift
 + super
 + lsuper
 + rsuper
 + hyper
 + lhyper
 + rhyper
 + altgr
 +
 +83 specialkeys are supported:
 + f1
 + f2
 + f3
 + f4
 + f5
 + f6
 + f7
 + f8
 + f9
 + f10
 + f11
 + f12
 + f13
 + f14
 + f15
 + f16
 + f17
 + f18
 + f19
 + f20
 + f21
 + f22
 + f23
 + f24
 + f25
 + f26
 + f27
 + f28
 + f29
 + f30
 + f31
 + f32
 + f33
 + f34
 + f35
 + esc
 + Esc
 + up
 + down
 + left
 + right
 + backspace
 + Backspace
 + return
 + tab
 + PgUp
 + PgDn
 + del
 + home
 + end
 + insert
 + `
 + -
 + =
 + [
 + ]
 + \
 + ;
 + '
 + ,
 + .
 + /
 + ~
 + !
 + @
 + #
 + $
 + %
 + ^
 + &
 + *
 + (
 + )
 + _
 + +
 + {
 + }
 + |
 + :
 + "
 + <
 + >
 + ?
 +Keys not listed above can be specified via their KeySyms. See the man page for details.
 +</code>
 +
 +==== Choix du mode absolu/relatif ====
 +
 +Il peut être utile de travailler en mode relatif ou absolu, en utilisant par exemple une de ces commandes :
 +<code>
 +xsetwacom set "Wacom BambooFun 4x5 Pen stylus" mode Relative
 +xsetwacom set "Wacom BambooFun 4x5 Pen stylus" mode Absolute
 +
 +xsetwacom set "Wacom Intuos BT M Pen stylus" mode Relative
 +xsetwacom set "Wacom Intuos BT M Pen stylus" mode Absolute
 </code> </code>
  • floss/wacom.1592468064.txt.gz
  • Dernière modification : 2020/06/18 10:14
  • de villersd