Create debian/* for .deb packaging
[indicator-keyboard-led.git] / debian / templates
diff --git a/debian/templates b/debian/templates
new file mode 100644 (file)
index 0000000..3fc8404
--- /dev/null
@@ -0,0 +1,25 @@
+Template: indicator-keyboard-led/short
+Type: boolean
+Default: false
+Description: Enable short labels:
+ Short labels: e.g. ⚫N ⚫C ⚫S
+ Default labels: e.g. ⚫Num ⚫Caps ⚫Scroll
+
+Template: indicator-keyboard-led/order
+Type: string
+Default: NCS
+Description: Locks display order [NCS]:
+ Use N for Num lock, C for Caps lock and S for Scroll lock.
+ Examples:
+  NCS   gives    ⚫Num ⚫Caps ⚫Scroll [default]
+  CNS   gives    ⚫Caps ⚫Num ⚫Scroll
+  NC    gives    ⚫Num ⚫Caps (Scroll hidden)
+  C     gives    ⚫Caps
+
+Template: indicator-keyboard-led/xdotool
+Type: string
+Default:
+Description: Custom xdotool path [leave blank to search in $PATH]:
+ Give full path to xdotool (e.g. /usr/bin/xdotool), or
+ leave blank to let indicator-keyboard-led search for it
+ in your $PATH [default].