Layouts: Add Japanese (jp) layout based on japanese keyboards

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/669>
This commit is contained in:
MoonlightWave-12
2024-09-05 09:52:04 +02:00
committed by Marge Bot
parent b1962eca5a
commit 8b26ea691b
7 changed files with 1597 additions and 4 deletions

View File

@ -41,7 +41,8 @@ sq_button.character-group:active {
}
sq_button.change-view,
sq_button.change-view-2 {
sq_button.change-view-2,
sq_button.change-view-3 {
background: alpha(@theme_fg_color, 0.15);
border-bottom: 0.4999px;
border-style: solid;
@ -49,7 +50,8 @@ sq_button.change-view-2 {
}
sq_button.change-view:active,
sq_button.change-view-2:active {
sq_button.change-view-2:active,
sq_button.change-view-3:active {
background: alpha(@theme_fg_color, 0.2);
border-bottom: 0.4999px;
border-style: solid;
@ -69,12 +71,16 @@ sq_button.placeholder-2:active {
sq_button.altline,
sq_button.special,
sq_button.special-2,
sq_button.special-3,
sq_button.wide {
background: alpha(@theme_fg_color, 0.15);
}
sq_button.altline:active,
sq_button.special:active,
sq_button.special-2:active,
sq_button.special-3:active,
sq_button.wide:active {
background: alpha(@theme_fg_color, 0.2);
}