[climacs-cvs] CVS update: climacs/gui.lisp

Alastair Bridgewater abridgewater at common-lisp.net
Sat Jan 8 17:16:28 UTC 2005


Update of /project/climacs/cvsroot/climacs
In directory common-lisp.net:/tmp/cvs-serv5135

Modified Files:
	gui.lisp 
Log Message:
Made PgUp and PgDn (:PRIOR and :NEXT) keys work.

Date: Sat Jan  8 18:16:22 2005
Author: abridgewater

Index: climacs/gui.lisp
diff -u climacs/gui.lisp:1.56 climacs/gui.lisp:1.57
--- climacs/gui.lisp:1.56	Sat Jan  8 08:46:33 2005
+++ climacs/gui.lisp	Sat Jan  8 18:16:19 2005
@@ -701,6 +701,8 @@
 (global-set-key '(:right :control) 'com-forward-word)
 (global-set-key '(:home) 'com-beginning-of-line)
 (global-set-key '(:end) 'com-end-of-line)
+(global-set-key '(:prior) 'com-page-up)
+(global-set-key '(:next) 'com-page-down)
 (global-set-key '(:home :control) 'com-beginning-of-buffer)
 (global-set-key '(:end :control) 'com-end-of-buffer)
 (global-set-key #\Rubout 'com-delete-object)




More information about the Climacs-cvs mailing list