diff options
| author | Jules Aguillon | 2024-01-21 16:34:49 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-01-21 16:34:49 +0100 |
| commit | ad7314a01684185f5cf33cc31ef35d1027776a88 (patch) | |
| tree | 189c2f9c8e085335689dfe30cb907cea5ba5c08e /srcs/layouts/arab_pc_ir.xml | |
| parent | bef29da3dee4aadc1f2c199cea846502e14aca5b (diff) | |
| download | unexpected-keyboard-ad7314a01684185f5cf33cc31ef35d1027776a88.tar.gz unexpected-keyboard-ad7314a01684185f5cf33cc31ef35d1027776a88.zip | |
Move layout definitions into srcs/layouts
This separates the layout definitions from the special layouts
(bottom_row, greekmath) and other unrelated files (method, settings).
This is also a more intuitive location for layouts and make the resource
directory easier to navigate.
Under the hood, layouts are copied back into
build/generated-resources/xml.
Diffstat (limited to 'srcs/layouts/arab_pc_ir.xml')
| -rw-r--r-- | srcs/layouts/arab_pc_ir.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/srcs/layouts/arab_pc_ir.xml b/srcs/layouts/arab_pc_ir.xml new file mode 100644 index 0000000..4b5caa1 --- /dev/null +++ b/srcs/layouts/arab_pc_ir.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="utf-8"?> +<keyboard name="Persian PC" script="persian"> + <row> + <key key0="ض" key2="۱" key4="esc"/> + <key key0="ص" key2="۲" key1="~" key3="\@"/> + <key key0="ث" key2="۳" key1="!" key3="\#"/> + <key key0="ق" key2="۴" key1="﷼" key3="$"/> + <key key0="ف" key2="۵" key3="٪"/> + <key key0="غ" key2="۶" key1="،" key3="^"/> + <key key0="ع" key2="۷" key3="&"/> + <key key0="ه" key2="۸" key3="*"/> + <key key0="خ" key2="۹" key3="(" key4=")"/> + <key key0="ح" key2="۰"/> + <key key0="ج" key1="f11_placeholder" key3="f12_placeholder"/> + </row> + <row> + <key key0="ش" key2="tab"/> + <key key0="س"/> + <key key0="ی" key2="ئ"/> + <key key0="ب"/> + <key key0="ل"/> + <key key0="ا" key1="آ" key4="ء" key2="-" key3="_"/> + <key key0="ت" key1="‌" key2="+"/> + <key key0="ن"/> + <key key0="م"/> + <key key0="ک"/> + <key key0="گ"/> + </row> + <row> + <key key0="ظ"/> + <key key0="ط"/> + <key key0="ز" key2="«"/> + <key key0="ر" key2="»"/> + <key key0="ژ" key2="."/> + <key key0="ذ" key2=":"/> + <key key0="د" key2="؛"/> + <key key0="پ" key2="؟"/> + <key key0="و"/> + <key key0="چ"/> + <key width="1.0" key0="backspace" key2="delete"/> + </row> +</keyboard> |
