| 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/ko/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="ko">
<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>모든 사용자에게 기본으로 Compose 키 사용을 할당합니다.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>조재은</mal:name>
<mal:email>ckr971028@gmail.com</mal:email>
<mal:years>2018</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>조성호</mal:name>
<mal:email>shcho@gnome.org</mal:email>
<mal:years>2019, 2021, 2023.</mal:years>
</mal:credit>
</info>
<title>Compose키 사용</title>
<p>Compose키 기능을 활성화하고 키보드의 각 키를 Compose키로 설정하려면, <sys>org.gnome.desktop.input-sources.xkb-options</sys> GSettings 키를 설정하십시오. 이 방법으로 시스템의 모든 사용자를 대상으로 기본 기능으로 설정할 수 있습니다.</p>
<steps>
<title>우측 Alt 키를 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><file>/etc/dconf/db/local.d/00-input-sources</file> 파일에 머신 전체 설정을 저장할 <sys>local</sys> 데이터베이스를 만드십시오:</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>우측 <key>Alt</key>키 대신 다른 키로 설정하려면, <var>ralt</var>를 <link href="man:xkeyboard-config"><cmd>xkeyboard-config</cmd>(7)</link> 맨 페이지의 <em>Position of Compose key</em> 장에 있는 다른 키 아름으로 바꾸십시오.</p>
</item>
<item>
<p>사용자 설정 대신 적용하고 <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>