From f823531edd9d395e296254abe491cbd81644087f Mon Sep 17 00:00:00 2001 From: Lilian Date: Tue, 29 Mar 2022 14:48:00 +0200 Subject: [PATCH] Translated by Lilian --- omegat/project_save.tmx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 353efc3f..18d14d25 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -2491,6 +2491,14 @@ bit est 1 plutôt que 0.) (funcall (or yank-undo-function 'delete-region) (point) (mark t)) + + + (global-set-key "\C-x\M-l" 'make-symbolic-link) + + + (global-set-key "\C-x\M-l" 'make-symbolic-link) + + (global-set-key (kbd "C-c y") 'clipboard-yank) @@ -25403,6 +25411,14 @@ entêtes de chapitre dans le glossaire Par exemple, voici comment vous pouvez demander à Emacs de mettre les fichiers source @file{.def} en mode C : + + + For example, here's how to bind @kbd{C-x M-l} to @code{make-symbolic-link} (@pxref{Copying and Naming}): + + + Par exemple, voici comment lier @kbd{C-x M-l} à @code{make-symbolic-link} (@pxref{Copier et nommer}) : + + For example, here's how to bind @kbd{C-z} to the @code{shell} command (@pxref{Interactive Shell}): @@ -53524,6 +53540,14 @@ si nous continuons, Pour commencer à éditer ce fichier dans Emacs, tapez + + + To bind a key sequence including @key{TAB}, @key{RET}, @key{ESC}, or @key{DEL}, the string should contain the Emacs Lisp escape sequence @samp{\t}, @samp{\r}, @samp{\e}, or @samp{\d} respectively. + + + Pour lier une combinaison de touches comprenant @key{TAB}, @key{RET}, @key{ESC}, ou @key{DEL}, la chaîne doit contenir des séquences d'échappement Emacs Lisp, respectivement @samp{\t}, @samp{\r}, @samp{\e}, ou @samp{\d}. + + face = "types de caractères"