New keyboard names and alias for ANSI, ISO, JIS keyboards Description of the three models in the XKB Registry
Signed-off-by: Damien Ciabrini <[email protected]> --- I'm resending this one for the signed-off-by tag, patch is unchanged. rules/base.lists.part | 1 + rules/base.xml.in | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 0 deletions(-) diff --git a/rules/base.lists.part b/rules/base.lists.part index 27f081f..f1d40c8 100644 --- a/rules/base.lists.part +++ b/rules/base.lists.part @@ -25,6 +25,7 @@ ! $macbooks = macbook78 macbook79 ! $maclaptop = ibook powerbook macbook78 macbook79 +! $applealu = applealu_ansi applealu_iso applealu_jis ! $macs = macintosh macintosh_old ibook powerbook macbook78 macbook79 ! $macvendorlayouts = ch de dk fi fr gb is it latam nl no pt se us diff --git a/rules/base.xml.in b/rules/base.xml.in index dff0abd..5fbe756 100644 --- a/rules/base.xml.in +++ b/rules/base.xml.in @@ -1100,6 +1100,27 @@ </model> <model> <configItem> + <name>applealu_ansi</name> + <_description>Apple Aluminium Keyboard (ANSI)</_description> + <vendor>Apple</vendor> + </configItem> + </model> + <model> + <configItem> + <name>applealu_iso</name> + <_description>Apple Aluminium Keyboard (ISO)</_description> + <vendor>Apple</vendor> + </configItem> + </model> + <model> + <configItem> + <name>applealu_jis</name> + <_description>Apple Aluminium Keyboard (JIS)</_description> + <vendor>Apple</vendor> + </configItem> + </model> + <model> + <configItem> <name>silvercrest</name> <_description>SILVERCREST Multimedia Wireless Keyboard</_description> <vendor>Silvercrest</vendor> -- 1.6.5 _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
