From 4fbf697be02b4ff97e378f45191d9949026a9b0f Mon Sep 17 00:00:00 2001 From: Lilian Date: Mon, 28 Mar 2022 19:17:52 +0200 Subject: [PATCH] =?UTF-8?q?Translated=20by=20Lilian=20Ajout=C3=A9s=C2=A0:?= =?UTF-8?q?=204,=20Supprim=C3=A9s=C2=A0:=200,=20Modifi=C3=A9s=C2=A0:=200?= =?UTF-8?q?=20(Conflits=C2=A0:=200)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- omegat/project_save.tmx | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 07471c3..0a950be 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -2483,6 +2483,24 @@ bit est 1 plutôt que 0.) (funcall (or yank-undo-function 'delete-region) (point) (mark t)) + + + (global-set-key (kbd "C-c y") 'clipboard-yank) +(global-set-key (kbd "C-M-q") 'query-replace) +(global-set-key (kbd "<f5>") 'flyspell-mode) +(global-set-key (kbd "C-<f5>") 'display-line-numbers-mode) +(global-set-key (kbd "C-<right>") 'forward-sentence) +(global-set-key (kbd "<mouse-2>") 'mouse-save-then-kill) + + + (global-set-key (kbd "C-c y") 'clipboard-yank) +(global-set-key (kbd "C-M-q") 'query-replace) +(global-set-key (kbd "<f5>") 'flyspell-mode) +(global-set-key (kbd "C-<f5>") 'display-line-numbers-mode) +(global-set-key (kbd "C-<right>") 'forward-sentence) +(global-set-key (kbd "<mouse-2>") 'mouse-save-then-kill) + + (goto-char (point-min)) @@ -12450,6 +12468,14 @@ programmeur. Après avoir remplacé une abréviation dynamique, vous pouvez copier les mots supplémentaires qui suivent le remplacement dans son contexte d'origine. + + + After you press the key, a message like this appears so that you can confirm that you are binding the key you want: + + + Après avoir appuyé sur la touche, un message comme celui-ci apparaît, pour que vous puissiez confirmer la liaison des touches que vous souhaitez : + + Alist of parameters for the initial minibuffer frame. @@ -34561,6 +34587,14 @@ autrement. M-x global-set-key @key{RET} @var{key} @var{cmd} @key{RET} + + + M-x global-set-key @key{RET} C-z shell @key{RET} + + + M-x global-set-key @key{RET} C-z shell @key{RET} + + M-x global-unset-key @key{RET} @var{key} @@ -45844,6 +45878,14 @@ de Lisp également. La méthode de dénomination @code{forward} ajoute une partie du nom du répertoire au début du nom du tampon ; en utilisant cette méthode, les tampons consultant @file{/u/rms/tmp/Makefile} et @file{/usr/projects/zaphod/Makefile} seraient nommés @samp{tmp/Makefile} et @samp{zaphod/Makefile}. + + + The @code{global-set-key} command reads the command name after the key. + + + La commande @code{global-set-key} lit le nom de la commande après la touche. + + The @code{gud-def} Lisp macro (@pxref{Defining Macros,,, elisp, the Emacs Lisp Reference Manual}) provides a convenient way to define an Emacs command that sends a particular command string to the debugger, and set up a key binding for in the GUD interaction buffer: