custom-social-ime.scm 895 B

123456789101112
  1. (define social-ime-show-segment-separator? #f)
  2. (define social-ime-segment-separator "|")
  3. (define social-ime-use-candidate-window? #t)
  4. (define social-ime-candidate-op-count 1)
  5. (define social-ime-nr-candidate-max 10)
  6. (define social-ime-select-candidate-by-numeral-key? #f)
  7. (define social-ime-widgets '(widget_social-ime_input_mode widget_social-ime_kana_input_method))
  8. (define default-widget_social-ime_input_mode 'action_social-ime_direct)
  9. (define social-ime-input-mode-actions '(action_social-ime_direct action_social-ime_hiragana action_social-ime_katakana action_social-ime_halfkana action_social-ime_halfwidth_alnum action_social-ime_fullwidth_alnum))
  10. (define default-widget_social-ime_kana_input_method 'action_social-ime_roma)
  11. (define social-ime-kana-input-method-actions '(action_social-ime_roma action_social-ime_kana action_social-ime_azik action_social-ime_act action_social-ime_kzik))