Skip to content

Commit

Permalink
fix: Set Colemak as 16th layout
Browse files Browse the repository at this point in the history
  • Loading branch information
New9c committed Mar 6, 2025
1 parent d6c108a commit 2a03c50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/editor/zhuyin_layout/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ impl TryFrom<u8> for KeyboardLayoutCompat {
10 => Self::ThlPinyin,
11 => Self::Mps2Pinyin,
12 => Self::Carpalx,
13 => Self::Colemak,
14 => Self::ColemakDhAnsi,
15 => Self::ColemakDhOrth,
16 => Self::Workman,
13 => Self::ColemakDhAnsi,
14 => Self::ColemakDhOrth,
15 => Self::Workman,
16 => Self::Colemak,
_ => return Err(()),
})
}
Expand Down

0 comments on commit 2a03c50

Please sign in to comment.