diff options
author | J William Piggott <elseifthen@gmx.com> | 2020-03-08 21:52:07 -0400 |
---|---|---|
committer | J William Piggott <elseifthen@gmx.com> | 2020-03-22 14:11:05 -0400 |
commit | 325db79a44b0536c5089314029aae0ad6c340c6e (patch) | |
tree | 9fff3c79b21da215fbb5be551c9e6016693d7628 | |
parent | 835044ad75c5935958f93214b9e2d942afd07686 (diff) |
rules: add pc104alt & pc86 rule
pc104alt was added in 6f5f166
pc86 was added in 9bbda6b
However, neither commit added a rule so that they could be used.
Signed-off-by: J William Piggott <elseifthen@gmx.com>
-rw-r--r-- | geometry/pc | 2 | ||||
-rw-r--r-- | rules/base.lists.part | 2 | ||||
-rw-r--r-- | rules/base.xml | 14 |
3 files changed, 16 insertions, 2 deletions
diff --git a/geometry/pc b/geometry/pc index c4869a72..d1197e43 100644 --- a/geometry/pc +++ b/geometry/pc @@ -889,7 +889,7 @@ xkb_geometry "abnt2" { // Created by Alexander Pohoyda <alexander.pohoyda@gmx.net> xkb_geometry "pc86" { - description = "Noname keyboard with 86 keys, DE"; + description = "Generic 86"; width = 287; height = 143; baseColor = "grey20"; diff --git a/rules/base.lists.part b/rules/base.lists.part index 6f7433d2..fb3a6e91 100644 --- a/rules/base.lists.part +++ b/rules/base.lists.part @@ -6,7 +6,7 @@ // ori pk ru scc sy syr tel th tj tam ua uz // PC models -! $pcmodels = pc101 pc102 pc104 pc105 +! $pcmodels = pc86 pc101 pc102 pc104 pc104alt pc105 // Jolla devices and keyboards ! $jollamodels = jollasbj diff --git a/rules/base.xml b/rules/base.xml index f7b113f1..297ea6ca 100644 --- a/rules/base.xml +++ b/rules/base.xml @@ -4,6 +4,13 @@ <modelList> <model> <configItem> + <name>pc86</name> + <description>Generic 86-key PC</description> + <vendor>Generic</vendor> + </configItem> + </model> + <model> + <configItem> <name>pc101</name> <description>Generic 101-key PC</description> <vendor>Generic</vendor> @@ -25,6 +32,13 @@ </model> <model> <configItem> + <name>pc104alt</name> + <description>Generic 104 with L-shaped Enter and small Backspace with Backslash left to it</description> + <vendor>Generic</vendor> + </configItem> + </model> + <model> + <configItem> <name>pc105</name> <description>Generic 105-key PC (intl.)</description> <vendor>Generic</vendor> |