9.6. G strategy Keys 속성
dconf
데이터베이스에는 한 번만 Gsettings 키를 설정할 수 있습니다. dconf
데이터베이스의 다른 위치에 있는 다른 값으로 동일한 키를 설정하면 둘 중 하나만 적용됩니다. 즉, 한 키 설정을 다른 키 설정으로 재정의합니다.
각
dconf
시스템 데이터베이스에서 각 키는 하나의 값만 가질 수 있습니다. 일부 키의 값은 배열 유형 중 하나입니다. 이 값 형식의 경우 값을 쉼표로 구분된 여러 요소 목록으로 지정할 수 있습니다.For this value type, the value can be specified as a list of multiple elements separated by a comma. 배열 값의 예는 다음과 같습니다.
key=['option1', 'option2']
예 9.3. org.gnome.desktop.input-sources.xkb-options
G strategy 키
org.gnome.desktop.input-sources.xkb-options
Gsettings 키 설정은 다음과 같이 작동합니다. 이는 한 번만 설정할 수 있으므로 값에서 두 개의 요소를 동일한 구성 파일에 지정해야 하는 경우에만 설정할 수 있습니다. 이 값은 배열 유형이므로 여러 요소가 있을 수 있습니다.
[org/gnome/desktop/input-sources] # Enable Ctrl-Alt-Backspace for all users # Set the Right Alt key as the Compose key and enable it xkb-options=['terminate:ctrl_alt_bksp', 'compose:ralt']