to make it easier to know which language those are for. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/671>
		
			
				
	
	
		
			153 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			153 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
# Language: Slovenian
 | 
						||
---
 | 
						||
outlines:
 | 
						||
    default:          { width: 45,  height: 42 }
 | 
						||
    subtle-highlight: { width: 45,  height: 42 }
 | 
						||
    fill:             { width: 90,  height: 42 }
 | 
						||
    altline:          { width: 90,  height: 42 }
 | 
						||
    wide:             { width: 90,  height: 42 }
 | 
						||
    change-view:      { width: 90,  height: 42 }
 | 
						||
    spaceline:        { width: 135, height: 42 }
 | 
						||
    special:          { width: 45,  height: 42 }
 | 
						||
    placeholder:      { width: 45,  height: 42 }
 | 
						||
 | 
						||
views:
 | 
						||
    base:
 | 
						||
        - "q w e r t z u i o p š đ"
 | 
						||
        - "a s d f g h j k l č ć ž"
 | 
						||
        - "Shift_L    y x c v b n m -- BackSpace"
 | 
						||
        - "show_numbers show_accents preferences     space    , . Return"
 | 
						||
    upper:
 | 
						||
        - "Q W E R T Z U I O P Š Đ"
 | 
						||
        - "A S D F G H J K L Č Ć Ž"
 | 
						||
        - "Shift_L    Y X C V B N M -- BackSpace"
 | 
						||
        - "show_numbers show_upper_accents preferences     space    ! ? Return"
 | 
						||
    numbers:
 | 
						||
        - "1 2 3 4 5 6 7 8 9 0"
 | 
						||
        - "@ # $ % & - _ + ( )"
 | 
						||
        - "show_symbols    , \" ' : ; ! ? -- BackSpace"
 | 
						||
        - "show_letters show_accents preferences     space    , . Return"
 | 
						||
    symbols:
 | 
						||
        - "~ ` | · √ π τ ÷ × ¶"
 | 
						||
        - "© ® £ € ¥ ^ ° * { }"
 | 
						||
        - "show_numbers    \\ / < > = [ ] -- BackSpace"
 | 
						||
        - "show_letters show_accents preferences     space    § ¤ Return"
 | 
						||
    accents:
 | 
						||
        - "-- á é ẹ́  í ó ọ́  ú ŕ ȁ ȅ ȉ"
 | 
						||
        - "-- ȃ ȇ ẹ̑  ȋ ȏ ọ̑  ȗ ȓ ȍ ȕ ə̏"
 | 
						||
        - "accents_Shift_L    à è ì ò ù ə̀ ö ü BackSpace"
 | 
						||
        - "show_letters show_accents preferences     space    ĺ ł Return"
 | 
						||
    upper_accents:
 | 
						||
        - "-- Á É Ẹ́  Í Ó Ọ́  Ú Ŕ Ȁ Ȅ Ȉ"
 | 
						||
        - "-- Ȃ Ȇ Ẹ̑  Ȋ Ȏ Ọ̑  Ȗ Ȓ Ȍ Ȕ Ə̏"
 | 
						||
        - "accents_Shift_L    À È Ì Ò Ù Ə̀ Ö Ü BackSpace"
 | 
						||
        - "show_letters show_upper_accents preferences     space    Ĺ Ł Return"
 | 
						||
 | 
						||
buttons:
 | 
						||
    Shift_L:
 | 
						||
        action:
 | 
						||
            locking:
 | 
						||
                lock_view: "upper"
 | 
						||
                unlock_view: "base"
 | 
						||
        outline: "change-view"
 | 
						||
        icon: "key-shift"
 | 
						||
    accents_Shift_L:
 | 
						||
        action:
 | 
						||
            locking:
 | 
						||
                lock_view: "upper_accents"
 | 
						||
                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"
 | 
						||
        label: "123"
 | 
						||
    show_letters:
 | 
						||
        action:
 | 
						||
            set_view: "base"
 | 
						||
        outline: "change-view"
 | 
						||
        label: "ABC"
 | 
						||
    show_symbols:
 | 
						||
        action:
 | 
						||
            set_view: "symbols"
 | 
						||
        outline: "change-view"
 | 
						||
        label: "*/="
 | 
						||
    show_accents:
 | 
						||
        action:
 | 
						||
            locking:
 | 
						||
                lock_view: "accents"
 | 
						||
                unlock_view: "base"
 | 
						||
        outline: "change-view"
 | 
						||
        label: "Ćž"
 | 
						||
    show_upper_accents:
 | 
						||
        action:
 | 
						||
            locking:
 | 
						||
                lock_view: "upper_accents"
 | 
						||
                unlock_view: "base"
 | 
						||
        outline: "change-view"
 | 
						||
        label: "Ćž"
 | 
						||
    space:
 | 
						||
        outline: "spaceline"
 | 
						||
        text: " "
 | 
						||
    Return:
 | 
						||
        outline: "wide"
 | 
						||
        icon: "key-enter"
 | 
						||
        keysym: "Return"
 | 
						||
    --:
 | 
						||
        outline: "placeholder"
 | 
						||
        text: ""
 | 
						||
    š-subtle-highlight:
 | 
						||
        outline: "subtle-highlight"
 | 
						||
        text: "š"
 | 
						||
    Š-subtle-highlight:
 | 
						||
        outline: "subtle-highlight"
 | 
						||
        text: "Š"
 | 
						||
    č-subtle-highlight:
 | 
						||
        outline: "subtle-highlight"
 | 
						||
        text: "č"
 | 
						||
    Č-subtle-highlight:
 | 
						||
        outline: "subtle-highlight"
 | 
						||
        text: "Č"
 | 
						||
    ž-subtle-highlight:
 | 
						||
        outline: "subtle-highlight"
 | 
						||
        text: "ž"
 | 
						||
    Ž-subtle-highlight:
 | 
						||
        outline: "subtle-highlight"
 | 
						||
        text: "Ž"
 | 
						||
    ć-subtle-highlight:
 | 
						||
        outline: "subtle-highlight"
 | 
						||
        text: "ć"
 | 
						||
    Ć-subtle-highlight:
 | 
						||
        outline: "subtle-highlight"
 | 
						||
        text: "Ć"
 | 
						||
    đ-subtle-highlight:
 | 
						||
        outline: "subtle-highlight"
 | 
						||
        text: "đ"
 | 
						||
    Đ-subtle-highlight:
 | 
						||
        outline: "subtle-highlight"
 | 
						||
        text: "Đ"
 | 
						||
    5:
 | 
						||
        outline: "fill"
 | 
						||
    6:
 | 
						||
        outline: "fill"
 | 
						||
    "&":
 | 
						||
        outline: "fill"
 | 
						||
    -:
 | 
						||
        outline: "fill"
 | 
						||
    √:
 | 
						||
        outline: "fill"
 | 
						||
    π:
 | 
						||
        outline: "fill"
 | 
						||
    ¥:
 | 
						||
        outline: "fill"
 | 
						||
    ^:
 | 
						||
        outline: "fill" |