and change `special-3` to `special-2` and `special-2` to `special`, where appropriate. `default` is still at the top of the lists, to make it easier to find. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/689>
		
			
				
	
	
		
			92 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			92 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
# Language: Russian
 | 
						||
---
 | 
						||
outlines:
 | 
						||
    default:       { width: 48.75, height: 42 }
 | 
						||
    change-view:   { width: 48.75, height: 42 }
 | 
						||
    change-view-2: { width: 97.5,  height: 42 }
 | 
						||
    fill:          { width: 244,   height: 42 }
 | 
						||
    fill-2:        { width: 97.5,  height: 42 }
 | 
						||
    placeholder:   { width: 48.75, height: 42 }
 | 
						||
    spaceline:     { width: 146.5, height: 42 }
 | 
						||
    special:       { width: 48.75, height: 42 }
 | 
						||
    special-2:     { width: 48.75, height: 42 }
 | 
						||
    special-3:     { width: 97.5,  height: 42 }
 | 
						||
 | 
						||
views:
 | 
						||
    base:
 | 
						||
        - "й ц у к е н г ш щ з х"
 | 
						||
        - "ф ы в а п р о л д ж э"
 | 
						||
        - "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-wide"
 | 
						||
        - "show_letters preferences space-fill . Return"
 | 
						||
    symbols:
 | 
						||
        - "~ ` | · √ π τ ÷ × ¶"
 | 
						||
        - "© ® £ € ¥ ^ ° * { }"
 | 
						||
        - "show_numbers \\ / < > = [ ] BackSpace-wide"
 | 
						||
        - "show_letters preferences space-fill . 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"
 | 
						||
    BackSpace-wide:
 | 
						||
        outline: "special-3"
 | 
						||
        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-2"
 | 
						||
        label: "123"
 | 
						||
    show_letters:
 | 
						||
        action:
 | 
						||
            set_view: "base"
 | 
						||
        outline: "change-view-2"
 | 
						||
        label: "АБВ"
 | 
						||
    show_symbols:
 | 
						||
        action:
 | 
						||
            set_view: "symbols"
 | 
						||
        outline: "change-view-2"
 | 
						||
        label: "*/="
 | 
						||
    space:
 | 
						||
        outline: "spaceline"
 | 
						||
        text: " "
 | 
						||
    space-fill:
 | 
						||
        outline: "fill"
 | 
						||
        text: " "
 | 
						||
    Return:
 | 
						||
        outline: "special-3"
 | 
						||
        icon: "key-enter"
 | 
						||
        keysym: "Return"
 | 
						||
    --:
 | 
						||
        outline: "placeholder"
 | 
						||
        text: ""
 | 
						||
    5:
 | 
						||
        outline: "fill-2"
 | 
						||
    "&":
 | 
						||
        outline: "fill-2"
 | 
						||
    √:
 | 
						||
        outline: "fill-2"
 | 
						||
    ¥:
 | 
						||
        outline: "fill-2" |