Skip to content

Instantly share code, notes, and snippets.

@astronasutarou
Created January 11, 2014 09:56
Show Gist options
  • Save astronasutarou/8369006 to your computer and use it in GitHub Desktop.
Save astronasutarou/8369006 to your computer and use it in GitHub Desktop.
Wacom Bamboo の初期設定を xsetwacom を通してやるためのサンプルスクリプト
#!/bin/bash
xsetwacom set "Wacom Bamboo 16FG 4x5 Finger touch" Touch off
xsetwacom set "Wacom Bamboo 16FG 4x5 Finger pad" Button 1 "key shift"
xsetwacom set "Wacom Bamboo 16FG 4x5 Finger pad" Button 3 "key shift equal"
xsetwacom set "Wacom Bamboo 16FG 4x5 Finger pad" Button 8 "key minus"
xsetwacom set "Wacom Bamboo 16FG 4x5 Finger pad" Button 9 "key ctrl z"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment