Skip to content

Add the remaining, wide shapes for layouts

There should be a wide shape for all available layouts, so those can be used well on devices in horizonal orientation.

Screenshots of a new, wide layout displayed on screens with various aspect-ratios

4:3

4_3

16:10

16_10

16:9

16_9

2:1

2_1


Some notes made while adjusting the sizes:

  • Wide layout-shapes should be 1,47185 times as wide as the base layout-shape, and their height should changed to 42 for all keys, except for those that are meant to be smaller or larger than others.

  • Sizes for wide layouts with up to 10 keys per row (11 keys * 1.08333):

    • default: { width: 52, height: 42 }
  • Sizes for wide layouts with up to 11 keys per row:

    • default: { width: 48, height: 42 }
  • Sizes for wide layouts with up to 13 keys per row and 5 rows, one of which is 32 high:

    • default: { width: 50, height: 42 }
Edited by MoonlightWave-12

Merge request reports