3fc8404257bd65870636e38b1a281298955d0c47
[indicator-keyboard-led.git] / debian / templates
1 Template: indicator-keyboard-led/short
2 Type: boolean
3 Default: false
4 Description: Enable short labels:
5  Short labels: e.g. ⚫N ⚫C ⚫S
6  Default labels: e.g. ⚫Num ⚫Caps ⚫Scroll
7
8 Template: indicator-keyboard-led/order
9 Type: string
10 Default: NCS
11 Description: 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
19 Template: indicator-keyboard-led/xdotool
20 Type: string
21 Default:
22 Description: 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].