[sawfish] AltGR is not always Mod5 - so remove the synonyme
- From: Christopher Bratusek <chrisb src gnome org>
- To: svn-commits-list gnome org
- Subject: [sawfish] AltGR is not always Mod5 - so remove the synonyme
- Date: Mon, 20 Apr 2009 12:56:00 -0400 (EDT)
commit 38d8668636508b50a7862e4b44c2d673cb16fec7
Author: chrisb <zanghar freenet de>
Date: Mon Apr 20 18:51:04 2009 +0200
AltGR is not always Mod5 - so remove the synonyme
---
ChangeLog | 3 +++
man/news.texi | 2 --
src/keys.c | 1 -
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index a0d70fe..a7d2b28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-04-20 Christopher Bratusek <zanghar freenet de>
+ * src/keys.c: - AltGR is not always Mod5
+
2009-04-14 Christopher Bratusek <zanghar freenet de>
* src/keys.c : - added AltGR as synonyme for Mod5
- make sure we don't mix Super and Hyper [Denis Barbier]
diff --git a/man/news.texi b/man/news.texi
index 400b071..74f77f5 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -82,8 +82,6 @@ To use the old style, put @code{(define-special-variable customize-program "sawf
@item Make Viewport commands appear in Sawfish-UI [Christopher Bratusek]
@item Make Window History appear in Sawfish-UI [Christopher Bratusek]
-
- item Added AltGR as synonym for Mod5 [Christopher Bratusek]
@end itemize
@item Other changes:
diff --git a/src/keys.c b/src/keys.c
index 8b2b85f..f4d3c64 100644
--- a/src/keys.c
+++ b/src/keys.c
@@ -664,7 +664,6 @@ static struct key_def default_mods[] = {
{ "Mod2", Mod2Mask },
{ "Mod3", Mod3Mask },
{ "Mod4", Mod4Mask },
- { "AltGR", Mod5Mask },
{ "Mod5", Mod5Mask },
{ "Button1", Button1Mask },
{ "Button2", Button2Mask },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]