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>
		
			
				
	
	
		
			90 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			90 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
# Language: Malayalam
 | 
						||
---
 | 
						||
outlines:
 | 
						||
    default:     { width: 51.692,  height: 42 }
 | 
						||
    change-view: { width: 103.384, height: 42 }
 | 
						||
    placeholder: { width: 51.692,  height: 42 }
 | 
						||
    spaceline:   { width: 413.536, height: 42 }
 | 
						||
    special:     { width: 51.692,  height: 42 }
 | 
						||
    special-2:   { width: 103.384, height: 42 }
 | 
						||
 | 
						||
views:
 | 
						||
    base:
 | 
						||
        - " ൊ ൧ ൨ ൩ ൪ ൫ ൬ ൭ ൮ ൯ ൦ - ൃ "
 | 
						||
        - " ൗ ൈ ാ ീ ൂ ബ ഹ ഗ ദ ജ ഡ zwj zwnj "
 | 
						||
        - " -- ോ േ ് ി ു പ ര ക ത ച ട zwsp "
 | 
						||
        - "show_upper െ ം മ ന വ ല സ യ -- BackSpace"
 | 
						||
        - "show_numbers preferences space Return"
 | 
						||
    upper:
 | 
						||
        - " ഒ ! @ # ₹ % ^ & ൾ ( ) ഃ ഋ "
 | 
						||
        - " ഔ ഐ ആ ഈ ഊ ഭ ങ ഘ ധ ഝ ഢ ഞ ർ "
 | 
						||
        - " -- ഓ ഏ അ ഇ ഉ ഫ റ ഖ ഥ ഛ ഠ -- "
 | 
						||
        - "show_upper എ ൺ ണ ൻ ഴ ള ശ ഷ ൽ BackSpace"
 | 
						||
        - "show_numbers preferences space Return"
 | 
						||
    numbers:
 | 
						||
        - " -- ൧ ൨ ൩ ൪ ൫ ൬ ൭ ൮ ൯ ൦ -- -- "
 | 
						||
        - "-- 1 2 3 4 5 6 7 8 9 0 -- --"
 | 
						||
        - "-- @ # $ % & - _ + ( ) -- --"
 | 
						||
        - "show_symbols ₹ , \" ' : ; ! ? -- BackSpace"
 | 
						||
        - "show_letters  preferences space Return"
 | 
						||
    symbols:
 | 
						||
        - "-- -- -- -- -- -- -- -- -- -- -- -- --"
 | 
						||
        - "-- ~ ` | · √ π τ ÷ × ¶ -- --"
 | 
						||
        - "-- © ® £ € ¥ ^ ° * { } -- --"
 | 
						||
        - "show_numbers -- \\ / < > = [ ] -- BackSpace"
 | 
						||
        - "show_letters  preferences space Return"
 | 
						||
 | 
						||
buttons:
 | 
						||
    show_upper:
 | 
						||
        action:
 | 
						||
            locking:
 | 
						||
                lock_view: "upper"
 | 
						||
                unlock_view: "base"
 | 
						||
        outline: "change-view"
 | 
						||
        icon: "key-shift"
 | 
						||
    BackSpace:
 | 
						||
        outline: "special-2"
 | 
						||
        icon: "edit-clear-symbolic"
 | 
						||
        action: "erase"
 | 
						||
    preferences:
 | 
						||
        action: "show_prefs"
 | 
						||
        outline: "special"
 | 
						||
        icon: "keyboard-mode-symbolic"
 | 
						||
    show_numbers:
 | 
						||
        action:
 | 
						||
            set_view: "numbers"
 | 
						||
        outline: "change-view"
 | 
						||
        label: "123"
 | 
						||
    show_letters:
 | 
						||
        action:
 | 
						||
            set_view: "base"
 | 
						||
        outline: "change-view"
 | 
						||
        label: "ABC"
 | 
						||
    show_symbols:
 | 
						||
        action:
 | 
						||
            set_view: "symbols"
 | 
						||
        outline: "change-view"
 | 
						||
        label: "*/="
 | 
						||
    space:
 | 
						||
        outline: "spaceline"
 | 
						||
        text: " "
 | 
						||
    Return:
 | 
						||
        outline: "special-2"
 | 
						||
        icon: "key-enter"
 | 
						||
        keysym: "Return"
 | 
						||
    --:
 | 
						||
        outline: "placeholder"
 | 
						||
        text: ""
 | 
						||
# U+200B - zero-width-space
 | 
						||
    zwsp:
 | 
						||
        icon: "zwsp"
 | 
						||
        text: ""
 | 
						||
# U+200C - zero-width-non-joiner
 | 
						||
    zwnj:
 | 
						||
        icon: "zwnj"
 | 
						||
        text: ""
 | 
						||
# U+200D - zero-width-joiner
 | 
						||
    zwj:
 | 
						||
        icon: "zwj"
 | 
						||
        text: ""
 |