<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unexpected-keyboard/res/xml/arab_pc_ir.xml, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/'/>
<entry>
<title>Move layout definitions into srcs/layouts</title>
<updated>2024-01-21T15:34:49+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2024-01-21T15:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=ad7314a01684185f5cf33cc31ef35d1027776a88'/>
<id>ad7314a01684185f5cf33cc31ef35d1027776a88</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extra paranthesis in persian layout (#485)</title>
<updated>2023-11-01T15:30:01+00:00</updated>
<author>
<name>Reza Hosseinzadeh</name>
</author>
<published>2023-11-01T15:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=60134effdc7a8840d2d7ba859ade02330ee3c206'/>
<id>60134effdc7a8840d2d7ba859ade02330ee3c206</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add esc and tab to the Persian layout</title>
<updated>2023-08-05T17:44:00+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2023-08-05T17:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=c46e5ec450b7721d91add97e8bc643dd08c721d1'/>
<id>c46e5ec450b7721d91add97e8bc643dd08c721d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify arabic and persian numbers info function keys</title>
<updated>2023-08-05T17:40:13+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2023-08-05T17:20:48+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=dcbb4c484cfd73fbd78194c62f2cf9bc5d7e4492'/>
<id>dcbb4c484cfd73fbd78194c62f2cf9bc5d7e4492</id>
<content type='text'>
And add function keys placeholders in the layouts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And add function keys placeholders in the layouts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the Persian layout (#397)</title>
<updated>2023-07-17T17:33:09+00:00</updated>
<author>
<name>Reza Hosseinzadeh</name>
</author>
<published>2023-07-17T17:33:09+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=1097b297d37b68e73b63c59c3d8169a795d00c1a'/>
<id>1097b297d37b68e73b63c59c3d8169a795d00c1a</id>
<content type='text'>
Change some characters' position</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change some characters' position</pre>
</div>
</content>
</entry>
<entry>
<title>Generate layouts arrays used in settings</title>
<updated>2023-06-25T13:52:24+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2023-06-25T13:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=8ba82d2555342f6cf5e14d19c1d7bcadf46ab604'/>
<id>8ba82d2555342f6cf5e14d19c1d7bcadf46ab604</id>
<content type='text'>
`gen_layouts.py` lists the layouts in `res/xml` and generate the
`pref_layout_values` and `pref_layout_entries` arrays into
`res/values/layouts.xml`.

These arrays are hard to maintain as the order has to match, which is
fragile.

This relies on every layouts having a `name` attribute.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`gen_layouts.py` lists the layouts in `res/xml` and generate the
`pref_layout_values` and `pref_layout_entries` arrays into
`res/values/layouts.xml`.

These arrays are hard to maintain as the order has to match, which is
fragile.

This relies on every layouts having a `name` attribute.
</pre>
</div>
</content>
</entry>
<entry>
<title>Standard layout names (#386)</title>
<updated>2023-06-25T11:40:20+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2023-06-25T11:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=f36864533c33f8f1986db150987e354c59c7482b'/>
<id>f36864533c33f8f1986db150987e354c59c7482b</id>
<content type='text'>
The names are comprised of: script, layout name, country code.

Co-authored-by: grim &lt;verdastelo9604@hotmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The names are comprised of: script, layout name, country code.

Co-authored-by: grim &lt;verdastelo9604@hotmail.com&gt;</pre>
</div>
</content>
</entry>
</feed>
