layouts: Add Japanese Kana keyboard layout

This commit is contained in:
Mark Müller
2019-10-19 21:30:23 +02:00
parent 8f61a26fb4
commit d62abc2f12
3 changed files with 531 additions and 1 deletions

View File

@ -47,7 +47,7 @@ endforeach
# The layout test is in the examples directory
# due to the way Cargo builds executables
# and the need to call it manually
foreach layout : ['us', 'el', 'es', 'it', 'nb', 'number']
foreach layout : ['us', 'el', 'es', 'it', 'ja+kana', 'nb', 'number']
test(
'test_layout_' + layout,
cargo_script,