Activa a chave de composición

To enable the Compose key and configure a certain key on your keyboard as the Compose key, set the org.gnome.desktop.input-sources.xkb-options GSettings key. That way, the setting will be enabled by default for all users on your system.

Estableza a tecla Alt dereita como tecla de Composición

  1. Cree o perfíl user que contén as seguintes liñas:

    /etc/dconf/profile/user

    user-db:user
    system-db:local

    local é o nome dunha base de datos dconf.

  2. Create the directory /etc/dconf/db/local.d/ if it does not already exist.

  3. Create a local database for machine-wide settings in /etc/dconf/db/local.d/00-input-sources:

    [org/gnome/desktop/input-sources]
    # Estableza a tecla Alt dereita como tecla de composición e activa
    xkb-options=['compose:ralt']

    If you want to set a different key than Right Alt, replace ralt with the name of that key as specified in the xkeyboard-config(7) man page, section Position of Compose key.

  4. Override the user's setting and prevent the user from changing it in /etc/dconf/db/local.d/locks/input-sources:

    # Bloquear a lista de opcións XKB activadas
    /org/gnome/desktop/input-sources/xkb-options
  5. Actualizar a base de datos do sistema:

    # dconf update
  6. Os usuarios deben pechar a sesión e iniciala de novo para que a configuración a nivel de sistema se aplique.