Controls the default of using native input method on GTK+.
capi
set-default-use-native-input-method &key output-pane editor-pane => t
output-pane⇩ |
A boolean. |
editor-pane⇩ |
A boolean. |
The function set-default-use-native-input-method
controls whether the native input method is used by default. Currently it has an effect only on GTK+.
The values of the keyword arguments are booleans. editor-pane changes the default for editor-pane and subclasses. output-pane controls the default for output-pane and subclasses, except editor-pane and its subclasses.
If a keyword argument is not supplied, the corresponding default is not set.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42