Update debian files
[indicator-keyboard-led.git] / debian / templates
1 Template: indicator-keyboard-led/order
2 Type: string
3 Default: NCS
4 Description: Locks display order [NCS]:
5  Use N for Num lock, C for Caps lock and S for Scroll lock.
6  Examples:
7   NCS   gives    Num Caps Scroll [default]
8   CNS   gives    Caps Num Scroll
9   NC    gives    Num Caps (Scroll hidden)
10   C     gives    Caps
11
12 Template: indicator-keyboard-led/xdotool
13 Type: string
14 Default:
15 Description: Custom xdotool path [leave blank to search in $PATH]:
16  Give full path to xdotool (e.g. /usr/bin/xdotool), or
17  leave blank to let indicator-keyboard-led search for it
18  in your $PATH [default].