Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/tuxpaint-completion.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/tuxpaint-completion.bash')
-rw-r--r--src/tuxpaint-completion.bash22
1 files changed, 21 insertions, 1 deletions
diff --git a/src/tuxpaint-completion.bash b/src/tuxpaint-completion.bash
index 796a209..f10b2f1 100644
--- a/src/tuxpaint-completion.bash
+++ b/src/tuxpaint-completion.bash
@@ -3,7 +3,7 @@
# Bill Kendrick <bill@newbreedsoftware.com>; http://www.tuxpaint.org/
# Based on inkscape's completion file, by allali@univ-mlv.fr
#
-# $Id: tuxpaint-completion.bash,v 1.3 2011/05/27 21:14:15 perepujal Exp $
+# $Id: tuxpaint-completion.bash,v 1.4 2011/09/05 09:50:45 perepujal Exp $
# FIXME: See http://www.debian-administration.org/articles/316 for an intro
# to how we should be doing this... -bjk 2009.09.09
@@ -62,9 +62,29 @@ _tuxpaint()
--nolockfile \
--mouse-accessibility \
--onscreen-keyboard \
+ --onscreen-keyboard-layout \
+ --onscreen-keyboard-disable-change \
--joystick-slowness \
--joystick-threshold \
--joystick-maxsteps \
+ --joystick-hat-slowness \
+ --joystick-hat-timeout \
+ --joystick-btn-escape \
+ --joystick-btn-brush \
+ --joystick-btn-stamp \
+ --joystick-btn-lines \
+ --joystick-btn-shapes\
+ --joystick-btn-text \
+ --joystick-btn-label \
+ --joystick-btn-magic \
+ --joystick-btn-undo \
+ --joystick-btn-redo \
+ --joystick-btn-eraser \
+ --joystick-btn-new \
+ --joystick-btn-open \
+ --joystick-btn-save \
+ --joystick-btn-pgsetup \
+ --joystick-btn-print \
--colorfile' -- $cur ) )
# We don't accept filenames on the command-line yet -bjk 2009.09.09
# else