# If want to change the default, you have the following options: # # 1) Set the variable INPUT_METHOD in /etc/sysconfig/language. # For example: # INPUT_METHOD="scim" # This changes the default for all users
とあるので、ysat -> system -> sysconfig -> system -> Environment -> Language -> INPUT_METHOD
# 2) set and export the variable "INPUT_METHOD" in ~/.profile in the # home directory of a user (or ~/.login for csh users) For example: # export INPUT_METHOD="scim" # This changes the default only for one user.