Skip to content

Commit 9a506d3

Browse files
committed
Clean up Azerty
1 parent 6647ad7 commit 9a506d3

File tree

3 files changed

+174
-498
lines changed

3 files changed

+174
-498
lines changed

examples/print_keyboard.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ fn main() {
2020
show_kb(KeyboardKind::Iso, &pc_keyboard::layouts::Uk105Key);
2121
println!("Colemak:");
2222
show_kb(KeyboardKind::Ansi, &pc_keyboard::layouts::Colemak);
23+
println!("Azerty:");
24+
show_kb(KeyboardKind::Iso, &pc_keyboard::layouts::Azerty);
2325
}
2426

2527
fn show_kb(kind: KeyboardKind, layout: &dyn KeyboardLayout) {

0 commit comments

Comments
 (0)