[Pkg-cli-apps-commits] [SCM] keepass2 branch, master, updated. debian/2.15+dfsg-2-12-g00a56ed

Julian Taylor jtaylor.debian at googlemail.com
Tue Jun 21 17:43:02 UTC 2011


The following commit has been merged in the master branch:
commit 509b8527dc21fb583d385bcc833d20763c52a33a
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Tue May 3 21:54:40 2011 +0200

    patch: add xdotool keysym mapping for square brackets

diff --git a/debian/patches/15_add-xdotool-keysym-mapping-for-square-brackets.patch b/debian/patches/15_add-xdotool-keysym-mapping-for-square-brackets.patch
new file mode 100644
index 0000000..1a4c693
--- /dev/null
+++ b/debian/patches/15_add-xdotool-keysym-mapping-for-square-brackets.patch
@@ -0,0 +1,23 @@
+From: Julian Taylor <jtaylor.debian at googlemail.com>
+Date: Tue, 3 May 2011 10:21:34 +0200
+Subject: add xdotool keysym mapping for square brackets
+
+Applied-Upstream: 2.16
+---
+ KeePass/Util/SendInputEx.Unix.cs |    2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+diff --git a/KeePass/Util/SendInputEx.Unix.cs b/KeePass/Util/SendInputEx.Unix.cs
+index 0f14ab5..dcce975 100644
+--- a/KeePass/Util/SendInputEx.Unix.cs
++++ b/KeePass/Util/SendInputEx.Unix.cs
+@@ -79,6 +79,8 @@ namespace KeePass.Util
+ 				m_dictXDoReplace[@")"] = "parenright";
+ 				m_dictXDoReplace[@"{"] = "braceleft";
+ 				m_dictXDoReplace[@"}"] = "braceright";
++				m_dictXDoReplace[@"["] = "bracketleft";
++				m_dictXDoReplace[@"]"] = "bracketright";
+ 
+ 				foreach(string strKpKey in m_dictXDoReplace.Keys)
+ 				{
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index e6847e1..999386c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,3 +12,4 @@
 12_fix-single-instance-enforcement.patch
 13-remove-ToolsVersion-3.5.patch
 14_fix-WebClient-for-ftp-access-under-mono.patch
+15_add-xdotool-keysym-mapping-for-square-brackets.patch

-- 
keepass2



More information about the Pkg-cli-apps-commits mailing list