From c288d7842c477a3518535bd035d55dd8a704343a Mon Sep 17 00:00:00 2001 From: Lilian Date: Wed, 30 Mar 2022 13:44:55 +0200 Subject: [PATCH] Translated by Lilian --- omegat/project_save.tmx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 93d6996..1c33b0f 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -1668,6 +1668,14 @@ notation @dfn{two's complement}.) (pour connaitre Info, taper @kbd{C-h i} puis sélectionner Info). + + + (Unfortunately, there is no way to add two modifiers by using @kbd{C-x @@} twice for the same character, because the first one goes to work on the @kbd{C-x}.) + + + (Malheureusement, il n'existe aucun moyen d'ajouter deux modificateurs en utilisant @kbd{C-x @@} deux fois pour le même caractère, puisque le premier fonctionne sur @kbd{C-x}.) + + (We have inserted spaces between groups of 4 bits, and two spaces between groups of 8 bits, to make the binary integer easier to read.) @@ -26020,6 +26028,14 @@ Mais il est possible (et utile) de les rajouter dans la traduction *en anglais*< Par exemple, @kbd{C-q @key{DEL}} insère un caractère @samp{DEL} littéral. + + + For instance, @kbd{C-x @@ h C-a} is a way to enter @kbd{Hyper-Control-a}. + + + Par exemple, @kbd{C-x @@ h C-a} permet d'entrer @kbd{Hyper-Control-a}. + + For instance, @key{DEL} runs the command @code{delete-backward-char} by default (some modes bind it to a different command); it does not insert a literal @samp{DEL} character (@acronym{ASCII} character code 127).