Compare commits
54 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| da2093c3c7 | |||
| 9d043a0647 | |||
| 6fd60502bb | |||
| b9c86165c0 | |||
| 97495b73c2 | |||
| 0552b9cd3b | |||
| 76194dba15 | |||
| e89ba89aea | |||
| 985e0c976a | |||
| 5dee848875 | |||
| 151921931b | |||
| f84426f1a6 | |||
| b74d8aa173 | |||
| 48e13dce0a | |||
| ca8d29647b | |||
| a76c3c714e | |||
| 5288e10cab | |||
| 18bd7062f2 | |||
| 57253e22f4 | |||
| 3604b93797 | |||
| dc13e378e6 | |||
| 3387154ac1 | |||
| 9a261acdfd | |||
| 8f73e1300e | |||
| 948762fdf1 | |||
| 9b9a95c6d2 | |||
| 2668827ed9 | |||
| 80ded34601 | |||
| 590f236794 | |||
| 13bcb14a24 | |||
| f5024d6452 | |||
| 213f08f5fc | |||
| e761208630 | |||
| 84291a3a15 | |||
| 2b07946af2 | |||
| e6a98e3572 | |||
| 8b26ea691b | |||
| b1962eca5a | |||
| 9decd5bd74 | |||
| 4668138aa6 | |||
| 656a598935 | |||
| 37db3e2959 | |||
| 31dfdea533 | |||
| 1d89d49e7e | |||
| 8a527c64c3 | |||
| c91dc28f9c | |||
| bb315d6ba0 | |||
| ac3c17eee9 | |||
| 332c0f289a | |||
| 0adbc40426 | |||
| d67653abdf | |||
| b327912efc | |||
| ac4e8ea064 | |||
| 359f8bfefb |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
_build/
|
||||
debian/*.debhelper
|
||||
debian/.debhelper/
|
||||
debian/cargo/registry/
|
||||
debian/cargo/.*cache*
|
||||
|
||||
93
Cargo.lock
generated
93
Cargo.lock
generated
@ -62,9 +62,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "autocfg"
|
||||
version = "1.3.0"
|
||||
version = "1.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
||||
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
||||
|
||||
[[package]]
|
||||
name = "bitflags"
|
||||
@ -111,9 +111,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.1.11"
|
||||
version = "1.1.22"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5fb8dd288a69fc53a1996d7ecfbf4a20d59065bff137ce7e56bbd620de191189"
|
||||
checksum = "9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0"
|
||||
dependencies = [
|
||||
"shlex",
|
||||
]
|
||||
@ -136,18 +136,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.5.15"
|
||||
version = "4.5.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc"
|
||||
checksum = "b0956a43b323ac1afaffc053ed5c4b7c1f1800bacd1683c353aabbb752515dd3"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "clap_builder"
|
||||
version = "4.5.15"
|
||||
version = "4.5.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
|
||||
checksum = "4d72166dd41634086d5803a47eb71ae740e61d84709c36f3c34110173db3961b"
|
||||
dependencies = [
|
||||
"anstyle",
|
||||
"clap_lex",
|
||||
@ -318,7 +318,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.74",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -475,7 +475,7 @@ dependencies = [
|
||||
"proc-macro-error",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.74",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -548,7 +548,7 @@ dependencies = [
|
||||
"proc-macro-error",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.74",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -577,9 +577,9 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
||||
|
||||
[[package]]
|
||||
name = "indexmap"
|
||||
version = "2.4.0"
|
||||
version = "2.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
|
||||
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
|
||||
dependencies = [
|
||||
"equivalent",
|
||||
"hashbrown",
|
||||
@ -613,9 +613,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.155"
|
||||
version = "0.2.159"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
||||
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
|
||||
|
||||
[[package]]
|
||||
name = "linux-raw-sys"
|
||||
@ -693,9 +693,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
version = "1.19.0"
|
||||
version = "1.20.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
||||
checksum = "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1"
|
||||
dependencies = [
|
||||
"portable-atomic",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pango"
|
||||
@ -724,9 +727,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "parking"
|
||||
version = "2.2.0"
|
||||
version = "2.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
|
||||
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
||||
|
||||
[[package]]
|
||||
name = "pin-project-lite"
|
||||
@ -742,9 +745,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
||||
|
||||
[[package]]
|
||||
name = "pkg-config"
|
||||
version = "0.3.30"
|
||||
version = "0.3.31"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
||||
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
||||
|
||||
[[package]]
|
||||
name = "polling"
|
||||
@ -762,6 +765,12 @@ dependencies = [
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "portable-atomic"
|
||||
version = "1.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
|
||||
|
||||
[[package]]
|
||||
name = "proc-macro-crate"
|
||||
version = "0.1.5"
|
||||
@ -826,9 +835,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "quote"
|
||||
version = "1.0.36"
|
||||
version = "1.0.37"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
||||
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
]
|
||||
@ -858,9 +867,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustc_version"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
||||
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
||||
dependencies = [
|
||||
"semver",
|
||||
]
|
||||
@ -899,22 +908,22 @@ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
||||
|
||||
[[package]]
|
||||
name = "serde"
|
||||
version = "1.0.207"
|
||||
version = "1.0.210"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5665e14a49a4ea1b91029ba7d3bca9f299e1f7cfa194388ccc20f14743e784f2"
|
||||
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
|
||||
dependencies = [
|
||||
"serde_derive",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "serde_derive"
|
||||
version = "1.0.207"
|
||||
version = "1.0.210"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6aea2634c86b0e8ef2cfdc0c340baede54ec27b1e46febd7f80dffb2aa44a00e"
|
||||
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.74",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -925,14 +934,14 @@ checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.74",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "serde_spanned"
|
||||
version = "0.6.7"
|
||||
version = "0.6.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
|
||||
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
@ -1000,9 +1009,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
version = "2.0.74"
|
||||
version = "2.0.79"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7"
|
||||
checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@ -1030,22 +1039,22 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
||||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.63"
|
||||
version = "1.0.64"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
|
||||
checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.63"
|
||||
version = "1.0.64"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
|
||||
checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.74",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1104,9 +1113,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "unicode-ident"
|
||||
version = "1.0.12"
|
||||
version = "1.0.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
||||
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
||||
|
||||
[[package]]
|
||||
name = "unsafe-libyaml"
|
||||
|
||||
34
Cargo.toml
34
Cargo.toml
@ -26,41 +26,41 @@ zbus_v1_5 = []
|
||||
clap_v4 = []
|
||||
|
||||
[dependencies]
|
||||
maplit = "1.0.*"
|
||||
serde = { version = "1.0.*", features = ["derive"] }
|
||||
serde_yaml = "0.9.*"
|
||||
bitflags = "1.3.*"
|
||||
clap = { version = ">=4.4", features=["std"], default-features = false }
|
||||
zbus = "1.9.*"
|
||||
zvariant = "2.10.*"
|
||||
zvariant_derive = "2.10.*"
|
||||
xkbcommon = { version = "0.7.*", features = ["wayland"] }
|
||||
maplit = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_yaml = "0.9"
|
||||
bitflags = "1.3"
|
||||
clap = { version = "4.4", features=["std"], default-features = false }
|
||||
zbus = "1.9"
|
||||
zvariant = "2.10"
|
||||
zvariant_derive = "2.10"
|
||||
xkbcommon = { version = "0.7", features = ["wayland"] }
|
||||
|
||||
[dependencies.cairo-rs]
|
||||
version = "0.18.*"
|
||||
version = "0.18"
|
||||
|
||||
[dependencies.cairo-sys-rs]
|
||||
version = "0.18.*"
|
||||
version = "0.18"
|
||||
|
||||
[dependencies.gdk]
|
||||
version = "0.18.*"
|
||||
version = "0.18"
|
||||
|
||||
[dependencies.gio]
|
||||
version = "0.18.*"
|
||||
version = "0.18"
|
||||
features = ["v2_58"]
|
||||
|
||||
[dependencies.glib]
|
||||
version = "0.18.*"
|
||||
version = "0.18"
|
||||
features = ["v2_58"]
|
||||
|
||||
[dependencies.glib-sys]
|
||||
version = "0.18.*"
|
||||
version = "0.18"
|
||||
features = ["v2_58"]
|
||||
|
||||
[dependencies.gtk]
|
||||
version = "0.18.*"
|
||||
version = "0.18"
|
||||
features = ["v3_24"]
|
||||
|
||||
[dependencies.gtk-sys]
|
||||
version = "0.18.*"
|
||||
version = "0.18"
|
||||
features = ["v3_24"]
|
||||
|
||||
144
NEWS
Normal file
144
NEWS
Normal file
@ -0,0 +1,144 @@
|
||||
squeekboard 1.42.0
|
||||
------------------
|
||||
Released September 2024
|
||||
* New layouts:
|
||||
* Belarusian (by)
|
||||
* French (fr+bepo) terminal-layout
|
||||
* Japanese (jp)
|
||||
* Serbian (rs), (rs+latin), (rs+latinunicode)
|
||||
* Changed layouts:
|
||||
* Thai (th):
|
||||
* There is less empty space now.
|
||||
* Most buttons are wider now.
|
||||
* The arrangement of buttons for the `symbols` and `numbers` views, is more consistent with other layouts now.
|
||||
* Fixes:
|
||||
* "Keyboard Settings" in the language-selection-popover will now open the correct panel in GNOME Settings.
|
||||
* On some relatively small screens in horizontal orientation, the compact shape was used instead of the wide shape,
|
||||
even though the wide shape can fit into the same height. The wide shape will be used on those screens now.
|
||||
* Changes:
|
||||
* The height of the panel will adapt to screens differently.
|
||||
In particular, the panel will be 1/3 of the screen's height on most monitors in horizontal orientation,
|
||||
and as tall as it can be, while maintaining the aspect-ratio of the wide shape (16:5) without empty space next to it,
|
||||
for most monitors in vertical orientation.
|
||||
* GSettings for adjusting the height of the panel for the keyboard have been added.
|
||||
* The documentation has been improved. In particular, it should now be much easier to learn how to test changes to Squeekboard and layouts.
|
||||
* After building a Debian-package for Squeekboard and installing it, `update-alternatives` is now supported.
|
||||
* The layout-files now have the English name of the language for which the respective layout is, in a comment at the top of the file.
|
||||
* For a few languages which do not have a layout yet, a more appropriate fallback-layout will be chosen.
|
||||
* Contributors:
|
||||
* Guido Günther
|
||||
* MoonlightWave-12
|
||||
* UI translations:
|
||||
* Sabri Ünal (tr)
|
||||
|
||||
squeekboard 1.41.0
|
||||
------------------
|
||||
Released August 2024
|
||||
* New layouts:
|
||||
* Malayalam
|
||||
* German (Bone)
|
||||
* German (Neo 2)
|
||||
* New icons:
|
||||
* zwsp (zero-width-space)
|
||||
* zwj (zero-width-joiner)
|
||||
|
||||
squeekboard 1.39.0
|
||||
------------------
|
||||
Released May 2024
|
||||
* New button-styles:
|
||||
* `change-view`: Highlighted like `special`, but with a border at the bottom.
|
||||
* `character-group`: Like `change-view`, but with less highlighting.
|
||||
* `placeholder`: Less contrast to the background and does not visually change when pressed.
|
||||
* `subtle-highlight`: For highlighting commonly used characters in accent-views, for example.
|
||||
* New layouts:
|
||||
* Portuguese
|
||||
* Slovenian
|
||||
* Turkish (F-layout)
|
||||
* Turkish (Q-layout)
|
||||
* Remade layout:
|
||||
* Portuguese (Brazil): A view for accents has been added.
|
||||
* Changes:
|
||||
* The new button-styles are used in the available layouts, where appropriate.
|
||||
* The top rows of the terminal-layouts are a little taller.
|
||||
* Squeekboard will choose the wide shape of layouts, for more displays in horizontal orientation.
|
||||
* Highlighted buttons now show visual feedback too, when pressed.
|
||||
* Many layouts have been adjusted, so that those change their form less when switching views.
|
||||
* Various small issues have been fixed, to make layouts more consistent.
|
||||
* Development:
|
||||
* Scaling-tests for many display-types have been added.
|
||||
|
||||
squeekboard 1.38.0
|
||||
------------------
|
||||
Released March 2024
|
||||
* Changes:
|
||||
* 25 wide shapes have been added, so that every available layout now has a wide shape
|
||||
* "PgUp" and "PgDn" on the terminal-layouts have been relabeled to "Page ↑" and "Page ↓"
|
||||
* The Spanish and French terminal-layouts now have translated key-names
|
||||
* The Spanish terminal-layout has been updated with the additional keys that are already available on the US-terminal-layout.
|
||||
* The wide and base shapes of the German layout had a different key-arrangement and the wide shape did not have a button to access additional characters; this has been fixed.
|
||||
* Development:
|
||||
* Squeekboard's versioning now follows Phosh's versioning (for example: Squeekboard 1.38 was released in time for Phosh 0.38)
|
||||
* The build-system has been simplified
|
||||
* A single Cargo.toml file is used, instead of assembling it from multiple parts
|
||||
* Newer dependencies are now used for building Squeekboard by default
|
||||
* Squeekboard's main development-platform is now Debian Testing
|
||||
* The layout-files have been cleaned up, so that those are easier to understand and edit
|
||||
|
||||
squeekboard 1.24.0
|
||||
------------------
|
||||
Released March 2024
|
||||
* Changes:
|
||||
* The emoji-layout has been replaced with a new one, which offers many more emojis to choose from.
|
||||
|
||||
squeekboard 1.23.0
|
||||
------------------
|
||||
Released March 2024
|
||||
* New or updated translations:
|
||||
* Belarusian
|
||||
* Haitian Creole
|
||||
* New layouts:
|
||||
* French Canadian (QWERTY + accented letters)
|
||||
* German terminal-layout
|
||||
* Spanish terminal-layout
|
||||
* Changes:
|
||||
* Fixed Persian and Swiss layouts
|
||||
* Fixed various small style-issues in many layouts
|
||||
* Improved the US-terminal-layout
|
||||
|
||||
squeekboard 1.22.0 "Superposition"
|
||||
------------------
|
||||
Released April 2023
|
||||
* New or updated translations:
|
||||
* Basque
|
||||
* Changes:
|
||||
* fixed panel sizing when scaling
|
||||
* fixed panel sizing when rotating
|
||||
* fixed Dvorak terminal layout
|
||||
|
||||
squeekboard 1.21.0 "Expected value"
|
||||
------------------
|
||||
Released February 2023
|
||||
* New or updated translations:
|
||||
* Hindi
|
||||
* Czech
|
||||
* German
|
||||
* New layouts:
|
||||
* wide Swedish
|
||||
* Hungarian
|
||||
* Changes:
|
||||
* use a custom font for gr+polytonic, where the default is unreadable
|
||||
* require newer Rust
|
||||
* fixed panel sizing when rotating
|
||||
* internal improvements.
|
||||
|
||||
squeekboard 1.20.0 "PID controller"
|
||||
------------------
|
||||
Released September 2023
|
||||
* New translations:
|
||||
* Greek
|
||||
* Croatian
|
||||
* New layouts:
|
||||
* US Dvorak terminal
|
||||
* Improvements:
|
||||
* forcing the panel to hide now takes effect immediately
|
||||
* Squeekboard icon will present itself when other applications need to show it
|
||||
124
NEWS.md
124
NEWS.md
@ -1,124 +0,0 @@
|
||||
squeekboard 1.41.0
|
||||
------------------
|
||||
|
||||
New layouts:
|
||||
- Malayalam
|
||||
- German (Bone)
|
||||
- German (Neo 2)
|
||||
|
||||
New icons:
|
||||
- zwsp (zero-width-space)
|
||||
- zwj (zero-width-joiner)
|
||||
|
||||
squeekboard 1.39.0
|
||||
------------------
|
||||
|
||||
New button-styles:
|
||||
- `change-view`: Highlighted like `special`, but with a border at the bottom.
|
||||
- `character-group`: Like `change-view`, but with less highlighting.
|
||||
- `placeholder`: Less contrast to the background and does not visually change when pressed.
|
||||
- `subtle-highlight`: For highlighting commonly used characters in accent-views, for example.
|
||||
|
||||
New layouts:
|
||||
- Portuguese
|
||||
- Slovenian
|
||||
- Turkish (F-layout)
|
||||
- Turkish (Q-layout)
|
||||
|
||||
Remade layout:
|
||||
- Portuguese (Brazil): A view for accents has been added.
|
||||
|
||||
Changes:
|
||||
- The new button-styles are used in the available layouts, where appropriate.
|
||||
- The top rows of the terminal-layouts are a little taller.
|
||||
- Squeekboard will choose the wide shape of layouts, for more displays in horizontal orientation.
|
||||
- Highlighted buttons now show visual feedback too, when pressed.
|
||||
- Many layouts have been adjusted, so that those change their form less when switching views.
|
||||
- Various small issues have been fixed, to make layouts more consistent.
|
||||
|
||||
Development:
|
||||
- Scaling-tests for many display-types have been added.
|
||||
|
||||
squeekboard 1.38.0
|
||||
------------------
|
||||
|
||||
Changes:
|
||||
- 25 wide shapes have been added, so that every available layout now has a wide shape
|
||||
- "PgUp" and "PgDn" on the terminal-layouts have been relabeled to "Page ↑" and "Page ↓"
|
||||
- The Spanish and French terminal-layouts now have translated key-names
|
||||
- The Spanish terminal-layout has been updated with the additional keys that are already available on the US-terminal-layout.
|
||||
- The wide and base shapes of the German layout had a different key-arrangement and the wide shape did not have a button to access additional characters; this has been fixed.
|
||||
|
||||
Development:
|
||||
- Squeekboard's versioning now follows Phosh's versioning (for example: Squeekboard 1.38 was released in time for Phosh 0.38)
|
||||
- The build-system has been simplified
|
||||
- A single Cargo.toml file is used, instead of assembling it from multiple parts
|
||||
- Newer dependencies are now used for building Squeekboard by default
|
||||
- Squeekboard's main development-platform is now Debian Testing
|
||||
- The layout-files have been cleaned up, so that those are easier to understand and edit
|
||||
|
||||
squeekboard 1.24.0
|
||||
------------------
|
||||
|
||||
Changes:
|
||||
- The emoji-layout has been replaced with a new one, which offers many more emojis to choose from.
|
||||
|
||||
squeekboard 1.23.0
|
||||
------------------
|
||||
|
||||
New or updated translations:
|
||||
- Belarusian
|
||||
- Haitian Creole
|
||||
|
||||
New layouts:
|
||||
- French Canadian (QWERTY + accented letters)
|
||||
- German terminal-layout
|
||||
- Spanish terminal-layout
|
||||
|
||||
Changes:
|
||||
- Fixed Persian and Swiss layouts
|
||||
- Fixed various small style-issues in many layouts
|
||||
- Improved the US-terminal-layout
|
||||
|
||||
squeekboard 1.22.0 "Superposition"
|
||||
------------------
|
||||
|
||||
New or updated translations:
|
||||
- Basque
|
||||
|
||||
Changes:
|
||||
- fixed panel sizing when scaling
|
||||
- fixed panel sizing when rotating
|
||||
- fixed Dvorak terminal layout
|
||||
|
||||
squeekboard 1.21.0 "Expected value"
|
||||
------------------
|
||||
|
||||
New or updated translations:
|
||||
- Hindi
|
||||
- Czech
|
||||
- German
|
||||
|
||||
New layouts:
|
||||
- wide Swedish
|
||||
- Hungarian
|
||||
|
||||
Changes:
|
||||
- use a custom font for gr+polytonic, where the default is unreadable
|
||||
- require newer Rust
|
||||
- fixed panel sizing when rotating
|
||||
- internal improvements.
|
||||
|
||||
squeekboard 1.20.0 "PID controller"
|
||||
------------------
|
||||
|
||||
New translations:
|
||||
- Greek
|
||||
- Croatian
|
||||
|
||||
New layouts:
|
||||
- US Dvorak terminal
|
||||
|
||||
Improvements:
|
||||
- forcing the panel to hide now takes effect immediately
|
||||
- Squeekboard icon will present itself when other applications need to show it
|
||||
38
README.md
38
README.md
@ -1,7 +1,7 @@
|
||||
*squeekboard* - a Wayland on-screen keyboard
|
||||
========================================
|
||||
|
||||
*Squeekboard* is the on-screen keyboard for Phosh. It is primarily designed for smartphones, tablet-PCs, and other devices with touchscreens.
|
||||
*Squeekboard* is the on-screen-keyboard input-method for Phosh. It is primarily designed for smartphones, tablet-PCs, and other devices with touchscreens.
|
||||
|
||||
It squeaks because some Rust got inside.
|
||||
|
||||
@ -30,6 +30,12 @@ Creating layouts
|
||||
|
||||
If you want to work on layouts, check out the [guide](doc/tutorial.md).
|
||||
|
||||
Nightly builds
|
||||
--------------
|
||||
|
||||
For testing the latest commits of the `main`-branch, one can install the nightly builds of Squeekboard.
|
||||
For more information about the nightly builds, read the ["Phosh Nightly Package Builds"-blog-post](https://phosh.mobi/posts/phosh-nightly/).
|
||||
|
||||
Building
|
||||
--------
|
||||
|
||||
@ -43,7 +49,7 @@ See `.gitlab-ci.yml` or run `apt-get build-dep .`
|
||||
$ git clone https://gitlab.gnome.org/World/Phosh/squeekboard.git
|
||||
$ cd squeekboard
|
||||
$ mkdir _build
|
||||
$ meson _build/
|
||||
$ meson setup _build/
|
||||
$ cd _build
|
||||
$ ninja
|
||||
```
|
||||
@ -54,11 +60,16 @@ Running
|
||||
-------
|
||||
|
||||
```sh
|
||||
$ phoc # if no compatible Wayland compositor is running yet
|
||||
$ cd ../build/
|
||||
$ src/squeekboard
|
||||
```
|
||||
|
||||
If no compatible Wayland compositor is running yet, you can use Phoc (after installing it):
|
||||
|
||||
```sh
|
||||
$ phoc --exec 'src/squeekboard'
|
||||
```
|
||||
|
||||
Squeekboard's panel will appear whenever a compatible application requests an input method. Click a text field in any GTK application, like `python3 ./tools/entry.py`.
|
||||
|
||||
Squeekboard honors the gnome "screen-keyboard-enabled" setting. Either enable this through gnome-settings under accessibility or run:
|
||||
@ -73,6 +84,8 @@ Alternatively, force panel visibility manually with:
|
||||
$ busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b true
|
||||
```
|
||||
|
||||
or by using the environment-variable `SQUEEKBOARD_DEBUG=force_show`.
|
||||
|
||||
### What the compositor has to support
|
||||
|
||||
A compatible compositor has to support the protocols:
|
||||
@ -84,6 +97,25 @@ It's strongly recommended to support:
|
||||
|
||||
- input-method-v2
|
||||
|
||||
Settings
|
||||
--------
|
||||
|
||||
You can change the height of the panel for the keyboard with:
|
||||
|
||||
```sh
|
||||
$ gsettings set sm.puri.Squeekboard scale-in-horizontal-screen-orientation 1.0
|
||||
$ gsettings set sm.puri.Squeekboard scale-in-vertical-screen-orientation 1.0
|
||||
```
|
||||
|
||||
Note: If the keyboard is open when the settings for the panel-height are changed, the height of the keyboard will not change until it is opened again, or the layout is changed.
|
||||
While using Phosh, you can long-click/long-tap the home-bar at the bottom, to open and close the keyboard.
|
||||
|
||||
To reset the settings to the default, you can use:
|
||||
|
||||
```sh
|
||||
$ gsettings reset-recursively sm.puri.Squeekboard
|
||||
```
|
||||
|
||||
Developing
|
||||
----------
|
||||
|
||||
|
||||
3
cargo.sh
3
cargo.sh
@ -12,6 +12,9 @@ SOURCE_DIR="$(dirname "$SCRIPT_PATH")"
|
||||
CARGO_TARGET_DIR="$(pwd)"
|
||||
export CARGO_TARGET_DIR
|
||||
|
||||
GSETTINGS_SCHEMA_DIR="${CARGO_TARGET_DIR}/data:${GSETTINGS_SCHEMA_DIR}"
|
||||
export GSETTINGS_SCHEMA_DIR
|
||||
|
||||
cd "$SOURCE_DIR"
|
||||
|
||||
# the 'run" command takes arguments at the end,
|
||||
|
||||
@ -15,10 +15,18 @@ sq_view.in_mal {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
sq_view.wide.in_mal {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
sq_view.ir_azb {
|
||||
font-size: 1.368em;
|
||||
}
|
||||
|
||||
sq_view.wide.jp {
|
||||
font-size: 1.15em;
|
||||
}
|
||||
|
||||
sq_button {
|
||||
border-radius: 4px;
|
||||
margin: 2px;
|
||||
|
||||
@ -1,20 +1,31 @@
|
||||
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
||||
<node xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
|
||||
|
||||
<!--
|
||||
sm.puri.OSK0:
|
||||
|
||||
This interface is exported by on screen keyboards (OSK) to
|
||||
indicate and set state like visibility.
|
||||
-->
|
||||
|
||||
<interface name="sm.puri.OSK0">
|
||||
<!--
|
||||
SetVisible:
|
||||
@visible: %TRUE if the OSK should be shown to the user, %FALSE otherwise
|
||||
|
||||
Toggle keyboard visibility.
|
||||
-->
|
||||
<method name="SetVisible">
|
||||
<arg name="visible" type="b" direction="in"/>
|
||||
<doc:doc><doc:description>
|
||||
Switch keyboard visibility
|
||||
</doc:description></doc:doc>
|
||||
<arg type="b" direction="in" name="visible"/>
|
||||
</method>
|
||||
<method name="GetVisible">
|
||||
<arg name="visible" type="b" direction="out"/>
|
||||
<doc:doc><doc:description>
|
||||
Get keyboard visibility
|
||||
</doc:description></doc:doc>
|
||||
</method>
|
||||
<property name="Visible" type="b" access="read">
|
||||
</property>
|
||||
<!--
|
||||
Visible:
|
||||
|
||||
Indicates whether the on screen keyboard is currently
|
||||
unfolded. %TRUE if the OSK is currently visible to the user,
|
||||
%FALSE otherwise.
|
||||
-->
|
||||
<property name="Visible" type="b" access="read"/>
|
||||
</interface>
|
||||
</node>
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Armenian (phonetic)
|
||||
# Armenian layout based on work by Norayr Chilingarian
|
||||
# Yerevan
|
||||
# Oct 2021
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Armenian (phonetic)
|
||||
# Armenian layout based on work by Norayr Chilingarian
|
||||
# Yerevan
|
||||
# Oct 2021
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Armenian
|
||||
# Armenian layout based on work by Norayr Chilingarian
|
||||
# Yerevan
|
||||
# Oct 2021
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Armenian
|
||||
# Armenian layout based on work by Norayr Chilingarian
|
||||
# Yerevan
|
||||
# Oct 2021
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Arabic
|
||||
# Maintained by: Khaled Eldoheiri <khalid@kdehairy.com>
|
||||
---
|
||||
outlines:
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Arabic
|
||||
# Maintained by: Khaled Eldoheiri <khalid@kdehairy.com>
|
||||
---
|
||||
outlines:
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Belgian
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.33, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Belgian
|
||||
---
|
||||
outlines:
|
||||
default: { width: 54, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Bulgarian (phonetic)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 32.72, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Bulgarian (phonetic)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 48.75, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Bulgarian
|
||||
---
|
||||
outlines:
|
||||
default: { width: 32.72, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Bulgarian
|
||||
---
|
||||
outlines:
|
||||
default: { width: 48.75, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Portuguese (Brazil)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.67, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Portuguese (Brazil)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 53.75, height: 42 }
|
||||
|
||||
91
data/keyboards/by.yaml
Normal file
91
data/keyboards/by.yaml
Normal file
@ -0,0 +1,91 @@
|
||||
# Language: Belarusian
|
||||
---
|
||||
outlines:
|
||||
default: { width: 32.45, height: 52 }
|
||||
altline: { width: 32, height: 52 }
|
||||
wide: { width: 64.55, height: 52 }
|
||||
change-view: { width: 32, height: 52 }
|
||||
change-view-2: { width: 64.55, height: 52 }
|
||||
spaceline: { width: 91.96, height: 52 }
|
||||
fill: { width: 156.86, height: 52 }
|
||||
fill-2: { width: 64.9, height: 52 }
|
||||
special: { width: 35.67, height: 52 }
|
||||
large: { width: 35.67, height: 52 }
|
||||
|
||||
views:
|
||||
base:
|
||||
- "й ц у к е н г ш ў з х"
|
||||
- "ф ы в а п р о л д ж э"
|
||||
- "Shift_L я ч с м і т ь б ю BackSpace"
|
||||
- "show_numbers preferences ё space , . Return"
|
||||
upper:
|
||||
- "Й Ц У К Е Н Г Ш Ў З Х"
|
||||
- "Ф Ы В А П Р О Л Д Ж Э"
|
||||
- "Shift_L Я Ч С М І Т Ь Б Ю BackSpace"
|
||||
- "show_numbers preferences Ё space , . Return"
|
||||
numbers:
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "@ # $ % & - _ + ( )"
|
||||
- "show_symbols , \" ' : ; ! ? BackSpace-wide"
|
||||
- "show_letters preferences space-fill . Return"
|
||||
symbols:
|
||||
- "~ ` | · √ π τ ÷ × ¶"
|
||||
- "© ® £ € ¥ ^ ° * { }"
|
||||
- "show_numbers \\ / < > = [ ] BackSpace-wide"
|
||||
- "show_letters preferences space-fill . Return"
|
||||
|
||||
buttons:
|
||||
Shift_L:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "upper"
|
||||
unlock_view: "base"
|
||||
outline: "change-view"
|
||||
icon: "key-shift"
|
||||
BackSpace:
|
||||
outline: "altline"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
BackSpace-wide:
|
||||
outline: "wide"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
preferences:
|
||||
action: "show_prefs"
|
||||
outline: "special"
|
||||
icon: "keyboard-mode-symbolic"
|
||||
show_numbers:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view-2"
|
||||
label: "123"
|
||||
show_letters:
|
||||
action:
|
||||
set_view: "base"
|
||||
outline: "change-view-2"
|
||||
label: "АБВ"
|
||||
show_symbols:
|
||||
action:
|
||||
set_view: "symbols"
|
||||
outline: "change-view-2"
|
||||
label: "*/="
|
||||
.:
|
||||
outline: "large"
|
||||
space:
|
||||
outline: "spaceline"
|
||||
text: " "
|
||||
space-fill:
|
||||
outline: "fill"
|
||||
text: " "
|
||||
Return:
|
||||
outline: "wide"
|
||||
icon: "key-enter"
|
||||
keysym: "Return"
|
||||
5:
|
||||
outline: "fill-2"
|
||||
"&":
|
||||
outline: "fill-2"
|
||||
√:
|
||||
outline: "fill-2"
|
||||
¥:
|
||||
outline: "fill-2"
|
||||
88
data/keyboards/by_wide.yaml
Normal file
88
data/keyboards/by_wide.yaml
Normal file
@ -0,0 +1,88 @@
|
||||
# Language: Belarusian
|
||||
---
|
||||
outlines:
|
||||
default: { width: 48.75, height: 42 }
|
||||
altline: { width: 48.75, height: 42 }
|
||||
wide: { width: 97.5, height: 42 }
|
||||
change-view: { width: 48.75, height: 42 }
|
||||
change-view-2: { width: 97.5, height: 42 }
|
||||
spaceline: { width: 146.5, height: 42 }
|
||||
fill: { width: 244, height: 42 }
|
||||
fill-2: { width: 97.5, height: 42 }
|
||||
special: { width: 48.75, height: 42 }
|
||||
|
||||
views:
|
||||
base:
|
||||
- "й ц у к е н г ш ў з х"
|
||||
- "ф ы в а п р о л д ж э"
|
||||
- "Shift_L я ч с м і т ь б ю BackSpace"
|
||||
- "show_numbers preferences ё space , . Return"
|
||||
upper:
|
||||
- "Й Ц У К Е Н Г Ш Ў З Х"
|
||||
- "Ф Ы В А П Р О Л Д Ж Э"
|
||||
- "Shift_L Я Ч С М І Т Ь Б Ю BackSpace"
|
||||
- "show_numbers preferences Ё space , . Return"
|
||||
numbers:
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "@ # $ % & - _ + ( )"
|
||||
- "show_symbols , \" ' : ; ! ? BackSpace-wide"
|
||||
- "show_letters preferences space-fill . Return"
|
||||
symbols:
|
||||
- "~ ` | · √ π τ ÷ × ¶"
|
||||
- "© ® £ € ¥ ^ ° * { }"
|
||||
- "show_numbers \\ / < > = [ ] BackSpace-wide"
|
||||
- "show_letters preferences space-fill . Return"
|
||||
|
||||
buttons:
|
||||
Shift_L:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "upper"
|
||||
unlock_view: "base"
|
||||
outline: "change-view"
|
||||
icon: "key-shift"
|
||||
BackSpace:
|
||||
outline: "altline"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
BackSpace-wide:
|
||||
outline: "wide"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
preferences:
|
||||
action: "show_prefs"
|
||||
outline: "special"
|
||||
icon: "keyboard-mode-symbolic"
|
||||
show_numbers:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view-2"
|
||||
label: "123"
|
||||
show_letters:
|
||||
action:
|
||||
set_view: "base"
|
||||
outline: "change-view-2"
|
||||
label: "АБВ"
|
||||
show_symbols:
|
||||
action:
|
||||
set_view: "symbols"
|
||||
outline: "change-view-2"
|
||||
label: "*/="
|
||||
space:
|
||||
outline: "spaceline"
|
||||
text: " "
|
||||
space-fill:
|
||||
outline: "fill"
|
||||
text: " "
|
||||
Return:
|
||||
outline: "wide"
|
||||
icon: "key-enter"
|
||||
keysym: "Return"
|
||||
5:
|
||||
outline: "fill-2"
|
||||
"&":
|
||||
outline: "fill-2"
|
||||
√:
|
||||
outline: "fill-2"
|
||||
¥:
|
||||
outline: "fill-2"
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: French (Canada)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.5, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: French (Canada)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 53.7, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: German (Switzerland) (ch+de)
|
||||
# Maintained by Patrick Jörg <patrickjoerg@gmx.ch>. No Copyright, enjoy!
|
||||
|
||||
---
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: German (Switzerland) (ch+de)
|
||||
# Maintained by Patrick Jörg <patrickjoerg@gmx.ch>. No Copyright, enjoy!
|
||||
|
||||
---
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: French (Switzerland)
|
||||
# Maintained by: Jordi Bossy <jordi@bossy.space>. No Copyright, enjoy!
|
||||
---
|
||||
outlines:
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: French (Switzerland)
|
||||
# Maintained by: Jordi Bossy <jordi@bossy.space>. No Copyright, enjoy!
|
||||
---
|
||||
outlines:
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: German (Switzerland)
|
||||
# Maintained by: Jordy Bossy <jordi@bossy.space>
|
||||
# and Patrick Jörg <patrickjoerg@gmx.ch>. No Copyright, enjoy!
|
||||
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: German (Switzerland)
|
||||
# Maintained by: Jordy Bossy <jordy@bossy.space>
|
||||
# and Patrick Jörg <patrickjoerg@gmx.ch>. No Copyright, enjoy!
|
||||
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Czech (QWERTY)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.33, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Czech (QWERTY)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 54, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Czech
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.33, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Czech
|
||||
---
|
||||
outlines:
|
||||
default: { width: 54, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: German (Bone)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 32.12, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: German (Bone)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 48.87, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: German (Neo 2)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 32.12, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: German (Neo 2)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 48.87, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: German
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.33, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: German
|
||||
---
|
||||
outlines:
|
||||
default: { width: 48.87, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Danish
|
||||
---
|
||||
outlines:
|
||||
default: { width: 32.4, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Danish
|
||||
---
|
||||
outlines:
|
||||
default: { width: 48.87, height: 42 }
|
||||
|
||||
@ -37,7 +37,7 @@ views:
|
||||
face-neutral-skeptical:
|
||||
- "🤐 🤨 😐 😑 😶 🫥 😶🌫️"
|
||||
- "😏 😒 🙄 😬 😮💨 🤥 🫨"
|
||||
- "preferences 🙂↔️ 🙂↕️ 0 0 BackSpace"
|
||||
- "preferences 🙂↔️ 🙂↕️ 0 0 0 BackSpace"
|
||||
- "1 2 3 4 5 6 7 8 9 10"
|
||||
face-sleepy:
|
||||
- "😌 😔 😪 🤤 😴 0 0"
|
||||
|
||||
@ -37,7 +37,7 @@ views:
|
||||
face-neutral-skeptical:
|
||||
- "🤐 🤨 😐 😑 😶 🫥 😶🌫️"
|
||||
- "😏 😒 🙄 😬 😮💨 🤥 🫨"
|
||||
- "preferences 🙂↔️ 🙂↕️ 0 0 BackSpace"
|
||||
- "preferences 🙂↔️ 🙂↕️ 0 0 0 BackSpace"
|
||||
- "1 2 3 4 5 6 7 8 9 10"
|
||||
face-sleepy:
|
||||
- "😌 😔 😪 🤤 😴 0 0"
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Esperanto
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.67, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Esperanto
|
||||
---
|
||||
outlines:
|
||||
default: { width: 53.75, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Catalan (Spain, with middle-dot L)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.67, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Catalan (Spain, with middle-dot L)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 53.75, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Spanish
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.67, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Spanish
|
||||
---
|
||||
outlines:
|
||||
default: { width: 53.75, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Finnish
|
||||
---
|
||||
outlines:
|
||||
default: { width: 32.4, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Finnish
|
||||
---
|
||||
outlines:
|
||||
default: { width: 48.87, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: French (BEPO)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.33, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: French (BEPO)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 54, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: French
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.33, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: French
|
||||
---
|
||||
outlines:
|
||||
default: { width: 54, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Georgian
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.67, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Georgian
|
||||
---
|
||||
outlines:
|
||||
default: { width: 53.5, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Greek (polytonic)
|
||||
# Greek polytonic layout by Antonis Tsolomitis
|
||||
# University of the Aegean, Department of Mathematics, atsol@aegean.gr
|
||||
# March 2022
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Greek (polytonic)
|
||||
# Greek polytonic layout by Antonis Tsolomitis
|
||||
# University of the Aegean, Department of Mathematics, atsol@aegean.gr
|
||||
# March 2022
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Greek
|
||||
# Greek layout originally created by Antonis Tsolomitis
|
||||
# University of the Aegean, Department of Mathematics, atsol@aegean.gr
|
||||
# Sep 2019
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Greek
|
||||
# Created by Sotiris Papadopoulos, sotirios.papadopoulos@inserm.fr
|
||||
---
|
||||
outlines:
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Hungarian
|
||||
# Based on work by: soyer <soyer@irl.hu>
|
||||
---
|
||||
outlines:
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Hungarian
|
||||
# Based on work by: soyer <soyer@irl.hu>
|
||||
---
|
||||
outlines:
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Hebrew
|
||||
---
|
||||
outlines:
|
||||
default: { width: 41, height: 60 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Hebrew
|
||||
---
|
||||
outlines:
|
||||
default: { width: 53.75, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Malayalam
|
||||
---
|
||||
outlines:
|
||||
default: { width: 29.44, height: 44.5 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Malayalam
|
||||
---
|
||||
outlines:
|
||||
default: { width: 45.11, height: 36.65 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Azerbaijani (Iran)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 32.75, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Azerbaijani (Iran)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 44.75, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Friulian (Italy)
|
||||
# Based on the Friulian layout created by Fabio Tomat
|
||||
# 14 october 2020
|
||||
---
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Friulian (Italy)
|
||||
# Based on the Friulian layout created by Fabio Tomat
|
||||
# 14 october 2020
|
||||
---
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Italian
|
||||
# Italian layout created by Antonio Pandolfo
|
||||
# 03 october 2019
|
||||
---
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Italian
|
||||
# Italian layout created by Antonio Pandolfo
|
||||
# 03 october 2019
|
||||
---
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Japanese (Kana)
|
||||
# Based on work by: Mark Müller <markmueller86@gmail.com>
|
||||
---
|
||||
outlines:
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Japanese (Kana)
|
||||
# Based on work by: Mark Müller <markmueller86@gmail.com>
|
||||
---
|
||||
outlines:
|
||||
|
||||
787
data/keyboards/jp.yaml
Normal file
787
data/keyboards/jp.yaml
Normal file
@ -0,0 +1,787 @@
|
||||
# Language: Japanese
|
||||
---
|
||||
outlines:
|
||||
default: { width: 40, height: 56 }
|
||||
default-2: { width: 48, height: 56 }
|
||||
thin: { width: 36.92, height: 56 }
|
||||
change-view: { width: 36.92, height: 56 }
|
||||
change-view-2: { width: 72, height: 56 }
|
||||
change-view-3: { width: 80, height: 56 }
|
||||
spaceline: { width: 80, height: 56 }
|
||||
special: { width: 36.92, height: 56 }
|
||||
special-2: { width: 40, height: 56 }
|
||||
special-3: { width: 72, height: 56 }
|
||||
placeholder: { width: 48, height: 56 }
|
||||
placeholder-2: { width: 80, height: 56 }
|
||||
|
||||
|
||||
views:
|
||||
base:
|
||||
- "ぬ ふ あ う え お や ゆ よ わ ほ へ"
|
||||
- "た て い す か ん な に ら せ ゙ ゚ "
|
||||
- "ち と し は き く ま の り れ け む"
|
||||
- "show_hiragana_upper つ さ そ ひ こ み も ね る め ろ BackSpace"
|
||||
- "show_numbers show_romaji preferences fullwidth-space --- show_katakana Return"
|
||||
hiragana_upper:
|
||||
- "ぬ ふ ぁ ぅ ぇ ぉ ゃ ゅ ょ を ほ ゑ"
|
||||
- "た て ぃ す ヵ ん な に ら せ ゙ 「"
|
||||
- "ち と し ゎ き く ま の り れ ヶ 」"
|
||||
- "show_hiragana_upper っ さ そ ゐ こ み も 、 。 ・ ー BackSpace"
|
||||
- "show_numbers show_romaji preferences fullwidth-space --- show_katakana Return"
|
||||
katakana:
|
||||
- "ヌ フ ア ウ エ オ ヤ ユ ヨ ワ ホ ヘ"
|
||||
- "タ テ イ ス カ ン ナ ニ ラ セ ゙ ゚ "
|
||||
- "チ ト シ ハ キ ク マ ノ リ レ ケ ム"
|
||||
- "show_katakana_upper ツ サ ソ ヒ コ ミ モ ネ ル メ ロ BackSpace"
|
||||
- "show_numbers show_romaji preferences fullwidth-space katakana_width_toggle_half show_hiragana Return"
|
||||
katakana_upper:
|
||||
- "ヌ フ ァ ゥ ェ ォ ャ ュ ョ ヲ ホ ヱ"
|
||||
- "タ テ ィ ス ヵ ン ナ ニ ラ セ ゙ 「"
|
||||
- "チ ト シ ハ キ ク マ ノ リ レ ケ 」"
|
||||
- "show_katakana_upper ッ サ ソ ヰ コ ミ モ 、 。 ・ ー BackSpace"
|
||||
- "show_numbers show_romaji preferences fullwidth-space katakana_width_toggle_half show_hiragana Return"
|
||||
katakana_halfwidth:
|
||||
- "ヌ フ ア ウ エ オ ヤ ユ ヨ ワ ホ ヘ"
|
||||
- "タ テ イ ス カ ン ナ ニ ラ セ ゙ ゚ "
|
||||
- "チ ト シ ハ キ ク マ ノ リ レ ケ ム"
|
||||
- "show_katakana_halfwidth_upper ツ サ ソ ヒ コ ミ モ ネ ル メ ロ BackSpace"
|
||||
- "show_numbers show_romaji preferences space katakana_halfwidth_width_toggle_full show_hiragana Return"
|
||||
katakana_halfwidth_upper:
|
||||
- "ヌ フ ァ ゥ ェ ォ ャ ュ ョ ヲ ェ ヘ"
|
||||
- "タ テ ィ ス カ ン ナ ニ ラ セ ゙ 「"
|
||||
- "チ ト シ ワ キ ク マ ノ リ レ ケ 」"
|
||||
- "show_katakana_halfwidth_upper ッ サ ソ ヒ コ ミ モ 、 。 ・ ー BackSpace"
|
||||
- "show_numbers show_romaji preferences space katakana_halfwidth_width_toggle_full show_hiragana Return"
|
||||
numbers:
|
||||
- " … -- -- -- -- -- -- -- -- --"
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "@ # ¥ % & - _ + ( )"
|
||||
- "show_symbols ; \" ' : = < > BackSpace-special-3"
|
||||
- "show_hiragana show_romaji preferences space numbers_width_toggle_full , . Return"
|
||||
numbers_fullwidth:
|
||||
- "゠ -- -- -- -- -- -- -- -- --"
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "@ # ¥ % & - _ + ( )"
|
||||
- "show_symbols_fullwidth ; " ' : = < > BackSpace-special-3"
|
||||
- "show_hiragana show_romaji_fullwidth preferences fullwidth-space numbers_fullwidth_width_toggle_half , . Return"
|
||||
symbols:
|
||||
- "ヽ ♪ -- -- -- -- -- ヿ 【 】"
|
||||
- "~ ` ´ | · √ µ ÷ × ¶"
|
||||
- "© ® £ $ € ^ ° * { }"
|
||||
- "show_numbers_from_symbols \\ / § π τ [ ] BackSpace-special-3"
|
||||
- "show_hiragana show_romaji preferences space symbols_width_toggle_full ! ? Return"
|
||||
symbols_fullwidth:
|
||||
- " ̄ ¦ -- -- -- -- -- ¬ ⦅ ⦆"
|
||||
- "~ ` -- | -- -- -- -- -- --"
|
||||
- "-- -- £ $ -- ^ -- * { }"
|
||||
- "show_numbers_fullwidth_from_symbols \ / -- -- -- [ ] BackSpace-special-3"
|
||||
- "show_hiragana show_romaji_fullwidth preferences fullwidth-space symbols_fullwidth_width_toggle_half ! ? Return"
|
||||
romaji:
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "q w e r t y u i o p"
|
||||
- "a s d f g h j k l --"
|
||||
- "show_romaji_upper z x c v b n m BackSpace-special-3"
|
||||
- "show_numbers show_hiragana preferences space romaji_width_toggle_full , . Return"
|
||||
romaji_upper:
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "Q W E R T Y U I O P"
|
||||
- "A S D F G H J K L --"
|
||||
- "show_romaji_upper Z X C V B N M BackSpace-special-3"
|
||||
- "show_numbers show_hiragana preferences space romaji_width_toggle_full ! ? Return"
|
||||
romaji_fullwidth:
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "q w e r t y u i o p"
|
||||
- "a s d f g h j k l --"
|
||||
- "show_romaji_fullwidth_upper z x c v b n m BackSpace-special-3"
|
||||
- "show_numbers_fullwidth show_hiragana preferences fullwidth-space romaji_fullwidth_width_toggle_half , . Return"
|
||||
romaji_fullwidth_upper:
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "Q W E R T Y U I O P"
|
||||
- "A S D F G H J K L --"
|
||||
- "show_romaji_fullwidth_upper Z X C V B N M BackSpace-special-3"
|
||||
- "show_numbers_fullwidth show_hiragana preferences fullwidth-space romaji_fullwidth_width_toggle_half ! ? Return"
|
||||
|
||||
|
||||
# k s t n h m y r w
|
||||
#a あア かカ さサ たタ なナ はハ まマ やヤ らラ わワ
|
||||
#i いイ きキ しシ ちチ にニ ひヒ みミ ※ りリ ゐヰ
|
||||
#u うウ くク すス つツ ぬヌ ふフ むム ゆユ るル ※
|
||||
#e えエ けケ せセ てテ ねネ へヘ めメ ※ れレ ゑヱ
|
||||
#o おオ こコ そソ とト のノ ほホ もモ よヨ ろロ をヲ
|
||||
|
||||
# g z d b p n
|
||||
#a が ガ ざ ザ だ ダ ば バ ぱ パ ん ン
|
||||
#i ぎ ギ じ ジ ぢ ヂ び ビ ぴ ピ
|
||||
#u ぐ グ ず ズ づ ヅ ぶ ブ ぷ プ
|
||||
#e げ ゲ ぜ ゼ で デ べ ベ ぺ ペ
|
||||
#o ご ゴ ぞ ゾ ど ド ぼ ボ ぽ ポ
|
||||
|
||||
|
||||
buttons:
|
||||
BackSpace:
|
||||
outline: "special"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
BackSpace-special-3:
|
||||
outline: "special-3"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
preferences:
|
||||
action: "show_prefs"
|
||||
outline: "special-2"
|
||||
icon: "keyboard-mode-symbolic"
|
||||
show_numbers:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view-3"
|
||||
label: "123"
|
||||
show_numbers_from_symbols:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view-2"
|
||||
label: "123"
|
||||
numbers_fullwidth_width_toggle_half:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view-3"
|
||||
label: "半/全"
|
||||
show_symbols:
|
||||
action:
|
||||
set_view: "symbols"
|
||||
outline: "change-view-2"
|
||||
label: "*/="
|
||||
symbols_fullwidth_width_toggle_half:
|
||||
action:
|
||||
set_view: "symbols"
|
||||
outline: "change-view-3"
|
||||
label: "半/全"
|
||||
show_hiragana:
|
||||
action:
|
||||
set_view: "base"
|
||||
outline: "change-view-3"
|
||||
label: "あいう"
|
||||
show_hiragana_upper:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "hiragana_upper"
|
||||
unlock_view: "base"
|
||||
outline: "change-view"
|
||||
icon: "key-shift"
|
||||
show_katakana:
|
||||
action:
|
||||
set_view: "katakana"
|
||||
outline: "change-view-3"
|
||||
label: "アイウ"
|
||||
katakana_halfwidth_width_toggle_full:
|
||||
action:
|
||||
set_view: "katakana"
|
||||
outline: "change-view-3"
|
||||
label: "半/全"
|
||||
show_katakana_upper:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "katakana_upper"
|
||||
unlock_view: "katakana"
|
||||
outline: "change-view"
|
||||
icon: "key-shift"
|
||||
show_romaji:
|
||||
action:
|
||||
set_view: "romaji"
|
||||
outline: "change-view-3"
|
||||
label: "ABC"
|
||||
romaji_fullwidth_width_toggle_half:
|
||||
action:
|
||||
set_view: "romaji"
|
||||
outline: "change-view-3"
|
||||
label: "半/全"
|
||||
show_romaji_upper:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "romaji_upper"
|
||||
unlock_view: "romaji"
|
||||
outline: "change-view-2"
|
||||
icon: "key-shift"
|
||||
katakana_width_toggle_half:
|
||||
action:
|
||||
set_view: "katakana_halfwidth"
|
||||
outline: "change-view-3"
|
||||
label: "半/全"
|
||||
show_katakana_halfwidth_upper:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "katakana_halfwidth_upper"
|
||||
unlock_view: "katakana_halfwidth"
|
||||
outline: "change-view"
|
||||
icon: "key-shift"
|
||||
show_romaji_fullwidth:
|
||||
action:
|
||||
set_view: "romaji_fullwidth"
|
||||
outline: "change-view-3"
|
||||
label: "ABC"
|
||||
romaji_width_toggle_full:
|
||||
action:
|
||||
set_view: "romaji_fullwidth"
|
||||
outline: "change-view-3"
|
||||
label: "半/全"
|
||||
show_romaji_fullwidth_upper:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "romaji_fullwidth_upper"
|
||||
unlock_view: "romaji_fullwidth"
|
||||
outline: "change-view-2"
|
||||
icon: "key-shift"
|
||||
show_numbers_fullwidth:
|
||||
action:
|
||||
set_view: "numbers_fullwidth"
|
||||
outline: "change-view-3"
|
||||
label: "123"
|
||||
show_numbers_fullwidth_from_symbols:
|
||||
action:
|
||||
set_view: "numbers_fullwidth"
|
||||
outline: "change-view-2"
|
||||
label: "123"
|
||||
numbers_width_toggle_full:
|
||||
action:
|
||||
set_view: "numbers_fullwidth"
|
||||
outline: "change-view-3"
|
||||
label: "半/全"
|
||||
show_symbols_fullwidth:
|
||||
action:
|
||||
set_view: "symbols_fullwidth"
|
||||
outline: "change-view-2"
|
||||
label: "*/="
|
||||
symbols_width_toggle_full:
|
||||
action:
|
||||
set_view: "symbols_fullwidth"
|
||||
outline: "change-view-3"
|
||||
label: "半/全"
|
||||
space:
|
||||
outline: "spaceline"
|
||||
text: " "
|
||||
label: "␣"
|
||||
fullwidth-space:
|
||||
outline: "spaceline"
|
||||
text: " "
|
||||
label: "␣"
|
||||
Return:
|
||||
outline: "special-2"
|
||||
icon: "key-enter"
|
||||
keysym: "Return"
|
||||
--:
|
||||
outline: "placeholder"
|
||||
text: ""
|
||||
---:
|
||||
outline: "placeholder-2"
|
||||
text: ""
|
||||
つ:
|
||||
outline: "thin"
|
||||
さ:
|
||||
outline: "thin"
|
||||
そ:
|
||||
outline: "thin"
|
||||
ひ:
|
||||
outline: "thin"
|
||||
こ:
|
||||
outline: "thin"
|
||||
み:
|
||||
outline: "thin"
|
||||
も:
|
||||
outline: "thin"
|
||||
ね:
|
||||
outline: "thin"
|
||||
る:
|
||||
outline: "thin"
|
||||
め:
|
||||
outline: "thin"
|
||||
ろ:
|
||||
outline: "thin"
|
||||
っ:
|
||||
outline: "thin"
|
||||
ゐ:
|
||||
outline: "thin"
|
||||
、:
|
||||
outline: "thin"
|
||||
。:
|
||||
outline: "thin"
|
||||
・:
|
||||
outline: "thin"
|
||||
ー:
|
||||
outline: "thin"
|
||||
ツ:
|
||||
outline: "thin"
|
||||
サ:
|
||||
outline: "thin"
|
||||
ソ:
|
||||
outline: "thin"
|
||||
ヒ:
|
||||
outline: "thin"
|
||||
コ:
|
||||
outline: "thin"
|
||||
ミ:
|
||||
outline: "thin"
|
||||
モ:
|
||||
outline: "thin"
|
||||
ネ:
|
||||
outline: "thin"
|
||||
ル:
|
||||
outline: "thin"
|
||||
メ:
|
||||
outline: "thin"
|
||||
ロ:
|
||||
outline: "thin"
|
||||
ッ:
|
||||
outline: "thin"
|
||||
ツ:
|
||||
outline: "thin"
|
||||
サ:
|
||||
outline: "thin"
|
||||
ソ:
|
||||
outline: "thin"
|
||||
ヰ:
|
||||
outline: "thin"
|
||||
ヒ:
|
||||
outline: "thin"
|
||||
コ:
|
||||
outline: "thin"
|
||||
ミ:
|
||||
outline: "thin"
|
||||
モ:
|
||||
outline: "thin"
|
||||
ネ:
|
||||
outline: "thin"
|
||||
ル:
|
||||
outline: "thin"
|
||||
メ:
|
||||
outline: "thin"
|
||||
ロ:
|
||||
outline: "thin"
|
||||
ッ:
|
||||
outline: "thin"
|
||||
、:
|
||||
outline: "thin"
|
||||
。:
|
||||
outline: "thin"
|
||||
・:
|
||||
outline: "thin"
|
||||
ー:
|
||||
outline: "thin"
|
||||
…:
|
||||
outline: "default-2"
|
||||
1:
|
||||
outline: "default-2"
|
||||
2:
|
||||
outline: "default-2"
|
||||
3:
|
||||
outline: "default-2"
|
||||
4:
|
||||
outline: "default-2"
|
||||
5:
|
||||
outline: "default-2"
|
||||
6:
|
||||
outline: "default-2"
|
||||
7:
|
||||
outline: "default-2"
|
||||
8:
|
||||
outline: "default-2"
|
||||
9:
|
||||
outline: "default-2"
|
||||
0:
|
||||
outline: "default-2"
|
||||
"@":
|
||||
outline: "default-2"
|
||||
"#":
|
||||
outline: "default-2"
|
||||
¥:
|
||||
outline: "default-2"
|
||||
"%":
|
||||
outline: "default-2"
|
||||
"&":
|
||||
outline: "default-2"
|
||||
-:
|
||||
outline: "default-2"
|
||||
_:
|
||||
outline: "default-2"
|
||||
+:
|
||||
outline: "default-2"
|
||||
(:
|
||||
outline: "default-2"
|
||||
):
|
||||
outline: "default-2"
|
||||
;:
|
||||
outline: "default-2"
|
||||
"\"":
|
||||
outline: "default-2"
|
||||
"'":
|
||||
outline: "default-2"
|
||||
":":
|
||||
outline: "default-2"
|
||||
=:
|
||||
outline: "default-2"
|
||||
<:
|
||||
outline: "default-2"
|
||||
">":
|
||||
outline: "default-2"
|
||||
a:
|
||||
outline: "default-2"
|
||||
b:
|
||||
outline: "default-2"
|
||||
c:
|
||||
outline: "default-2"
|
||||
d:
|
||||
outline: "default-2"
|
||||
e:
|
||||
outline: "default-2"
|
||||
f:
|
||||
outline: "default-2"
|
||||
g:
|
||||
outline: "default-2"
|
||||
h:
|
||||
outline: "default-2"
|
||||
i:
|
||||
outline: "default-2"
|
||||
j:
|
||||
outline: "default-2"
|
||||
k:
|
||||
outline: "default-2"
|
||||
l:
|
||||
outline: "default-2"
|
||||
m:
|
||||
outline: "default-2"
|
||||
n:
|
||||
outline: "default-2"
|
||||
o:
|
||||
outline: "default-2"
|
||||
p:
|
||||
outline: "default-2"
|
||||
q:
|
||||
outline: "default-2"
|
||||
r:
|
||||
outline: "default-2"
|
||||
s:
|
||||
outline: "default-2"
|
||||
t:
|
||||
outline: "default-2"
|
||||
u:
|
||||
outline: "default-2"
|
||||
v:
|
||||
outline: "default-2"
|
||||
w:
|
||||
outline: "default-2"
|
||||
x:
|
||||
outline: "default-2"
|
||||
y:
|
||||
outline: "default-2"
|
||||
z:
|
||||
outline: "default-2"
|
||||
A:
|
||||
outline: "default-2"
|
||||
B:
|
||||
outline: "default-2"
|
||||
C:
|
||||
outline: "default-2"
|
||||
D:
|
||||
outline: "default-2"
|
||||
E:
|
||||
outline: "default-2"
|
||||
F:
|
||||
outline: "default-2"
|
||||
G:
|
||||
outline: "default-2"
|
||||
H:
|
||||
outline: "default-2"
|
||||
I:
|
||||
outline: "default-2"
|
||||
J:
|
||||
outline: "default-2"
|
||||
K:
|
||||
outline: "default-2"
|
||||
L:
|
||||
outline: "default-2"
|
||||
M:
|
||||
outline: "default-2"
|
||||
N:
|
||||
outline: "default-2"
|
||||
O:
|
||||
outline: "default-2"
|
||||
P:
|
||||
outline: "default-2"
|
||||
Q:
|
||||
outline: "default-2"
|
||||
R:
|
||||
outline: "default-2"
|
||||
S:
|
||||
outline: "default-2"
|
||||
T:
|
||||
outline: "default-2"
|
||||
U:
|
||||
outline: "default-2"
|
||||
V:
|
||||
outline: "default-2"
|
||||
W:
|
||||
outline: "default-2"
|
||||
X:
|
||||
outline: "default-2"
|
||||
Y:
|
||||
outline: "default-2"
|
||||
Z:
|
||||
outline: "default-2"
|
||||
1:
|
||||
outline: "default-2"
|
||||
2:
|
||||
outline: "default-2"
|
||||
3:
|
||||
outline: "default-2"
|
||||
4:
|
||||
outline: "default-2"
|
||||
5:
|
||||
outline: "default-2"
|
||||
6:
|
||||
outline: "default-2"
|
||||
7:
|
||||
outline: "default-2"
|
||||
8:
|
||||
outline: "default-2"
|
||||
9:
|
||||
outline: "default-2"
|
||||
0:
|
||||
outline: "default-2"
|
||||
a:
|
||||
outline: "default-2"
|
||||
b:
|
||||
outline: "default-2"
|
||||
c:
|
||||
outline: "default-2"
|
||||
d:
|
||||
outline: "default-2"
|
||||
e:
|
||||
outline: "default-2"
|
||||
f:
|
||||
outline: "default-2"
|
||||
g:
|
||||
outline: "default-2"
|
||||
h:
|
||||
outline: "default-2"
|
||||
i:
|
||||
outline: "default-2"
|
||||
j:
|
||||
outline: "default-2"
|
||||
k:
|
||||
outline: "default-2"
|
||||
l:
|
||||
outline: "default-2"
|
||||
m:
|
||||
outline: "default-2"
|
||||
n:
|
||||
outline: "default-2"
|
||||
o:
|
||||
outline: "default-2"
|
||||
p:
|
||||
outline: "default-2"
|
||||
q:
|
||||
outline: "default-2"
|
||||
r:
|
||||
outline: "default-2"
|
||||
s:
|
||||
outline: "default-2"
|
||||
t:
|
||||
outline: "default-2"
|
||||
u:
|
||||
outline: "default-2"
|
||||
v:
|
||||
outline: "default-2"
|
||||
w:
|
||||
outline: "default-2"
|
||||
x:
|
||||
outline: "default-2"
|
||||
y:
|
||||
outline: "default-2"
|
||||
z:
|
||||
outline: "default-2"
|
||||
A:
|
||||
outline: "default-2"
|
||||
B:
|
||||
outline: "default-2"
|
||||
C:
|
||||
outline: "default-2"
|
||||
D:
|
||||
outline: "default-2"
|
||||
E:
|
||||
outline: "default-2"
|
||||
F:
|
||||
outline: "default-2"
|
||||
G:
|
||||
outline: "default-2"
|
||||
H:
|
||||
outline: "default-2"
|
||||
I:
|
||||
outline: "default-2"
|
||||
J:
|
||||
outline: "default-2"
|
||||
K:
|
||||
outline: "default-2"
|
||||
L:
|
||||
outline: "default-2"
|
||||
M:
|
||||
outline: "default-2"
|
||||
N:
|
||||
outline: "default-2"
|
||||
O:
|
||||
outline: "default-2"
|
||||
P:
|
||||
outline: "default-2"
|
||||
Q:
|
||||
outline: "default-2"
|
||||
R:
|
||||
outline: "default-2"
|
||||
S:
|
||||
outline: "default-2"
|
||||
T:
|
||||
outline: "default-2"
|
||||
U:
|
||||
outline: "default-2"
|
||||
V:
|
||||
outline: "default-2"
|
||||
W:
|
||||
outline: "default-2"
|
||||
X:
|
||||
outline: "default-2"
|
||||
Y:
|
||||
outline: "default-2"
|
||||
Z:
|
||||
outline: "default-2"
|
||||
ヽ:
|
||||
outline: "default-2"
|
||||
♪:
|
||||
outline: "default-2"
|
||||
ヿ:
|
||||
outline: "default-2"
|
||||
【:
|
||||
outline: "default-2"
|
||||
】:
|
||||
outline: "default-2"
|
||||
~:
|
||||
outline: "default-2"
|
||||
"`":
|
||||
outline: "default-2"
|
||||
´:
|
||||
outline: "default-2"
|
||||
"|":
|
||||
outline: "default-2"
|
||||
·:
|
||||
outline: "default-2"
|
||||
√:
|
||||
outline: "default-2"
|
||||
µ:
|
||||
outline: "default-2"
|
||||
÷:
|
||||
outline: "default-2"
|
||||
×:
|
||||
outline: "default-2"
|
||||
¶:
|
||||
outline: "default-2"
|
||||
©:
|
||||
outline: "default-2"
|
||||
®:
|
||||
outline: "default-2"
|
||||
£:
|
||||
outline: "default-2"
|
||||
$:
|
||||
outline: "default-2"
|
||||
€:
|
||||
outline: "default-2"
|
||||
^:
|
||||
outline: "default-2"
|
||||
°:
|
||||
outline: "default-2"
|
||||
"*":
|
||||
outline: "default-2"
|
||||
"{":
|
||||
outline: "default-2"
|
||||
"}":
|
||||
outline: "default-2"
|
||||
"\\":
|
||||
outline: "default-2"
|
||||
/:
|
||||
outline: "default-2"
|
||||
§:
|
||||
outline: "default-2"
|
||||
π:
|
||||
outline: "default-2"
|
||||
τ:
|
||||
outline: "default-2"
|
||||
"[":
|
||||
outline: "default-2"
|
||||
"]":
|
||||
outline: "default-2"
|
||||
゠:
|
||||
outline: "default-2"
|
||||
@:
|
||||
outline: "default-2"
|
||||
#:
|
||||
outline: "default-2"
|
||||
¥:
|
||||
outline: "default-2"
|
||||
%:
|
||||
outline: "default-2"
|
||||
&:
|
||||
outline: "default-2"
|
||||
-:
|
||||
outline: "default-2"
|
||||
_:
|
||||
outline: "default-2"
|
||||
+:
|
||||
outline: "default-2"
|
||||
(:
|
||||
outline: "default-2"
|
||||
):
|
||||
outline: "default-2"
|
||||
;:
|
||||
outline: "default-2"
|
||||
":
|
||||
outline: "default-2"
|
||||
':
|
||||
outline: "default-2"
|
||||
::
|
||||
outline: "default-2"
|
||||
=:
|
||||
outline: "default-2"
|
||||
<:
|
||||
outline: "default-2"
|
||||
>:
|
||||
outline: "default-2"
|
||||
 ̄:
|
||||
outline: "default-2"
|
||||
¦:
|
||||
outline: "default-2"
|
||||
¬:
|
||||
outline: "default-2"
|
||||
⦅:
|
||||
outline: "default-2"
|
||||
⦆:
|
||||
outline: "default-2"
|
||||
~:
|
||||
outline: "default-2"
|
||||
`:
|
||||
outline: "default-2"
|
||||
|:
|
||||
outline: "default-2"
|
||||
£:
|
||||
outline: "default-2"
|
||||
$:
|
||||
outline: "default-2"
|
||||
^:
|
||||
outline: "default-2"
|
||||
*:
|
||||
outline: "default-2"
|
||||
{:
|
||||
outline: "default-2"
|
||||
}:
|
||||
outline: "default-2"
|
||||
\:
|
||||
outline: "default-2"
|
||||
/:
|
||||
outline: "default-2"
|
||||
[:
|
||||
outline: "default-2"
|
||||
]:
|
||||
outline: "default-2"
|
||||
787
data/keyboards/jp_wide.yaml
Normal file
787
data/keyboards/jp_wide.yaml
Normal file
@ -0,0 +1,787 @@
|
||||
# Language: Japanese
|
||||
---
|
||||
outlines:
|
||||
default: { width: 40, height: 30 }
|
||||
default-2: { width: 48, height: 30 }
|
||||
thin: { width: 36.92, height: 30 }
|
||||
change-view: { width: 36.92, height: 30 }
|
||||
change-view-2: { width: 72, height: 30 }
|
||||
change-view-3: { width: 80, height: 30 }
|
||||
spaceline: { width: 80, height: 30 }
|
||||
special: { width: 36.92, height: 30 }
|
||||
special-2: { width: 40, height: 30 }
|
||||
special-3: { width: 72, height: 30 }
|
||||
placeholder: { width: 48, height: 30 }
|
||||
placeholder-2: { width: 80, height: 30 }
|
||||
|
||||
|
||||
views:
|
||||
base:
|
||||
- "ぬ ふ あ う え お や ゆ よ わ ほ へ"
|
||||
- "た て い す か ん な に ら せ ゙ ゚ "
|
||||
- "ち と し は き く ま の り れ け む"
|
||||
- "show_hiragana_upper つ さ そ ひ こ み も ね る め ろ BackSpace"
|
||||
- "show_numbers show_romaji preferences fullwidth-space --- show_katakana Return"
|
||||
hiragana_upper:
|
||||
- "ぬ ふ ぁ ぅ ぇ ぉ ゃ ゅ ょ を ほ ゑ"
|
||||
- "た て ぃ す ヵ ん な に ら せ ゙ 「"
|
||||
- "ち と し ゎ き く ま の り れ ヶ 」"
|
||||
- "show_hiragana_upper っ さ そ ゐ こ み も 、 。 ・ ー BackSpace"
|
||||
- "show_numbers show_romaji preferences fullwidth-space --- show_katakana Return"
|
||||
katakana:
|
||||
- "ヌ フ ア ウ エ オ ヤ ユ ヨ ワ ホ ヘ"
|
||||
- "タ テ イ ス カ ン ナ ニ ラ セ ゙ ゚ "
|
||||
- "チ ト シ ハ キ ク マ ノ リ レ ケ ム"
|
||||
- "show_katakana_upper ツ サ ソ ヒ コ ミ モ ネ ル メ ロ BackSpace"
|
||||
- "show_numbers show_romaji preferences fullwidth-space katakana_width_toggle_half show_hiragana Return"
|
||||
katakana_upper:
|
||||
- "ヌ フ ァ ゥ ェ ォ ャ ュ ョ ヲ ホ ヱ"
|
||||
- "タ テ ィ ス ヵ ン ナ ニ ラ セ ゙ 「"
|
||||
- "チ ト シ ハ キ ク マ ノ リ レ ケ 」"
|
||||
- "show_katakana_upper ッ サ ソ ヰ コ ミ モ 、 。 ・ ー BackSpace"
|
||||
- "show_numbers show_romaji preferences fullwidth-space katakana_width_toggle_half show_hiragana Return"
|
||||
katakana_halfwidth:
|
||||
- "ヌ フ ア ウ エ オ ヤ ユ ヨ ワ ホ ヘ"
|
||||
- "タ テ イ ス カ ン ナ ニ ラ セ ゙ ゚ "
|
||||
- "チ ト シ ハ キ ク マ ノ リ レ ケ ム"
|
||||
- "show_katakana_halfwidth_upper ツ サ ソ ヒ コ ミ モ ネ ル メ ロ BackSpace"
|
||||
- "show_numbers show_romaji preferences space katakana_halfwidth_width_toggle_full show_hiragana Return"
|
||||
katakana_halfwidth_upper:
|
||||
- "ヌ フ ァ ゥ ェ ォ ャ ュ ョ ヲ ェ ヘ"
|
||||
- "タ テ ィ ス カ ン ナ ニ ラ セ ゙ 「"
|
||||
- "チ ト シ ワ キ ク マ ノ リ レ ケ 」"
|
||||
- "show_katakana_halfwidth_upper ッ サ ソ ヒ コ ミ モ 、 。 ・ ー BackSpace"
|
||||
- "show_numbers show_romaji preferences space katakana_halfwidth_width_toggle_full show_hiragana Return"
|
||||
numbers:
|
||||
- " … -- -- -- -- -- -- -- -- --"
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "@ # ¥ % & - _ + ( )"
|
||||
- "show_symbols ; \" ' : = < > BackSpace-special-3"
|
||||
- "show_hiragana show_romaji preferences space numbers_width_toggle_full , . Return"
|
||||
numbers_fullwidth:
|
||||
- "゠ -- -- -- -- -- -- -- -- --"
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "@ # ¥ % & - _ + ( )"
|
||||
- "show_symbols_fullwidth ; " ' : = < > BackSpace-special-3"
|
||||
- "show_hiragana show_romaji_fullwidth preferences fullwidth-space numbers_fullwidth_width_toggle_half , . Return"
|
||||
symbols:
|
||||
- "ヽ ♪ -- -- -- -- -- ヿ 【 】"
|
||||
- "~ ` ´ | · √ µ ÷ × ¶"
|
||||
- "© ® £ $ € ^ ° * { }"
|
||||
- "show_numbers_from_symbols \\ / § π τ [ ] BackSpace-special-3"
|
||||
- "show_hiragana show_romaji preferences space symbols_width_toggle_full ! ? Return"
|
||||
symbols_fullwidth:
|
||||
- " ̄ ¦ -- -- -- -- -- ¬ ⦅ ⦆"
|
||||
- "~ ` -- | -- -- -- -- -- --"
|
||||
- "-- -- £ $ -- ^ -- * { }"
|
||||
- "show_numbers_fullwidth_from_symbols \ / -- -- -- [ ] BackSpace-special-3"
|
||||
- "show_hiragana show_romaji_fullwidth preferences fullwidth-space symbols_fullwidth_width_toggle_half ! ? Return"
|
||||
romaji:
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "q w e r t y u i o p"
|
||||
- "a s d f g h j k l --"
|
||||
- "show_romaji_upper z x c v b n m BackSpace-special-3"
|
||||
- "show_numbers show_hiragana preferences space romaji_width_toggle_full , . Return"
|
||||
romaji_upper:
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "Q W E R T Y U I O P"
|
||||
- "A S D F G H J K L --"
|
||||
- "show_romaji_upper Z X C V B N M BackSpace-special-3"
|
||||
- "show_numbers show_hiragana preferences space romaji_width_toggle_full ! ? Return"
|
||||
romaji_fullwidth:
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "q w e r t y u i o p"
|
||||
- "a s d f g h j k l --"
|
||||
- "show_romaji_fullwidth_upper z x c v b n m BackSpace-special-3"
|
||||
- "show_numbers_fullwidth show_hiragana preferences fullwidth-space romaji_fullwidth_width_toggle_half , . Return"
|
||||
romaji_fullwidth_upper:
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "Q W E R T Y U I O P"
|
||||
- "A S D F G H J K L --"
|
||||
- "show_romaji_fullwidth_upper Z X C V B N M BackSpace-special-3"
|
||||
- "show_numbers_fullwidth show_hiragana preferences fullwidth-space romaji_fullwidth_width_toggle_half ! ? Return"
|
||||
|
||||
|
||||
# k s t n h m y r w
|
||||
#a あア かカ さサ たタ なナ はハ まマ やヤ らラ わワ
|
||||
#i いイ きキ しシ ちチ にニ ひヒ みミ ※ りリ ゐヰ
|
||||
#u うウ くク すス つツ ぬヌ ふフ むム ゆユ るル ※
|
||||
#e えエ けケ せセ てテ ねネ へヘ めメ ※ れレ ゑヱ
|
||||
#o おオ こコ そソ とト のノ ほホ もモ よヨ ろロ をヲ
|
||||
|
||||
# g z d b p n
|
||||
#a が ガ ざ ザ だ ダ ば バ ぱ パ ん ン
|
||||
#i ぎ ギ じ ジ ぢ ヂ び ビ ぴ ピ
|
||||
#u ぐ グ ず ズ づ ヅ ぶ ブ ぷ プ
|
||||
#e げ ゲ ぜ ゼ で デ べ ベ ぺ ペ
|
||||
#o ご ゴ ぞ ゾ ど ド ぼ ボ ぽ ポ
|
||||
|
||||
|
||||
buttons:
|
||||
BackSpace:
|
||||
outline: "special"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
BackSpace-special-3:
|
||||
outline: "special-3"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
preferences:
|
||||
action: "show_prefs"
|
||||
outline: "special-2"
|
||||
icon: "keyboard-mode-symbolic"
|
||||
show_numbers:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view-3"
|
||||
label: "123"
|
||||
show_numbers_from_symbols:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view-2"
|
||||
label: "123"
|
||||
numbers_fullwidth_width_toggle_half:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view-3"
|
||||
label: "半/全"
|
||||
show_symbols:
|
||||
action:
|
||||
set_view: "symbols"
|
||||
outline: "change-view-2"
|
||||
label: "*/="
|
||||
symbols_fullwidth_width_toggle_half:
|
||||
action:
|
||||
set_view: "symbols"
|
||||
outline: "change-view-3"
|
||||
label: "半/全"
|
||||
show_hiragana:
|
||||
action:
|
||||
set_view: "base"
|
||||
outline: "change-view-3"
|
||||
label: "あいう"
|
||||
show_hiragana_upper:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "hiragana_upper"
|
||||
unlock_view: "base"
|
||||
outline: "change-view"
|
||||
icon: "key-shift"
|
||||
show_katakana:
|
||||
action:
|
||||
set_view: "katakana"
|
||||
outline: "change-view-3"
|
||||
label: "アイウ"
|
||||
katakana_halfwidth_width_toggle_full:
|
||||
action:
|
||||
set_view: "katakana"
|
||||
outline: "change-view-3"
|
||||
label: "半/全"
|
||||
show_katakana_upper:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "katakana_upper"
|
||||
unlock_view: "katakana"
|
||||
outline: "change-view"
|
||||
icon: "key-shift"
|
||||
show_romaji:
|
||||
action:
|
||||
set_view: "romaji"
|
||||
outline: "change-view-3"
|
||||
label: "ABC"
|
||||
romaji_fullwidth_width_toggle_half:
|
||||
action:
|
||||
set_view: "romaji"
|
||||
outline: "change-view-3"
|
||||
label: "半/全"
|
||||
show_romaji_upper:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "romaji_upper"
|
||||
unlock_view: "romaji"
|
||||
outline: "change-view-2"
|
||||
icon: "key-shift"
|
||||
katakana_width_toggle_half:
|
||||
action:
|
||||
set_view: "katakana_halfwidth"
|
||||
outline: "change-view-3"
|
||||
label: "半/全"
|
||||
show_katakana_halfwidth_upper:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "katakana_halfwidth_upper"
|
||||
unlock_view: "katakana_halfwidth"
|
||||
outline: "change-view"
|
||||
icon: "key-shift"
|
||||
show_romaji_fullwidth:
|
||||
action:
|
||||
set_view: "romaji_fullwidth"
|
||||
outline: "change-view-3"
|
||||
label: "ABC"
|
||||
romaji_width_toggle_full:
|
||||
action:
|
||||
set_view: "romaji_fullwidth"
|
||||
outline: "change-view-3"
|
||||
label: "半/全"
|
||||
show_romaji_fullwidth_upper:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "romaji_fullwidth_upper"
|
||||
unlock_view: "romaji_fullwidth"
|
||||
outline: "change-view-2"
|
||||
icon: "key-shift"
|
||||
show_numbers_fullwidth:
|
||||
action:
|
||||
set_view: "numbers_fullwidth"
|
||||
outline: "change-view-3"
|
||||
label: "123"
|
||||
show_numbers_fullwidth_from_symbols:
|
||||
action:
|
||||
set_view: "numbers_fullwidth"
|
||||
outline: "change-view-2"
|
||||
label: "123"
|
||||
numbers_width_toggle_full:
|
||||
action:
|
||||
set_view: "numbers_fullwidth"
|
||||
outline: "change-view-3"
|
||||
label: "半/全"
|
||||
show_symbols_fullwidth:
|
||||
action:
|
||||
set_view: "symbols_fullwidth"
|
||||
outline: "change-view-2"
|
||||
label: "*/="
|
||||
symbols_width_toggle_full:
|
||||
action:
|
||||
set_view: "symbols_fullwidth"
|
||||
outline: "change-view-3"
|
||||
label: "半/全"
|
||||
space:
|
||||
outline: "spaceline"
|
||||
text: " "
|
||||
label: "␣"
|
||||
fullwidth-space:
|
||||
outline: "spaceline"
|
||||
text: " "
|
||||
label: "␣"
|
||||
Return:
|
||||
outline: "special-2"
|
||||
icon: "key-enter"
|
||||
keysym: "Return"
|
||||
--:
|
||||
outline: "placeholder"
|
||||
text: ""
|
||||
---:
|
||||
outline: "placeholder-2"
|
||||
text: ""
|
||||
つ:
|
||||
outline: "thin"
|
||||
さ:
|
||||
outline: "thin"
|
||||
そ:
|
||||
outline: "thin"
|
||||
ひ:
|
||||
outline: "thin"
|
||||
こ:
|
||||
outline: "thin"
|
||||
み:
|
||||
outline: "thin"
|
||||
も:
|
||||
outline: "thin"
|
||||
ね:
|
||||
outline: "thin"
|
||||
る:
|
||||
outline: "thin"
|
||||
め:
|
||||
outline: "thin"
|
||||
ろ:
|
||||
outline: "thin"
|
||||
っ:
|
||||
outline: "thin"
|
||||
ゐ:
|
||||
outline: "thin"
|
||||
、:
|
||||
outline: "thin"
|
||||
。:
|
||||
outline: "thin"
|
||||
・:
|
||||
outline: "thin"
|
||||
ー:
|
||||
outline: "thin"
|
||||
ツ:
|
||||
outline: "thin"
|
||||
サ:
|
||||
outline: "thin"
|
||||
ソ:
|
||||
outline: "thin"
|
||||
ヒ:
|
||||
outline: "thin"
|
||||
コ:
|
||||
outline: "thin"
|
||||
ミ:
|
||||
outline: "thin"
|
||||
モ:
|
||||
outline: "thin"
|
||||
ネ:
|
||||
outline: "thin"
|
||||
ル:
|
||||
outline: "thin"
|
||||
メ:
|
||||
outline: "thin"
|
||||
ロ:
|
||||
outline: "thin"
|
||||
ッ:
|
||||
outline: "thin"
|
||||
ツ:
|
||||
outline: "thin"
|
||||
サ:
|
||||
outline: "thin"
|
||||
ソ:
|
||||
outline: "thin"
|
||||
ヰ:
|
||||
outline: "thin"
|
||||
ヒ:
|
||||
outline: "thin"
|
||||
コ:
|
||||
outline: "thin"
|
||||
ミ:
|
||||
outline: "thin"
|
||||
モ:
|
||||
outline: "thin"
|
||||
ネ:
|
||||
outline: "thin"
|
||||
ル:
|
||||
outline: "thin"
|
||||
メ:
|
||||
outline: "thin"
|
||||
ロ:
|
||||
outline: "thin"
|
||||
ッ:
|
||||
outline: "thin"
|
||||
、:
|
||||
outline: "thin"
|
||||
。:
|
||||
outline: "thin"
|
||||
・:
|
||||
outline: "thin"
|
||||
ー:
|
||||
outline: "thin"
|
||||
…:
|
||||
outline: "default-2"
|
||||
1:
|
||||
outline: "default-2"
|
||||
2:
|
||||
outline: "default-2"
|
||||
3:
|
||||
outline: "default-2"
|
||||
4:
|
||||
outline: "default-2"
|
||||
5:
|
||||
outline: "default-2"
|
||||
6:
|
||||
outline: "default-2"
|
||||
7:
|
||||
outline: "default-2"
|
||||
8:
|
||||
outline: "default-2"
|
||||
9:
|
||||
outline: "default-2"
|
||||
0:
|
||||
outline: "default-2"
|
||||
"@":
|
||||
outline: "default-2"
|
||||
"#":
|
||||
outline: "default-2"
|
||||
¥:
|
||||
outline: "default-2"
|
||||
"%":
|
||||
outline: "default-2"
|
||||
"&":
|
||||
outline: "default-2"
|
||||
-:
|
||||
outline: "default-2"
|
||||
_:
|
||||
outline: "default-2"
|
||||
+:
|
||||
outline: "default-2"
|
||||
(:
|
||||
outline: "default-2"
|
||||
):
|
||||
outline: "default-2"
|
||||
;:
|
||||
outline: "default-2"
|
||||
"\"":
|
||||
outline: "default-2"
|
||||
"'":
|
||||
outline: "default-2"
|
||||
":":
|
||||
outline: "default-2"
|
||||
=:
|
||||
outline: "default-2"
|
||||
<:
|
||||
outline: "default-2"
|
||||
">":
|
||||
outline: "default-2"
|
||||
a:
|
||||
outline: "default-2"
|
||||
b:
|
||||
outline: "default-2"
|
||||
c:
|
||||
outline: "default-2"
|
||||
d:
|
||||
outline: "default-2"
|
||||
e:
|
||||
outline: "default-2"
|
||||
f:
|
||||
outline: "default-2"
|
||||
g:
|
||||
outline: "default-2"
|
||||
h:
|
||||
outline: "default-2"
|
||||
i:
|
||||
outline: "default-2"
|
||||
j:
|
||||
outline: "default-2"
|
||||
k:
|
||||
outline: "default-2"
|
||||
l:
|
||||
outline: "default-2"
|
||||
m:
|
||||
outline: "default-2"
|
||||
n:
|
||||
outline: "default-2"
|
||||
o:
|
||||
outline: "default-2"
|
||||
p:
|
||||
outline: "default-2"
|
||||
q:
|
||||
outline: "default-2"
|
||||
r:
|
||||
outline: "default-2"
|
||||
s:
|
||||
outline: "default-2"
|
||||
t:
|
||||
outline: "default-2"
|
||||
u:
|
||||
outline: "default-2"
|
||||
v:
|
||||
outline: "default-2"
|
||||
w:
|
||||
outline: "default-2"
|
||||
x:
|
||||
outline: "default-2"
|
||||
y:
|
||||
outline: "default-2"
|
||||
z:
|
||||
outline: "default-2"
|
||||
A:
|
||||
outline: "default-2"
|
||||
B:
|
||||
outline: "default-2"
|
||||
C:
|
||||
outline: "default-2"
|
||||
D:
|
||||
outline: "default-2"
|
||||
E:
|
||||
outline: "default-2"
|
||||
F:
|
||||
outline: "default-2"
|
||||
G:
|
||||
outline: "default-2"
|
||||
H:
|
||||
outline: "default-2"
|
||||
I:
|
||||
outline: "default-2"
|
||||
J:
|
||||
outline: "default-2"
|
||||
K:
|
||||
outline: "default-2"
|
||||
L:
|
||||
outline: "default-2"
|
||||
M:
|
||||
outline: "default-2"
|
||||
N:
|
||||
outline: "default-2"
|
||||
O:
|
||||
outline: "default-2"
|
||||
P:
|
||||
outline: "default-2"
|
||||
Q:
|
||||
outline: "default-2"
|
||||
R:
|
||||
outline: "default-2"
|
||||
S:
|
||||
outline: "default-2"
|
||||
T:
|
||||
outline: "default-2"
|
||||
U:
|
||||
outline: "default-2"
|
||||
V:
|
||||
outline: "default-2"
|
||||
W:
|
||||
outline: "default-2"
|
||||
X:
|
||||
outline: "default-2"
|
||||
Y:
|
||||
outline: "default-2"
|
||||
Z:
|
||||
outline: "default-2"
|
||||
1:
|
||||
outline: "default-2"
|
||||
2:
|
||||
outline: "default-2"
|
||||
3:
|
||||
outline: "default-2"
|
||||
4:
|
||||
outline: "default-2"
|
||||
5:
|
||||
outline: "default-2"
|
||||
6:
|
||||
outline: "default-2"
|
||||
7:
|
||||
outline: "default-2"
|
||||
8:
|
||||
outline: "default-2"
|
||||
9:
|
||||
outline: "default-2"
|
||||
0:
|
||||
outline: "default-2"
|
||||
a:
|
||||
outline: "default-2"
|
||||
b:
|
||||
outline: "default-2"
|
||||
c:
|
||||
outline: "default-2"
|
||||
d:
|
||||
outline: "default-2"
|
||||
e:
|
||||
outline: "default-2"
|
||||
f:
|
||||
outline: "default-2"
|
||||
g:
|
||||
outline: "default-2"
|
||||
h:
|
||||
outline: "default-2"
|
||||
i:
|
||||
outline: "default-2"
|
||||
j:
|
||||
outline: "default-2"
|
||||
k:
|
||||
outline: "default-2"
|
||||
l:
|
||||
outline: "default-2"
|
||||
m:
|
||||
outline: "default-2"
|
||||
n:
|
||||
outline: "default-2"
|
||||
o:
|
||||
outline: "default-2"
|
||||
p:
|
||||
outline: "default-2"
|
||||
q:
|
||||
outline: "default-2"
|
||||
r:
|
||||
outline: "default-2"
|
||||
s:
|
||||
outline: "default-2"
|
||||
t:
|
||||
outline: "default-2"
|
||||
u:
|
||||
outline: "default-2"
|
||||
v:
|
||||
outline: "default-2"
|
||||
w:
|
||||
outline: "default-2"
|
||||
x:
|
||||
outline: "default-2"
|
||||
y:
|
||||
outline: "default-2"
|
||||
z:
|
||||
outline: "default-2"
|
||||
A:
|
||||
outline: "default-2"
|
||||
B:
|
||||
outline: "default-2"
|
||||
C:
|
||||
outline: "default-2"
|
||||
D:
|
||||
outline: "default-2"
|
||||
E:
|
||||
outline: "default-2"
|
||||
F:
|
||||
outline: "default-2"
|
||||
G:
|
||||
outline: "default-2"
|
||||
H:
|
||||
outline: "default-2"
|
||||
I:
|
||||
outline: "default-2"
|
||||
J:
|
||||
outline: "default-2"
|
||||
K:
|
||||
outline: "default-2"
|
||||
L:
|
||||
outline: "default-2"
|
||||
M:
|
||||
outline: "default-2"
|
||||
N:
|
||||
outline: "default-2"
|
||||
O:
|
||||
outline: "default-2"
|
||||
P:
|
||||
outline: "default-2"
|
||||
Q:
|
||||
outline: "default-2"
|
||||
R:
|
||||
outline: "default-2"
|
||||
S:
|
||||
outline: "default-2"
|
||||
T:
|
||||
outline: "default-2"
|
||||
U:
|
||||
outline: "default-2"
|
||||
V:
|
||||
outline: "default-2"
|
||||
W:
|
||||
outline: "default-2"
|
||||
X:
|
||||
outline: "default-2"
|
||||
Y:
|
||||
outline: "default-2"
|
||||
Z:
|
||||
outline: "default-2"
|
||||
ヽ:
|
||||
outline: "default-2"
|
||||
♪:
|
||||
outline: "default-2"
|
||||
ヿ:
|
||||
outline: "default-2"
|
||||
【:
|
||||
outline: "default-2"
|
||||
】:
|
||||
outline: "default-2"
|
||||
~:
|
||||
outline: "default-2"
|
||||
"`":
|
||||
outline: "default-2"
|
||||
´:
|
||||
outline: "default-2"
|
||||
"|":
|
||||
outline: "default-2"
|
||||
·:
|
||||
outline: "default-2"
|
||||
√:
|
||||
outline: "default-2"
|
||||
µ:
|
||||
outline: "default-2"
|
||||
÷:
|
||||
outline: "default-2"
|
||||
×:
|
||||
outline: "default-2"
|
||||
¶:
|
||||
outline: "default-2"
|
||||
©:
|
||||
outline: "default-2"
|
||||
®:
|
||||
outline: "default-2"
|
||||
£:
|
||||
outline: "default-2"
|
||||
$:
|
||||
outline: "default-2"
|
||||
€:
|
||||
outline: "default-2"
|
||||
^:
|
||||
outline: "default-2"
|
||||
°:
|
||||
outline: "default-2"
|
||||
"*":
|
||||
outline: "default-2"
|
||||
"{":
|
||||
outline: "default-2"
|
||||
"}":
|
||||
outline: "default-2"
|
||||
"\\":
|
||||
outline: "default-2"
|
||||
/:
|
||||
outline: "default-2"
|
||||
§:
|
||||
outline: "default-2"
|
||||
π:
|
||||
outline: "default-2"
|
||||
τ:
|
||||
outline: "default-2"
|
||||
"[":
|
||||
outline: "default-2"
|
||||
"]":
|
||||
outline: "default-2"
|
||||
゠:
|
||||
outline: "default-2"
|
||||
@:
|
||||
outline: "default-2"
|
||||
#:
|
||||
outline: "default-2"
|
||||
¥:
|
||||
outline: "default-2"
|
||||
%:
|
||||
outline: "default-2"
|
||||
&:
|
||||
outline: "default-2"
|
||||
-:
|
||||
outline: "default-2"
|
||||
_:
|
||||
outline: "default-2"
|
||||
+:
|
||||
outline: "default-2"
|
||||
(:
|
||||
outline: "default-2"
|
||||
):
|
||||
outline: "default-2"
|
||||
;:
|
||||
outline: "default-2"
|
||||
":
|
||||
outline: "default-2"
|
||||
':
|
||||
outline: "default-2"
|
||||
::
|
||||
outline: "default-2"
|
||||
=:
|
||||
outline: "default-2"
|
||||
<:
|
||||
outline: "default-2"
|
||||
>:
|
||||
outline: "default-2"
|
||||
 ̄:
|
||||
outline: "default-2"
|
||||
¦:
|
||||
outline: "default-2"
|
||||
¬:
|
||||
outline: "default-2"
|
||||
⦅:
|
||||
outline: "default-2"
|
||||
⦆:
|
||||
outline: "default-2"
|
||||
~:
|
||||
outline: "default-2"
|
||||
`:
|
||||
outline: "default-2"
|
||||
|:
|
||||
outline: "default-2"
|
||||
£:
|
||||
outline: "default-2"
|
||||
$:
|
||||
outline: "default-2"
|
||||
^:
|
||||
outline: "default-2"
|
||||
*:
|
||||
outline: "default-2"
|
||||
{:
|
||||
outline: "default-2"
|
||||
}:
|
||||
outline: "default-2"
|
||||
\:
|
||||
outline: "default-2"
|
||||
/:
|
||||
outline: "default-2"
|
||||
[:
|
||||
outline: "default-2"
|
||||
]:
|
||||
outline: "default-2"
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Norwegian
|
||||
---
|
||||
outlines:
|
||||
default: { width: 32.4, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Norwegian
|
||||
---
|
||||
outlines:
|
||||
default: { width: 48.87, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Polish
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.67, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Polish
|
||||
---
|
||||
outlines:
|
||||
default: { width: 54, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Portuguese
|
||||
# This layout-file is a copy of "br.yaml"
|
||||
---
|
||||
outlines:
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Portuguese
|
||||
# This layout-file is a copy of "br_wide.yaml"
|
||||
---
|
||||
outlines:
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Romanian
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.67, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Romanian
|
||||
---
|
||||
outlines:
|
||||
default: { width: 54, height: 42 }
|
||||
|
||||
88
data/keyboards/rs+latin.yaml
Normal file
88
data/keyboards/rs+latin.yaml
Normal file
@ -0,0 +1,88 @@
|
||||
# Language: Serbian (Latin)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 32.42, height: 52 }
|
||||
fill: { width: 64.84, height: 52 }
|
||||
altline: { width: 32.42, height: 52 }
|
||||
wide: { width: 48.63, height: 52 }
|
||||
change-view: { width: 32.42, height: 52 }
|
||||
change-view-2: { width: 48.63, height: 52 }
|
||||
spaceline: { width: 162.1, height: 52 }
|
||||
special: { width: 32.42, height: 52 }
|
||||
placeholder: { width: 32.42, height: 52 }
|
||||
|
||||
views:
|
||||
base:
|
||||
- "q w e r t z u i o p š"
|
||||
- "a s d f g h j k l č ć"
|
||||
- "Shift_L y x c v b n m đ ž BackSpace"
|
||||
- "show_numbers preferences space , . Return"
|
||||
upper:
|
||||
- "Q W E R T Z U I O P Š"
|
||||
- "A S D F G H J K L Č Ć"
|
||||
- "Shift_L Y X C V B N M Đ Ž BackSpace"
|
||||
- "show_numbers preferences space ! ? Return"
|
||||
numbers:
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "@ # $ % & - _ + ( )"
|
||||
- "show_symbols , \" ' : ; ! ? -- BackSpace-wide"
|
||||
- "show_letters preferences space , . Return"
|
||||
symbols:
|
||||
- "~ ` | · √ π τ ÷ × ¶"
|
||||
- "© ® £ € ¥ ^ ° * { }"
|
||||
- "show_numbers \\ / < > = [ ] -- BackSpace-wide"
|
||||
- "show_letters preferences space , . Return"
|
||||
|
||||
buttons:
|
||||
Shift_L:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "upper"
|
||||
unlock_view: "base"
|
||||
outline: "change-view"
|
||||
icon: "key-shift"
|
||||
BackSpace:
|
||||
outline: "altline"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
BackSpace-wide:
|
||||
outline: "wide"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
preferences:
|
||||
action: "show_prefs"
|
||||
outline: "special"
|
||||
icon: "keyboard-mode-symbolic"
|
||||
show_numbers:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view-2"
|
||||
label: "123"
|
||||
show_letters:
|
||||
action:
|
||||
set_view: "base"
|
||||
outline: "change-view-2"
|
||||
label: "ABC"
|
||||
show_symbols:
|
||||
action:
|
||||
set_view: "symbols"
|
||||
outline: "change-view-2"
|
||||
label: "*/="
|
||||
space:
|
||||
outline: "spaceline"
|
||||
text: " "
|
||||
Return:
|
||||
outline: "wide"
|
||||
icon: "key-enter"
|
||||
keysym: "Return"
|
||||
--:
|
||||
outline: "placeholder"
|
||||
text: ""
|
||||
5:
|
||||
outline: "fill"
|
||||
"&":
|
||||
outline: "fill"
|
||||
√:
|
||||
outline: "fill"
|
||||
¥:
|
||||
outline: "fill"
|
||||
96
data/keyboards/rs+latin_wide.yaml
Normal file
96
data/keyboards/rs+latin_wide.yaml
Normal file
@ -0,0 +1,96 @@
|
||||
# Language: Serbian (Latin)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 48.87, height: 42 }
|
||||
fill: { width: 73.31, height: 42 }
|
||||
altline: { width: 48.87, height: 42 }
|
||||
wide: { width: 73.31, height: 42 }
|
||||
change-view: { width: 48.87, height: 42 }
|
||||
change-view-2: { width: 73.31, height: 42 }
|
||||
spaceline: { width: 244.34, height: 42 }
|
||||
special: { width: 48.87, height: 42 }
|
||||
placeholder: { width: 48.87, height: 42 }
|
||||
|
||||
views:
|
||||
base:
|
||||
- "q w e r t z u i o p š"
|
||||
- "a s d f g h j k l č ć"
|
||||
- "Shift_L y x c v b n m đ ž BackSpace"
|
||||
- "show_numbers preferences space , . Return"
|
||||
upper:
|
||||
- "Q W E R T Z U I O P Š"
|
||||
- "A S D F G H J K L Č Ć"
|
||||
- "Shift_L Y X C V B N M Đ Ž BackSpace"
|
||||
- "show_numbers preferences space ! ? Return"
|
||||
numbers:
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "@ # $ % & - _ + ( )"
|
||||
- "show_symbols , \" ' : ; ! ? -- BackSpace-wide"
|
||||
- "show_letters preferences space , . Return"
|
||||
symbols:
|
||||
- "~ ` | · √ π τ ÷ × ¶"
|
||||
- "© ® £ € ¥ ^ ° * { }"
|
||||
- "show_numbers \\ / < > = [ ] -- BackSpace-wide"
|
||||
- "show_letters preferences space , . Return"
|
||||
|
||||
buttons:
|
||||
Shift_L:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "upper"
|
||||
unlock_view: "base"
|
||||
outline: "change-view"
|
||||
icon: "key-shift"
|
||||
BackSpace:
|
||||
outline: "altline"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
BackSpace-wide:
|
||||
outline: "wide"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
preferences:
|
||||
action: "show_prefs"
|
||||
outline: "special"
|
||||
icon: "keyboard-mode-symbolic"
|
||||
show_numbers:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view-2"
|
||||
label: "123"
|
||||
show_letters:
|
||||
action:
|
||||
set_view: "base"
|
||||
outline: "change-view-2"
|
||||
label: "ABC"
|
||||
show_symbols:
|
||||
action:
|
||||
set_view: "symbols"
|
||||
outline: "change-view-2"
|
||||
label: "*/="
|
||||
space:
|
||||
outline: "spaceline"
|
||||
text: " "
|
||||
Return:
|
||||
outline: "wide"
|
||||
icon: "key-enter"
|
||||
keysym: "Return"
|
||||
--:
|
||||
outline: "placeholder"
|
||||
text: ""
|
||||
5:
|
||||
outline: "fill"
|
||||
6:
|
||||
outline: "fill"
|
||||
"&":
|
||||
outline: "fill"
|
||||
-:
|
||||
outline: "fill"
|
||||
√:
|
||||
outline: "fill"
|
||||
π:
|
||||
outline: "fill"
|
||||
¥:
|
||||
outline: "fill"
|
||||
^:
|
||||
outline: "fill"
|
||||
89
data/keyboards/rs+latinunicode.yaml
Normal file
89
data/keyboards/rs+latinunicode.yaml
Normal file
@ -0,0 +1,89 @@
|
||||
# Language: Serbian (Latin, Unicode)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 32.42, height: 52 }
|
||||
fill: { width: 64.84, height: 52 }
|
||||
altline: { width: 48.63, height: 52 }
|
||||
wide: { width: 64.84, height: 52 }
|
||||
change-view: { width: 48.63, height: 52 }
|
||||
change-view-2: { width: 64.84, height: 52 }
|
||||
spaceline: { width: 129.68, height: 52 }
|
||||
special: { width: 32.42, height: 52 }
|
||||
placeholder: { width: 32.42, height: 52 }
|
||||
|
||||
views:
|
||||
base:
|
||||
- "lj nj e r t z u i o p š"
|
||||
- "a s d f g h j k l č ć"
|
||||
- "Shift_L ž dž c v b n m đ BackSpace"
|
||||
- "show_numbers preferences space , . Return"
|
||||
upper:
|
||||
- "Lj Nj E R T Z U I O P Š"
|
||||
- "A S D F G H J K L Č Ć"
|
||||
- "Shift_L Ž Dž C V B N M Đ BackSpace"
|
||||
- "show_numbers preferences space ! ? Return"
|
||||
numbers:
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "@ # $ % & - _ + ( )"
|
||||
- "show_symbols , \" ' : ; ! ? -- BackSpace"
|
||||
- "show_letters preferences space , . Return"
|
||||
symbols:
|
||||
- "~ ` | · √ π τ ÷ × ¶"
|
||||
- "© ® £ € ¥ ^ ° * { }"
|
||||
- "show_numbers_from_symbols \\ / < > = [ ] -- BackSpace"
|
||||
- "show_letters preferences space , . Return"
|
||||
|
||||
buttons:
|
||||
Shift_L:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "upper"
|
||||
unlock_view: "base"
|
||||
outline: "change-view"
|
||||
icon: "key-shift"
|
||||
BackSpace:
|
||||
outline: "altline"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
preferences:
|
||||
action: "show_prefs"
|
||||
outline: "special"
|
||||
icon: "keyboard-mode-symbolic"
|
||||
show_numbers:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view-2"
|
||||
label: "123"
|
||||
show_numbers_from_symbols:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view"
|
||||
label: "123"
|
||||
show_letters:
|
||||
action:
|
||||
set_view: "base"
|
||||
outline: "change-view-2"
|
||||
label: "ABC"
|
||||
show_symbols:
|
||||
action:
|
||||
set_view: "symbols"
|
||||
outline: "change-view"
|
||||
label: "*/="
|
||||
space:
|
||||
outline: "spaceline"
|
||||
text: " "
|
||||
Return:
|
||||
outline: "wide"
|
||||
icon: "key-enter"
|
||||
keysym: "Return"
|
||||
--:
|
||||
outline: "placeholder"
|
||||
text: ""
|
||||
5:
|
||||
outline: "fill"
|
||||
"&":
|
||||
outline: "fill"
|
||||
√:
|
||||
outline: "fill"
|
||||
¥:
|
||||
outline: "fill"
|
||||
91
data/keyboards/rs+latinunicode_wide.yaml
Normal file
91
data/keyboards/rs+latinunicode_wide.yaml
Normal file
@ -0,0 +1,91 @@
|
||||
# Language: Serbian (Latin, Unicode)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 48.87, height: 42 }
|
||||
fill: { width: 73.31, height: 42 }
|
||||
altline: { width: 73.31, height: 42 }
|
||||
wide: { width: 73.31, height: 42 }
|
||||
change-view: { width: 73.31, height: 42 }
|
||||
spaceline: { width: 244.34, height: 42 }
|
||||
special: { width: 48.87, height: 42 }
|
||||
placeholder: { width: 48.87, height: 42 }
|
||||
|
||||
views:
|
||||
base:
|
||||
- "lj nj e r t z u i o p š"
|
||||
- "a s d f g h j k l č ć"
|
||||
- "Shift_L ž dž c v b n m đ BackSpace"
|
||||
- "show_numbers preferences space , . Return"
|
||||
upper:
|
||||
- "Lj Nj E R T Z U I O P Š"
|
||||
- "A S D F G H J K L Č Ć"
|
||||
- "Shift_L Ž Dž C V B N M Đ BackSpace"
|
||||
- "show_numbers preferences space ! ? Return"
|
||||
numbers:
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "@ # $ % & - _ + ( )"
|
||||
- "show_symbols , \" ' : ; ! ? -- BackSpace"
|
||||
- "show_letters preferences space , . Return"
|
||||
symbols:
|
||||
- "~ ` | · √ π τ ÷ × ¶"
|
||||
- "© ® £ € ¥ ^ ° * { }"
|
||||
- "show_numbers \\ / < > = [ ] -- BackSpace"
|
||||
- "show_letters preferences space , . Return"
|
||||
|
||||
buttons:
|
||||
Shift_L:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "upper"
|
||||
unlock_view: "base"
|
||||
outline: "change-view"
|
||||
icon: "key-shift"
|
||||
BackSpace:
|
||||
outline: "altline"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
preferences:
|
||||
action: "show_prefs"
|
||||
outline: "special"
|
||||
icon: "keyboard-mode-symbolic"
|
||||
show_numbers:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view"
|
||||
label: "123"
|
||||
show_letters:
|
||||
action:
|
||||
set_view: "base"
|
||||
outline: "change-view"
|
||||
label: "ABC"
|
||||
show_symbols:
|
||||
action:
|
||||
set_view: "symbols"
|
||||
outline: "change-view"
|
||||
label: "*/="
|
||||
space:
|
||||
outline: "spaceline"
|
||||
text: " "
|
||||
Return:
|
||||
outline: "wide"
|
||||
icon: "key-enter"
|
||||
keysym: "Return"
|
||||
--:
|
||||
outline: "placeholder"
|
||||
text: ""
|
||||
5:
|
||||
outline: "fill"
|
||||
6:
|
||||
outline: "fill"
|
||||
"&":
|
||||
outline: "fill"
|
||||
-:
|
||||
outline: "fill"
|
||||
√:
|
||||
outline: "fill"
|
||||
π:
|
||||
outline: "fill"
|
||||
¥:
|
||||
outline: "fill"
|
||||
^:
|
||||
outline: "fill"
|
||||
89
data/keyboards/rs.yaml
Normal file
89
data/keyboards/rs.yaml
Normal file
@ -0,0 +1,89 @@
|
||||
# Language: Serbian
|
||||
---
|
||||
outlines:
|
||||
default: { width: 32.12, height: 52 }
|
||||
fill: { width: 64.24, height: 52 }
|
||||
altline: { width: 48.18, height: 52 }
|
||||
wide: { width: 64.24, height: 52 }
|
||||
change-view: { width: 48.18, height: 52 }
|
||||
change-view-2: { width: 64.24, height: 52 }
|
||||
spaceline: { width: 128.48, height: 52 }
|
||||
special: { width: 32.12, height: 52 }
|
||||
placeholder: { width: 32.12, height: 52 }
|
||||
|
||||
views:
|
||||
base:
|
||||
- "љ њ е р т з у и о п ш"
|
||||
- "а с д ф г х ј к л ч ћ"
|
||||
- "Shift_L џ ц в б н м ђ ж BackSpace"
|
||||
- "show_numbers preferences space , . Return"
|
||||
upper:
|
||||
- "Љ Њ Е Р Т З У И О П Ш"
|
||||
- "А С Д Ф Г Х Ј К Л Ч Ћ"
|
||||
- "Shift_L Џ Ц В Б Н М Ђ Ж BackSpace"
|
||||
- "show_numbers preferences space ! ? Return"
|
||||
numbers:
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "@ # $ % & - _ + ( )"
|
||||
- "show_symbols , \" ' : ; ! ? -- BackSpace"
|
||||
- "show_letters preferences space , . Return"
|
||||
symbols:
|
||||
- "~ ` | · √ π τ ÷ × ¶"
|
||||
- "© ® £ € ¥ ^ ° * { }"
|
||||
- "show_numbers_from_symbols \\ / < > = [ ] -- BackSpace"
|
||||
- "show_letters preferences space , . Return"
|
||||
|
||||
buttons:
|
||||
Shift_L:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "upper"
|
||||
unlock_view: "base"
|
||||
outline: "change-view"
|
||||
icon: "key-shift"
|
||||
BackSpace:
|
||||
outline: "altline"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
preferences:
|
||||
action: "show_prefs"
|
||||
outline: "special"
|
||||
icon: "keyboard-mode-symbolic"
|
||||
show_numbers:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view-2"
|
||||
label: "123"
|
||||
show_numbers_from_symbols:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view"
|
||||
label: "123"
|
||||
show_letters:
|
||||
action:
|
||||
set_view: "base"
|
||||
outline: "change-view-2"
|
||||
label: "ABC"
|
||||
show_symbols:
|
||||
action:
|
||||
set_view: "symbols"
|
||||
outline: "change-view"
|
||||
label: "*/="
|
||||
space:
|
||||
outline: "spaceline"
|
||||
text: " "
|
||||
Return:
|
||||
outline: "wide"
|
||||
icon: "key-enter"
|
||||
keysym: "Return"
|
||||
--:
|
||||
outline: "placeholder"
|
||||
text: ""
|
||||
5:
|
||||
outline: "fill"
|
||||
"&":
|
||||
outline: "fill"
|
||||
√:
|
||||
outline: "fill"
|
||||
¥:
|
||||
outline: "fill"
|
||||
91
data/keyboards/rs_wide.yaml
Normal file
91
data/keyboards/rs_wide.yaml
Normal file
@ -0,0 +1,91 @@
|
||||
# Language: Serbian
|
||||
---
|
||||
outlines:
|
||||
default: { width: 48.87, height: 42 }
|
||||
fill: { width: 73.31, height: 42 }
|
||||
altline: { width: 73.31, height: 42 }
|
||||
wide: { width: 73.31, height: 42 }
|
||||
change-view: { width: 73.31, height: 42 }
|
||||
spaceline: { width: 244.35, height: 42 }
|
||||
special: { width: 48.87, height: 42 }
|
||||
placeholder: { width: 48.87, height: 42 }
|
||||
|
||||
views:
|
||||
base:
|
||||
- "љ њ е р т з у и о п ш"
|
||||
- "а с д ф г х ј к л ч ћ"
|
||||
- "Shift_L џ ц в б н м ђ ж BackSpace"
|
||||
- "show_numbers preferences space , . Return"
|
||||
upper:
|
||||
- "Љ Њ Е Р Т З У И О П Ш"
|
||||
- "А С Д Ф Г Х Ј К Л Ч Ћ"
|
||||
- "Shift_L Џ Ц В Б Н М Ђ Ж BackSpace"
|
||||
- "show_numbers preferences space ! ? Return"
|
||||
numbers:
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "@ # $ % & - _ + ( )"
|
||||
- "show_symbols , \" ' : ; ! ? -- BackSpace"
|
||||
- "show_letters preferences space , . Return"
|
||||
symbols:
|
||||
- "~ ` | · √ π τ ÷ × ¶"
|
||||
- "© ® £ € ¥ ^ ° * { }"
|
||||
- "show_numbers \\ / < > = [ ] -- BackSpace"
|
||||
- "show_letters preferences space , . Return"
|
||||
|
||||
buttons:
|
||||
Shift_L:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "upper"
|
||||
unlock_view: "base"
|
||||
outline: "change-view"
|
||||
icon: "key-shift"
|
||||
BackSpace:
|
||||
outline: "altline"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
preferences:
|
||||
action: "show_prefs"
|
||||
outline: "special"
|
||||
icon: "keyboard-mode-symbolic"
|
||||
show_numbers:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view"
|
||||
label: "123"
|
||||
show_letters:
|
||||
action:
|
||||
set_view: "base"
|
||||
outline: "change-view"
|
||||
label: "ABC"
|
||||
show_symbols:
|
||||
action:
|
||||
set_view: "symbols"
|
||||
outline: "change-view"
|
||||
label: "*/="
|
||||
space:
|
||||
outline: "spaceline"
|
||||
text: " "
|
||||
Return:
|
||||
outline: "wide"
|
||||
icon: "key-enter"
|
||||
keysym: "Return"
|
||||
--:
|
||||
outline: "placeholder"
|
||||
text: ""
|
||||
5:
|
||||
outline: "fill"
|
||||
6:
|
||||
outline: "fill"
|
||||
"&":
|
||||
outline: "fill"
|
||||
-:
|
||||
outline: "fill"
|
||||
√:
|
||||
outline: "fill"
|
||||
π:
|
||||
outline: "fill"
|
||||
¥:
|
||||
outline: "fill"
|
||||
^:
|
||||
outline: "fill"
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Russian
|
||||
---
|
||||
outlines:
|
||||
default: { width: 32.45, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Russian
|
||||
---
|
||||
outlines:
|
||||
default: { width: 48.75, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Swedish
|
||||
---
|
||||
outlines:
|
||||
default: { width: 32.4, height: 52 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Swedish
|
||||
---
|
||||
outlines:
|
||||
default: { width: 48.87, height: 42 }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# Language: Slovenian
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.33, height: 52 }
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user