diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-14 06:33:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-14 06:33:49 +0100 |
commit | 88570e2111ee361bb13f60b70c298cbac7571d19 (patch) | |
tree | aeb8945fdabd4d60a9595e70887feb7cd1fa0e56 /interface-definitions | |
parent | 49e4843a2f1217f75ef41cfe744723021554a2fd (diff) | |
parent | d6ab086a744fe8e1d5bc071ccd8f0cfa4d272e55 (diff) | |
download | vyos-1x-88570e2111ee361bb13f60b70c298cbac7571d19.tar.gz vyos-1x-88570e2111ee361bb13f60b70c298cbac7571d19.zip |
Merge pull request #608 from DmitriyEshenko/kb-layout
system: T3038: Add keyboard layout CLI command
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/system-options.xml.in | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/interface-definitions/system-options.xml.in b/interface-definitions/system-options.xml.in index 297f5891e..fab0c0169 100644 --- a/interface-definitions/system-options.xml.in +++ b/interface-definitions/system-options.xml.in @@ -80,6 +80,38 @@ #include <include/source-address-ipv4-ipv6.xml.i> </children> </node> + <leafNode name="keyboard-layout"> + <properties> + <help>System keyboard layout, type ISO2</help> + <completionHelp> + <list>us fr de fi no dk</list> + </completionHelp> + <valueHelp> + <format>us</format> + <description>United States of America</description> + </valueHelp> + <valueHelp> + <format>fr</format> + <description>France</description> + </valueHelp> + <valueHelp> + <format>de</format> + <description>Germany</description> + </valueHelp> + <valueHelp> + <format>fi</format> + <description>Finland</description> + </valueHelp> + <valueHelp> + <format>no</format> + <description>Norway</description> + </valueHelp> + <valueHelp> + <format>dk</format> + <description>Denmark</description> + </valueHelp> + </properties> + </leafNode> </children> </node> </children> |