diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 8aab687..688e9fd 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -30444,6 +30444,14 @@ optionnellement. Si vous ne souhaitez pas faire une distinction entre (par exemple) @key{TAB} et @kbd{C-i}, faites seulement une liaison pour le caractère @acronym{ASCII} @key{TAB} (code octal 011). + + + If you do want to distinguish, make one binding for this @acronym{ASCII} character, and another for the function key @code{tab}. + + + Si vous souhaitez faire cette distinction, faites une liaison pour ce caractère @acronym{ASCII}, et une autre pour la touche de fonction @code{tab}. + + If you don't catch it so fast, you must move the cursor back between the two transposed characters before you type @kbd{C-t}. @@ -58080,6 +58088,14 @@ fois utilisé comme variable, @code{nil} a toujours la valeur Avec un argument préfixe, la commande un nombre à partir duquel commencer et une chaîne de format avec laquelle afficher les nombres (@pxref{Formation des chaînes,,, elisp, Manuel de référence GNU Emacs Lisp}). + + + With an ordinary @acronym{ASCII} terminal, there is no way to distinguish between @key{TAB} and @kbd{C-i} (and likewise for other such pairs), because the terminal sends the same character in both cases. + + + Avec un terminal @acronym{ASCII} ordinaire, il n'existe aucun moyen de distinguer @key{TAB} et @kbd{C-i} (et de même pour d'autres paires semblables), car il envoie le même caractère dans les deux cas. + + With any other non-@code{nil} value, Emacs adjusts point this way even if the scroll command leaves point in the window.