From 3fb2f5d4c843160490bc4981004cd81f62fe0d98 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 17 Aug 2009 23:16:56 +0000 Subject: [PATCH] - xkeyboard-config-1.6-caps-super.patch: add caps:super option (#505187) - xkeyboard-config-1.6-caps-hyper.patch: add caps:hyper option (#505187) --- xkeyboard-config-1.6-caps-hyper.patch | 60 +++++++++++++++++++++++++++ xkeyboard-config-1.6-caps-super.patch | 59 ++++++++++++++++++++++++++ xkeyboard-config.spec | 12 +++++- 3 files changed, 129 insertions(+), 2 deletions(-) create mode 100644 xkeyboard-config-1.6-caps-hyper.patch create mode 100644 xkeyboard-config-1.6-caps-super.patch diff --git a/xkeyboard-config-1.6-caps-hyper.patch b/xkeyboard-config-1.6-caps-hyper.patch new file mode 100644 index 0000000..459f8cc --- /dev/null +++ b/xkeyboard-config-1.6-caps-hyper.patch @@ -0,0 +1,60 @@ +From 6b99bd6e4dca53a7143b87f5f5a9026ed2a6f00e Mon Sep 17 00:00:00 2001 +From: Peter Hutterer +Date: Tue, 18 Aug 2009 09:04:11 +1000 +Subject: [PATCH] add caps:hyper + +http://bugs.freedesktop.org/show_bug.cgi?id=23356 + +Signed-off-by: Peter Hutterer +--- + rules/base.o_s.part | 1 + + rules/base.xml.in | 6 ++++++ + symbols/capslock | 6 ++++++ + 3 files changed, 13 insertions(+), 0 deletions(-) + +diff --git a/rules/base.o_s.part b/rules/base.o_s.part +index 175a214..8305bb6 100644 +--- a/rules/base.o_s.part ++++ b/rules/base.o_s.part +@@ -54,6 +54,7 @@ + caps:escape = +capslock(escape) + caps:backspace = +capslock(backspace) + caps:super = +capslock(super) ++ caps:hyper = +capslock(hyper) + ctrl:nocaps = +ctrl(nocaps) + ctrl:swapcaps = +ctrl(swapcaps) + ctrl:ctrl_ac = +ctrl(ctrl_ac) +diff --git a/rules/base.xml.in b/rules/base.xml.in +index 0958687..4628c4c 100644 +--- a/rules/base.xml.in ++++ b/rules/base.xml.in +@@ -4774,6 +4774,12 @@ + + ++ + ++