Skip to content

Commit

Permalink
Update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Riey committed Jan 15, 2021
1 parent d8b8be1 commit a560847
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion engine/data/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ hangul_keys:
- AltR
xim_preedit_font: D2Coding
gtk_commit_english: true
compose_ssangjaum: false
compose:
compose_choseong_ssang: true
decompose_choseong_ssang: false
compose_jungseong_ssang: false
decompose_jungseong_ssang: false
compose_jongseong_ssang: false
decompose_jongseong_ssang: false
1 change: 1 addition & 0 deletions engine/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ impl Default for RawConfig {
Key::normal(KeyCode::AltR),
Key::normal(KeyCode::Henkan),
Key::normal(KeyCode::Hangul),
Key::super_(KeyCode::Space),
];

Self {
Expand Down

0 comments on commit a560847

Please sign in to comment.