<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unexpected-keyboard/srcs/layouts/latn_qwerty_us.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>Update layout customization info in srcs/layouts/latn_qwerty_us.xml (#1001)</title>
<updated>2025-05-25T14:40:15+00:00</updated>
<author>
<name>Jore</name>
</author>
<published>2025-05-25T14:40:15+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=d36452d9c3d008230a0982891e2e764a1f10d041'/>
<id>d36452d9c3d008230a0982891e2e764a1f10d041</id>
<content type='text'>
- Added info on bottom row customization. (#637)
- Added useful links.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added info on bottom row customization. (#637)
- Added useful links.</pre>
</div>
</content>
</entry>
<entry>
<title>layouts format: Add 'c' as a synonym for 'key0'</title>
<updated>2024-11-24T09:56:19+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2024-11-24T09:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=6b1551d1039542a73c979da56468c46c3194ce42'/>
<id>6b1551d1039542a73c979da56468c46c3194ce42</id>
<content type='text'>
The attribute 'c' specifies the symbol in the center of a key, just like
'key0'. This adds consistency with the cardinal direction attributes and
is intended to make layouts more readable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The attribute 'c' specifies the symbol in the center of a key, just like
'key0'. This adds consistency with the cardinal direction attributes and
is intended to make layouts more readable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use cardinal directions in the QWERTY (US) layout</title>
<updated>2024-11-24T09:45:41+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2024-11-24T09:45:41+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=ed36098439899567a442e504ee0653b696dec0de'/>
<id>ed36098439899567a442e504ee0653b696dec0de</id>
<content type='text'>
Ease reading and modifying the QWERTY (US) layout, which is used as the
default source for the custom layout option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ease reading and modifying the QWERTY (US) layout, which is used as the
default source for the custom layout option.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove 'loc' keys from latn_qwerty_us</title>
<updated>2024-06-23T22:07:56+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2024-06-23T22:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=66cf64357484b227acbb58f9e687a987ad82a1b0'/>
<id>66cf64357484b227acbb58f9e687a987ad82a1b0</id>
<content type='text'>
Use the "preferred position" feature to place the removed keys
approximately where they were.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the "preferred position" feature to place the removed keys
approximately where they were.
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatic placement of f11/f12 placeholders</title>
<updated>2024-06-09T11:55:27+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2024-06-09T11:55:27+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=773147ab9c19d49a7958e07c50455204e49a2ecc'/>
<id>773147ab9c19d49a7958e07c50455204e49a2ecc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to remove keys Tab and Esc</title>
<updated>2024-06-09T11:18:25+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2024-06-09T11:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=52805d9745e62e8eafae0051f812f78e3caa2986'/>
<id>52805d9745e62e8eafae0051f812f78e3caa2986</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
