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

RE: [linux-team] Binding Ctr-Alt in emacs



J'ai essayé également cela, mais ça ne marche pas non plus...
Je vais potasser les docs et trouver l'origine du problème.
Merci encore
jm

On Tue, 26 Oct 1999, jmg <jmg@yswood.com> wrote:
>
> J'essaie désespérement de lier la combinaison de touche Ctrl-Alt-xxx
> sous emacs.  J'ai édité le fichier .emacs en essayent ceci (pour la
> combinaison C-M-up):
>
> (global-set-key "\C-\M-up" 'other-window)
> et
> (global-set-key "\C-M-up" 'other-window)
> et
> (global-set-key "C-M-up" 'other-window)

(global-set-key [C-M-up] 'other-window)

Pour plus de détails, consulter l'info (C-h i) et suivre
 	Emacs -> Key Bindings -> Customization -> Init Rebinding
					       -> Function Keys

ChriS
---------
Visit the Linux Supertore Online: http://www.redcorp.com !
If you want to be deleted from the list, send a mail to
majordomo@rtfm.be with "unsubscribe linux-team" in the body.
Archive of the list: http://tania.be.linux.org/

---------
Visit the Linux Supertore Online: http://www.redcorp.com !
If you want to be deleted from the list, send a mail to
majordomo@rtfm.be with "unsubscribe linux-team" in the body.
Archive of the list: http://tania.be.linux.org/