Skip to content

Commit 65f3e76

Browse files
committed
Remove inaccurate comment.
We have Scancode Set 2 support for JIS now.
1 parent 957ad41 commit 65f3e76

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/layouts/jis109.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ use crate::{DecodedKey, HandleControl, KeyCode, KeyboardLayout, Modifiers};
55
/// A standard Japan 106-key (or 109-key including Windows keys) keyboard.
66
///
77
/// Has a small space bar, to fit in extra keys.
8-
///
9-
/// Note this doesn't currently work with Scancode Set 2, because I don't know
10-
/// what the Set 2 values are for the extra JIS-109 specific keys. Also, you're
11-
/// going to need to implement the Input Method Editor yourself - we only do
12-
/// basic Latin decoding here.
138
pub struct Jis109Key;
149

1510
impl KeyboardLayout for Jis109Key {

0 commit comments

Comments
 (0)