[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Consistent kbd config TODO list (was Re: Backspace & Delete)



On Tue, Nov 04, 1997 at 10:31:58AM +0100, Christian Leutloff wrote:
 
> That's what I added with my user-de package for german users. It
> shouldn't break other installations (exept the backspace/delete keys)
> 
> 
> ;;--- support european keys ------------------------------- 
> (set-input-mode  (car (current-input-mode))
> 		 (nth 1 (current-input-mode))
> 		 0)
> (standard-display-european t)
> 
> ;;--- redefine some keys ----------------------------------
> (global-set-key [backspace] 'backward-delete-char-untabify)
> (global-set-key [delete] 'delete-char)
> (global-set-key [home] 'beginning-of-line)
> (global-set-key [end] 'end-of-line)
> (global-set-key [C-home] 'beginning-of-buffer)
> (global-set-key [C-end] 'end-of-buffer)

We should ask the emacs/xemacs maintainers to ship their packages
preconfigured that way.

-- 
Enrique Zanardi					ezanardi@noah.dfis.ull.es
Dpto. Fisica Fundamental y Experimental
Univ. de La Laguna


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-i18n-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: