layouts: Adjust layout-sizes to the correct aspect-ratios
and fix some other issues, to make the layouts more consistent. The aspect-ratios of the layouts, should now match the intended aspect-ratios (12:7 and 16:5), with 3 decimal-digits of precision; either exactly, or rounded to be a little more square, so that the entire height of the panel will be used. Adding 0.001 to `width` in the `default`-outlines of the layouts, would make the layouts a little wider than the intended aspect-ratio. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/691>
This commit is contained in:
		
				
					committed by
					
						
						Marge Bot
					
				
			
			
				
	
			
			
			
						parent
						
							41ed436dc8
						
					
				
				
					commit
					e610866129
				
			@ -1,47 +1,46 @@
 | 
			
		||||
# Language: Englisch (US)
 | 
			
		||||
---
 | 
			
		||||
outlines:
 | 
			
		||||
    default:       { width: 54,   height: 37 }
 | 
			
		||||
    action:        { width: 90,   height: 37 }
 | 
			
		||||
    change-view:   { width: 81,   height: 37 }
 | 
			
		||||
    change-view-2: { width: 90,   height: 37 }
 | 
			
		||||
    halfwidth:     { width: 27,   height: 37 }
 | 
			
		||||
    large:         { width: 81,   height: 37 }
 | 
			
		||||
    narrow:        { width: 40.5, height: 37 }
 | 
			
		||||
    placeholder:   { width: 27,   height: 37 }
 | 
			
		||||
    small:         { width: 67.4, height: 22 }
 | 
			
		||||
    spaceline:     { width: 234,  height: 37 }
 | 
			
		||||
    special:       { width: 54,   height: 37 }
 | 
			
		||||
    special-2:     { width: 81,   height: 37 }
 | 
			
		||||
    special-3:     { width: 90,   height: 37 }
 | 
			
		||||
    default:       { width: 61.824,  height: 42   }
 | 
			
		||||
    action:        { width: 103.04,  height: 42   }
 | 
			
		||||
    change-view:   { width: 92.736,  height: 42   }
 | 
			
		||||
    change-view-2: { width: 103.04,  height: 42   }
 | 
			
		||||
    halfwidth:     { width: 30.912,  height: 42   }
 | 
			
		||||
    large:         { width: 92.736,  height: 42   }
 | 
			
		||||
    placeholder:   { width: 30.912,  height: 42   }
 | 
			
		||||
    small:         { width: 77.28,   height: 25.2 }
 | 
			
		||||
    spaceline:     { width: 267.904, height: 42   }
 | 
			
		||||
    special:       { width: 61.824,  height: 42   }
 | 
			
		||||
    special-2:     { width: 92.736,  height: 42   }
 | 
			
		||||
    special-3:     { width: 103.04,  height: 42   }
 | 
			
		||||
 | 
			
		||||
views:
 | 
			
		||||
    base:
 | 
			
		||||
        - "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
 | 
			
		||||
        - "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
 | 
			
		||||
        - "q w e r t y u i o p"
 | 
			
		||||
        - "PeriodSmall a s d f g h j k l MinusSmall"
 | 
			
		||||
        - ".-thin a s d f g h j k l --thin"
 | 
			
		||||
        - "show_upper z x c v b n m BackSpace"
 | 
			
		||||
        - "show_numbers preferences space show_actions Return"
 | 
			
		||||
    upper:
 | 
			
		||||
        - "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
 | 
			
		||||
        - "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
 | 
			
		||||
        - "Q W E R T Y U I O P"
 | 
			
		||||
        - "SlashSmall A S D F G H J K L PipeSmall"
 | 
			
		||||
        - "/-thin A S D F G H J K L |-thin"
 | 
			
		||||
        - "show_upper Z X C V B N M BackSpace"
 | 
			
		||||
        - "show_numbers preferences space show_actions Return"
 | 
			
		||||
    numbers:
 | 
			
		||||
        - "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
 | 
			
		||||
        - "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
 | 
			
		||||
        - "1 2 3 4 5 6 7 8 9 0"
 | 
			
		||||
        - "\\ * # $ / & - + ( ) _"
 | 
			
		||||
        - "show_symbols , \" ' : ; ! ? BackSpace"
 | 
			
		||||
        - "show_letters preferences space . Return"
 | 
			
		||||
    symbols:
 | 
			
		||||
        - "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
 | 
			
		||||
        - "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
 | 
			
		||||
        - "~ ` · √ π τ ÷ × ¶ @"
 | 
			
		||||
        - "-- © ® £ € ¥ ^ ° { } --"
 | 
			
		||||
        - "show_numbers % | < > = [ ] BackSpace"
 | 
			
		||||
        - "show_letters preferences space . Return"
 | 
			
		||||
    actions:
 | 
			
		||||
        - "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
 | 
			
		||||
        - "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
 | 
			
		||||
        - "F1  F2  F3  F4  F5  F6"
 | 
			
		||||
        - "F7  F8  F9  F10 F11 F12"
 | 
			
		||||
        - "Esc Tab Pause Insert Up Del"
 | 
			
		||||
@ -136,14 +135,14 @@ buttons:
 | 
			
		||||
    Esc:
 | 
			
		||||
        outline: "action"
 | 
			
		||||
        keysym: "Escape"
 | 
			
		||||
    EscSmall:
 | 
			
		||||
    Esc-small:
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        keysym: "Escape"
 | 
			
		||||
        label: "Esc"
 | 
			
		||||
    Tab:
 | 
			
		||||
        outline: "action"
 | 
			
		||||
        keysym: "Tab"
 | 
			
		||||
    TabSmall:
 | 
			
		||||
    Tab-small:
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        keysym: "Tab"
 | 
			
		||||
        label: "Tab"
 | 
			
		||||
@ -212,16 +211,16 @@ buttons:
 | 
			
		||||
        modifier: "Alt"
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        label: "Alt"
 | 
			
		||||
    MinusSmall:
 | 
			
		||||
    --thin:
 | 
			
		||||
        outline: "halfwidth"
 | 
			
		||||
        text: "-"
 | 
			
		||||
    SlashSmall:
 | 
			
		||||
    /-thin:
 | 
			
		||||
        outline: "halfwidth"
 | 
			
		||||
        text: "/"
 | 
			
		||||
    PipeSmall:
 | 
			
		||||
    "|-thin":
 | 
			
		||||
        outline: "halfwidth"
 | 
			
		||||
        text: "|"
 | 
			
		||||
    PeriodSmall:
 | 
			
		||||
    .-thin:
 | 
			
		||||
        outline: "halfwidth"
 | 
			
		||||
        text: "."
 | 
			
		||||
    "\\":
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user