89 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			89 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						||
outlines:
 | 
						||
    default:   { width: 32,  height: 52 }
 | 
						||
    altline:   { width: 32,  height: 52 }
 | 
						||
    wide:      { width: 57,  height: 52 }
 | 
						||
    change-view:   { width: 32,  height: 52 }
 | 
						||
    change-view-2:      { width: 57,  height: 52 }
 | 
						||
    narrow:    { width: 26,  height: 52 }
 | 
						||
    spaceline: { width: 107, height: 52 }
 | 
						||
    fill:      { width: 159, height: 52 }
 | 
						||
    special:   { width: 42,  height: 52 }
 | 
						||
 | 
						||
views:
 | 
						||
    base:
 | 
						||
        - "й ц у к е н г ш щ з х"
 | 
						||
        - "ф ы в а п р о л д ж э"
 | 
						||
        - "Shift_L  я ч с м и т ь б ю  BackSpace"
 | 
						||
        - "show_numbers preferences    ё  space  ъ  . Return"
 | 
						||
    upper:
 | 
						||
        - "Й Ц У К Е Н Г Ш Щ З Х"
 | 
						||
        - "Ф Ы В А П Р О Л Д Ж Э"
 | 
						||
        - "Shift_L   Я Ч С М И Т Ь Б Ю  BackSpace"
 | 
						||
        - "show_numbers preferences    Ё  space  Ъ  comma Return"
 | 
						||
    numbers:
 | 
						||
        - "1 2 3 4 5 6 7 8 9 0"
 | 
						||
        - "@ # $ % & - _ + ( )"
 | 
						||
        - "show_symbols   , \" ' : ; ! ?  BackSpace"
 | 
						||
        - "show_letters preferences         space_fill   . Return"
 | 
						||
    symbols:
 | 
						||
        - "~ ` | · √ π τ ÷ × ¶"
 | 
						||
        - "© ® £ € ¥ ^ ° * { }"
 | 
						||
        - "show_numbers   \\ / < > = [ ]  BackSpace"
 | 
						||
        - "show_letters preferences         space_fill   . Return"
 | 
						||
 | 
						||
buttons:
 | 
						||
    Shift_L:
 | 
						||
        action:
 | 
						||
            locking:
 | 
						||
                lock_view: "upper"
 | 
						||
                unlock_view: "base"
 | 
						||
        outline: "change-view"
 | 
						||
        icon: "key-shift"
 | 
						||
    BackSpace:
 | 
						||
        outline: "altline"
 | 
						||
        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: "*/="
 | 
						||
    .:
 | 
						||
        outline: "special"
 | 
						||
    comma:
 | 
						||
        outline: "special"
 | 
						||
        text: ","
 | 
						||
    space:
 | 
						||
        outline: "spaceline"
 | 
						||
        text: " "
 | 
						||
    space_fill:
 | 
						||
        outline: "fill"
 | 
						||
        text: " "
 | 
						||
    Return:
 | 
						||
        outline: "wide"
 | 
						||
        icon: "key-enter"
 | 
						||
        keysym: "Return"
 | 
						||
    ё:
 | 
						||
        outline: "narrow"
 | 
						||
    Ё:
 | 
						||
        outline: "narrow"
 | 
						||
    ъ:
 | 
						||
        outline: "narrow"
 | 
						||
    Ъ:
 | 
						||
        outline: "narrow"
 |