diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2020-05-27 14:06:29 +1000 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2020-06-02 20:04:48 +0000 |
commit | 3455f4f290bc6ebd1fc36f41572f5943879c1ba7 (patch) | |
tree | 771f2675ad60e1568a02fa4d117d0a6b10c04539 /rules/0044-o_t.part | |
parent | eb2c97e4c518f1971d364b48ba12dc664960454e (diff) | |
download | xkeyboard-config-3455f4f290bc6ebd1fc36f41572f5943879c1ba7.tar.gz |
rules: remove the useless 'base' prefix from the parts files
We only have two rulesets that matter - base and evdev. Let's drop the "base"
prefix from the files that are used by both and leave it only where it is
ruleset-specific.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'rules/0044-o_t.part')
-rw-r--r-- | rules/0044-o_t.part | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/0044-o_t.part b/rules/0044-o_t.part new file mode 100644 index 0000000..a43a993 --- /dev/null +++ b/rules/0044-o_t.part @@ -0,0 +1,9 @@ +! option = types + caps:internal = +caps(internal) + caps:internal_nocancel = +caps(internal_nocancel) + caps:shift = +caps(shift) + caps:shift_nocancel = +caps(shift_nocancel) + numpad:pc = +numpad(pc) + numpad:mac = +numpad(mac) + numpad:microsoft = +numpad(microsoft) + numpad:shift3 = +numpad(shift3) |