Skip to content

Instantly share code, notes, and snippets.

@andy0130tw
Last active February 3, 2023 09:34
Show Gist options
  • Save andy0130tw/4f5bbf9f9e99b1aeda19e733297d19b8 to your computer and use it in GitHub Desktop.
Save andy0130tw/4f5bbf9f9e99b1aeda19e733297d19b8 to your computer and use it in GitHub Desktop.
My customization for Squirrel, a input method framework on Mac. Patching https://github.com/rime/squirrel/blob/fbd430de6debb6b349b6ba529e097dea518faad1/data/squirrel.yaml.
patch:
# blocking: not using for Squirrel handling left/right keys incorrectly
# in horizontal mode (16.1)
# style/text_orientation: horizontal
# style/candidate_list_layout: linear
style/font_point: 14
style/border_width: 8
style/border_height: 4
style/spacing: 8
style/line_spacing: 4
style/label_font_point: 12
style/comment_font_point: 12
style/inline_preedit: false
style/inline_candidate: false
style/candidate_format: "%c\u2005%@"
style/label_font_face: "Fira Mono"
style/corner_radius: 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment