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

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



(CC only to debian-i18n, not debian-devel)

Enrique Zanardi <ezanardi@noah.dfis.ull.es> writes:

> You're right. So we don't need to touch anything in "less". Let's
> continue with another one, what about emacs/xemacs?

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)

Bye
  Christian

-- 
Christian Leutloff, Aachen, Germany
  leutloff@sundancer.oche.de  http://www.oche.de/~leutloff/

Debian GNU/Linux 1.3.1! Mehr unter http://www.de.debian.org/

Attachment: pgp9fnsb3762_.pgp
Description: PGP signature


Reply to: