[clfswm-cvs] [clfswm-git]CLFSWM - A(nother) Common Lisp FullScreen Window Manager branch master updated. R-1106-4-g71685aa

Philippe Brochard pbrochard at common-lisp.net
Mon Jun 13 21:08:37 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CLFSWM - A(nother) Common Lisp FullScreen Window Manager".

The branch, master has been updated
       via  71685aab8f287c08403eb221126b63b2e0133a47 (commit)
      from  5eed5d3b6877a956036b22f0a032db3e0006160c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 71685aab8f287c08403eb221126b63b2e0133a47
Author: Philippe Brochard <pbrochard at common-lisp.net>
Date:   Mon Jun 13 23:09:00 2011 +0200

    src/keysyms.lisp: Repeat Page_Down/Up keysym definitions at the end of the file to change keysyms priority.

diff --git a/ChangeLog b/ChangeLog
index 4f8765f..655414e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-13  Philippe Brochard  <pbrochard at common-lisp.net>
+
+	* src/keysyms.lisp: Repeat Page_Down/Up keysym definitions at the
+	end of the file to change keysyms priority.
+
 2011-06-13  Sylvain HENRY <hsyl20 at gmail.com>
 
 	*  *.*: Minor spelling fix.
diff --git a/src/keysyms.lisp b/src/keysyms.lisp
index 96ce20c..7bef747 100644
--- a/src/keysyms.lisp
+++ b/src/keysyms.lisp
@@ -2086,3 +2086,7 @@
 (cl-define-keysym #x100000AC "usldead_asciitilde")
 (cl-define-keysym #x1000FE2C "usldead_cedilla")
 (cl-define-keysym #x1000FEB0 "usldead_ring")
+
+;; For convenience
+(cl-define-keysym #xff55 "Page_Up")
+(cl-define-keysym #xff56 "Page_Down")

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    5 +++++
 src/keysyms.lisp |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CLFSWM - A(nother) Common Lisp FullScreen Window Manager




More information about the clfswm-cvs mailing list