| Server IP : 85.112.90.236 / Your IP : 192.168.1.26 Web Server : Apache System : Linux 85-112-90-236.cprapid.com 6.12.0-211.7.3.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 12:46:58 EDT 2026 x86_64 User : ftechme ( 1002) PHP Version : 8.2.32 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/help/es/system-admin-guide/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="keyboard-compose-key" xml:lang="es">
<info>
<link type="guide" xref="user-settings"/>
<revision pkgversion="3.30" date="2019-02-08" status="draft"/>
<credit type="author copyright">
<name>Petr Kovar</name>
<email>pknbe@volny.cz</email>
<years>2014</years>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>Activar la tecla de composición de forma predeterminada para todos los usuarios.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Daniel Mustieles</mal:name>
<mal:email>daniel.mustieles@gmail.com</mal:email>
<mal:years>2017 - 2021</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Oliver Gutiérrez</mal:name>
<mal:email>ogutsua@gmail.com</mal:email>
<mal:years>2018 - 2020</mal:years>
</mal:credit>
</info>
<title>Activar la tecla de composición</title>
<p>Para activar la tecla de composición y configurar una tecla concreta en su teclado como tecla de composición, establezca la clave de GSettings <sys>org.gnome.desktop.input-sources.xkb-options</sys>. De esa manera, el ajuste se activará de forma predeterminada para todos los usuarios en su sistema.</p>
<steps>
<title>Configurar la tecla Alt Derecha como tecla de composición</title>
<include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-profile-user'])"/>
<include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-profile-user-dir'])"/>
<item>
<p>Cree una base de datos <sys>local</sys> para ajustes a nivel de máquina en <file>/etc/dconf/db/local.d/00-input-sources</file>:</p>
<code>[org/gnome/desktop/input-sources]
# Configurar y activar la tecla Alt Derecho como tecla de composición
xkb-options=['compose:<var>ralt</var>']</code>
<p>Si quiere establecer una tecla distinta de <key>Alt</key> Derecha, reemplace <var>ralt</var> con el nombre de la tecla especificado en la sección <em>Posición de la tecla de composición</em> de la página de manual de <link href="man:xkeyboard-config"><cmd>xkeyboard-config</cmd>(7)</link>.</p>
</item>
<item>
<p>Ignorar el ajuste del usuario y prevenir que lo cambie en <file>/etc/dconf/db/local.d/locks/input-sources</file>:</p>
<code># Bloquear la lista de opciones XKB activadas
/org/gnome/desktop/input-sources/xkb-options
</code>
</item>
<include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-update'])"/>
<include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-logoutin'])"/>
</steps>
</page>