| Age | Commit message (Collapse) | Author | Files | Lines |
|
* Add <row scale=""> attribute
Scale the width of the keys in the row to match a value. Useful to
remove space on the right of the row without adding a 'width' attribute
to each key.
* layouts: Use the 'scale=""' attribute in builtin layouts
This removes the very specific 'width' values.
|
|
Fix several warnings spotted by check_layout.
|
|
* misc changes to deva alt layout
* add indication for numpad for discoverability
* change key* notation to c/nw/ne/sw/se notation
|
|
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.
|