<?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="id">

  <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>Mengaktifkan tombol compose secara baku untuk semua pengguna.</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Andika Triwidada</mal:name>
      <mal:email>andika@gmail.com</mal:email>
      <mal:years>2020-2024</mal:years>
    </mal:credit>
  </info>

  <title>Mengaktifkan tombol compose</title>

  <p>Untuk mengaktifkan tombol Compose dan mengonfigurasi tombol tertentu pada papan ketik Anda sebagai tombol Compose, atur kunci GSettings <sys>org.gnome.desktop.input-sources.xkb-options</sys>. Dengan demikian, pengaturan akan diaktifkan secara baku untuk semua pengguna di sistem Anda.</p>

  <steps>
    <title>Mengatur tombol Alt kanan sebagai tombol Compose</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>Buat basis data <sys>local</sys> untuk pengaturan di seluruh mesin dalam <file>/etc/dconf/db/local.d/00-input-sources</file>:</p>
        <code>[org/gnome/desktop/input-sources]
# Set the Right Alt key as the Compose key and enable it
xkb-options=['compose:<var>ralt</var>']</code>
      <p>Jika Anda ingin mengatur kunci yang berbeda dari <key>Alt</key> Kanan, ganti <var>ralt</var> dengan nama kunci tersebut seperti yang ditentukan di halaman man <link href="man:xkeyboard-config"><cmd>xkeyboard-config</cmd>(7)</link>, bagian <em>Posisi dari tombol Compose</em>.</p>
    </item>
    <item>
      <p>Menimpa pengaturan pengguna dan mencegah pengguna mengubahnya di <file>/etc/dconf/db/local.d/locks/input-sources</file>:</p>
      <code># Lock the list of enabled XKB options
/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>
