Skip to content

Commit

Permalink
change default language to en
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoulin committed Dec 12, 2023
1 parent 1ee8171 commit 7b31a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keyboard/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl Default for KeyboardState<'_> {
map: &en::KMAP, map_shift: &en::KMAP_SHIFT
}
],
lang_id: 0,
lang_id: 1,
pressed_key: Stack::default(),
active_key: Stack::default()
}
Expand Down

0 comments on commit 7b31a70

Please sign in to comment.