Create debian/* for .deb packaging
[indicator-keyboard-led.git] / debian / templates
CommitLineData
e21d3d38
AIL
1Template: indicator-keyboard-led/short
2Type: boolean
3Default: false
4Description: Enable short labels:
5 Short labels: e.g. ⚫N ⚫C ⚫S
6 Default labels: e.g. ⚫Num ⚫Caps ⚫Scroll
7
8Template: indicator-keyboard-led/order
9Type: string
10Default: NCS
11Description: Locks display order [NCS]:
12 Use N for Num lock, C for Caps lock and S for Scroll lock.
13 Examples:
14 NCS gives ⚫Num ⚫Caps ⚫Scroll [default]
15 CNS gives ⚫Caps ⚫Num ⚫Scroll
16 NC gives ⚫Num ⚫Caps (Scroll hidden)
17 C gives ⚫Caps
18
19Template: indicator-keyboard-led/xdotool
20Type: string
21Default:
22Description: Custom xdotool path [leave blank to search in $PATH]:
23 Give full path to xdotool (e.g. /usr/bin/xdotool), or
24 leave blank to let indicator-keyboard-led search for it
25 in your $PATH [default].