Merge branch 'btantau-master-patch-76686' into 'master'
New terminal layout, showing more useful keys at the same time See merge request Librem5/squeekboard!345
This commit is contained in:
		@ -1,38 +1,42 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
outlines:
 | 
					outlines:
 | 
				
			||||||
    default: { width: 35.33, height: 52 }
 | 
					    default: { width: 50, height: 50 }
 | 
				
			||||||
    action:  { width: 59,    height: 52 }
 | 
					    menu: { width: 100, height: 50 }
 | 
				
			||||||
    altline: { width: 52.67, height: 52 }
 | 
					    altline: { width: 70, height: 50 }
 | 
				
			||||||
    wide: { width: 59, height: 52 }
 | 
					    spaceline: { width: 160, height: 50 }
 | 
				
			||||||
    spaceline: { width: 140, height: 52 }
 | 
					    special: { width: 35.33, height: 50 }
 | 
				
			||||||
    special: { width: 44, height: 52 }
 | 
					    action: { width: 85, height: 35 }
 | 
				
			||||||
 | 
					    fkey: { width: 42, height: 50 }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
views:
 | 
					views:
 | 
				
			||||||
    base:
 | 
					    base:
 | 
				
			||||||
 | 
					        - "1 2 3 4 5 6 7 8 9 0"
 | 
				
			||||||
        - "q w e r t y u i o p"
 | 
					        - "q w e r t y u i o p"
 | 
				
			||||||
        - "a s d f g h j k l"
 | 
					        - "a s d f g h j k l"
 | 
				
			||||||
        - "Shift_L   z x c v b n m  BackSpace"
 | 
					        - "Shift_L   z x c v b n m  BackSpace"
 | 
				
			||||||
        - "show_numbers preferences      space        show_actions Return"
 | 
					        - "show_symbols show_eschars preferences         space        , . Return"
 | 
				
			||||||
 | 
					        - "Ctrl Tab ↑ ↓ ← →"
 | 
				
			||||||
    upper:
 | 
					    upper:
 | 
				
			||||||
 | 
					        - "! @ # $ % ^ & * ( )"
 | 
				
			||||||
        - "Q W E R T Y U I O P"
 | 
					        - "Q W E R T Y U I O P"
 | 
				
			||||||
        - "A S D F G H J K L"
 | 
					        - "A S D F G H J K L"
 | 
				
			||||||
        - "Shift_L   Z X C V B N M  BackSpace"
 | 
					        - "Shift_L   Z X C V B N M  BackSpace"
 | 
				
			||||||
        - "show_numbers preferences      space        show_actions Return"
 | 
					        - "show_symbols show_eschars preferences         space        Menu Return"
 | 
				
			||||||
    numbers:
 | 
					        - "Alt Esc PgUp PgDn Home End"
 | 
				
			||||||
        - "1 2 3 4 5 6 7 8 9 0"
 | 
					 | 
				
			||||||
        - "* # $ / & - _ + ( )"
 | 
					 | 
				
			||||||
        - "show_symbols   , \" ' colon ; ! ?  BackSpace"
 | 
					 | 
				
			||||||
        - "show_letters preferences         space        period Return"
 | 
					 | 
				
			||||||
    symbols:
 | 
					    symbols:
 | 
				
			||||||
        - "~ ` | · √ π τ ÷ × ¶"
 | 
					        - "~ ` ´ - _ + = ° © ®"
 | 
				
			||||||
        - "© ® £ € ¥ ^ ° @ { }"
 | 
					        - "[ ] { } \\ | ÷ × √"
 | 
				
			||||||
        - "show_numbers_from_symbols   \\ % < > = [ ]  BackSpace"
 | 
					        - "; : ' \" · € £ ¥"
 | 
				
			||||||
        - "show_letters preferences         space        period Return"
 | 
					        - "Del / ? § π τ µ ¶ BackSpace"
 | 
				
			||||||
    actions:
 | 
					        - "show_letters show_eschars preferences         space        < > Return"
 | 
				
			||||||
        - "F1  F2  F3  F4  F5  F6"
 | 
					        - "Ctrl Tab ↑ ↓ ← →"
 | 
				
			||||||
        - "F7  F8  F9  F10 F11 F12"
 | 
					    eschars:
 | 
				
			||||||
        - "Esc Tab Del PgUp ↑ PgDn"
 | 
					        - "F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12"
 | 
				
			||||||
        - "show_letters Home End ← ↓ →"
 | 
					        - "ä è é ö ü Ä È É Ö Ü"
 | 
				
			||||||
 | 
					        - "à â ê î ô À Â Ê Î Ô"
 | 
				
			||||||
 | 
					        - "Del  « » ç Ç æ œ ß  BackSpace"
 | 
				
			||||||
 | 
					        - "show_symbols show_eschars preferences         space        „ “ Return"
 | 
				
			||||||
 | 
					        - "Alt Esc PgUp PgDn Home End"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
buttons:
 | 
					buttons:
 | 
				
			||||||
    Shift_L:
 | 
					    Shift_L:
 | 
				
			||||||
@ -42,108 +46,107 @@ buttons:
 | 
				
			|||||||
                unlock_view: "base"
 | 
					                unlock_view: "base"
 | 
				
			||||||
        outline: "altline"
 | 
					        outline: "altline"
 | 
				
			||||||
        icon: "key-shift"
 | 
					        icon: "key-shift"
 | 
				
			||||||
 | 
					    Ctrl:
 | 
				
			||||||
 | 
					        modifier: "Control"
 | 
				
			||||||
 | 
					        outline: "action"
 | 
				
			||||||
 | 
					        label: "Ctrl"
 | 
				
			||||||
 | 
					    Alt:
 | 
				
			||||||
 | 
					        modifier: "Alt"
 | 
				
			||||||
 | 
					        outline: "action"
 | 
				
			||||||
 | 
					        label: "Alt"
 | 
				
			||||||
    BackSpace:
 | 
					    BackSpace:
 | 
				
			||||||
        outline: "altline"
 | 
					        outline: "altline"
 | 
				
			||||||
        icon: "edit-clear-symbolic"
 | 
					        icon: "edit-clear-symbolic"
 | 
				
			||||||
        action: erase
 | 
					        action: "erase"
 | 
				
			||||||
 | 
					    Menu:
 | 
				
			||||||
 | 
					        outline: "menu"
 | 
				
			||||||
 | 
					        keysym: "Menu"
 | 
				
			||||||
    preferences:
 | 
					    preferences:
 | 
				
			||||||
        action: "show_prefs"
 | 
					        action: "show_prefs"
 | 
				
			||||||
        outline: "special"
 | 
					        outline: "special"
 | 
				
			||||||
        icon: "keyboard-mode-symbolic"
 | 
					        icon: "keyboard-mode-symbolic"
 | 
				
			||||||
    show_numbers:
 | 
					 | 
				
			||||||
        action:
 | 
					 | 
				
			||||||
            set_view: "numbers"
 | 
					 | 
				
			||||||
        outline: "wide"
 | 
					 | 
				
			||||||
        label: "123"
 | 
					 | 
				
			||||||
    show_numbers_from_symbols:
 | 
					 | 
				
			||||||
        action:
 | 
					 | 
				
			||||||
            set_view: "numbers"
 | 
					 | 
				
			||||||
        outline: "altline"
 | 
					 | 
				
			||||||
        label: "123"
 | 
					 | 
				
			||||||
    show_letters:
 | 
					    show_letters:
 | 
				
			||||||
        action:
 | 
					        action:
 | 
				
			||||||
            set_view: "base"
 | 
					            set_view: "base"
 | 
				
			||||||
        outline: "wide"
 | 
					        outline: "altline"
 | 
				
			||||||
        label: "ABC"
 | 
					        label: "abc"
 | 
				
			||||||
    show_symbols:
 | 
					    show_symbols:
 | 
				
			||||||
        action:
 | 
					        action:
 | 
				
			||||||
            set_view: "symbols"
 | 
					            set_view: "symbols"
 | 
				
			||||||
        outline: "altline"
 | 
					        outline: "altline"
 | 
				
			||||||
        label: "τ=\\"
 | 
					        label: "[{/"
 | 
				
			||||||
    show_actions:
 | 
					    show_eschars:
 | 
				
			||||||
        action:
 | 
					        action:
 | 
				
			||||||
            set_view: "actions"
 | 
					            locking:
 | 
				
			||||||
 | 
					                lock_view: "eschars"
 | 
				
			||||||
 | 
					                unlock_view: "base"
 | 
				
			||||||
        outline: "altline"
 | 
					        outline: "altline"
 | 
				
			||||||
        label: ">_"
 | 
					        label: "func"
 | 
				
			||||||
    period:
 | 
					 | 
				
			||||||
        outline: "altline"
 | 
					 | 
				
			||||||
        text: "."
 | 
					 | 
				
			||||||
    space:
 | 
					    space:
 | 
				
			||||||
        outline: "spaceline"
 | 
					        outline: "spaceline"
 | 
				
			||||||
 | 
					        label: " "
 | 
				
			||||||
        text: " "
 | 
					        text: " "
 | 
				
			||||||
    Return:
 | 
					    Return:
 | 
				
			||||||
        outline: "wide"
 | 
					        outline: "altline"
 | 
				
			||||||
        icon: "key-enter"
 | 
					        icon: "key-enter"
 | 
				
			||||||
        keysym: "Return"
 | 
					        keysym: "Return"
 | 
				
			||||||
    colon:
 | 
					 | 
				
			||||||
        text: ":"
 | 
					 | 
				
			||||||
    F1:
 | 
					    F1:
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "fkey"
 | 
				
			||||||
        keysym: "F1"
 | 
					        keysym: "F1"
 | 
				
			||||||
    F2:
 | 
					    F2:
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "fkey"
 | 
				
			||||||
        keysym: "F2"
 | 
					        keysym: "F2"
 | 
				
			||||||
    F3:
 | 
					    F3:
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "fkey"
 | 
				
			||||||
        keysym: "F3"
 | 
					        keysym: "F3"
 | 
				
			||||||
    F4:
 | 
					    F4:
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "fkey"
 | 
				
			||||||
        keysym: "F4"
 | 
					        keysym: "F4"
 | 
				
			||||||
    F5:
 | 
					    F5:
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "fkey"
 | 
				
			||||||
        keysym: "F5"
 | 
					        keysym: "F5"
 | 
				
			||||||
    F6:
 | 
					    F6:
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "fkey"
 | 
				
			||||||
        keysym: "F6"
 | 
					        keysym: "F6"
 | 
				
			||||||
    F7:
 | 
					    F7:
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "fkey"
 | 
				
			||||||
        keysym: "F7"
 | 
					        keysym: "F7"
 | 
				
			||||||
    F8:
 | 
					    F8:
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "fkey"
 | 
				
			||||||
        keysym: "F8"
 | 
					        keysym: "F8"
 | 
				
			||||||
    F9:
 | 
					    F9:
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "fkey"
 | 
				
			||||||
        keysym: "F9"
 | 
					        keysym: "F9"
 | 
				
			||||||
    F10:
 | 
					    F10:
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "fkey"
 | 
				
			||||||
        keysym: "F10"
 | 
					        keysym: "F10"
 | 
				
			||||||
    F11:
 | 
					    F11:
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "fkey"
 | 
				
			||||||
        keysym: "F11"
 | 
					        keysym: "F11"
 | 
				
			||||||
    F12:
 | 
					    F12:
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "fkey"
 | 
				
			||||||
        keysym: "F12"
 | 
					        keysym: "F12"
 | 
				
			||||||
    Esc:
 | 
					    Esc:
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "action"
 | 
				
			||||||
        keysym: "Escape"
 | 
					        keysym: "Escape"
 | 
				
			||||||
    Tab:
 | 
					 | 
				
			||||||
        outline: "action"
 | 
					 | 
				
			||||||
        keysym: "Tab"
 | 
					 | 
				
			||||||
    Del:
 | 
					 | 
				
			||||||
        outline: "action"
 | 
					 | 
				
			||||||
        keysym: "Delete"
 | 
					 | 
				
			||||||
    Home:
 | 
					    Home:
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "action"
 | 
				
			||||||
        keysym: "Home"
 | 
					        keysym: "Home"
 | 
				
			||||||
    End:
 | 
					    End:
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "action"
 | 
				
			||||||
        keysym: "End"
 | 
					        keysym: "End"
 | 
				
			||||||
 | 
					    Del:
 | 
				
			||||||
 | 
					        outline: "altline"
 | 
				
			||||||
 | 
					        keysym: "Delete"
 | 
				
			||||||
    PgUp:
 | 
					    PgUp:
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "action"
 | 
				
			||||||
        keysym: "Page_Up"
 | 
					        keysym: "Page_Up"
 | 
				
			||||||
    PgDn:
 | 
					    PgDn:
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "action"
 | 
				
			||||||
        keysym: "Page_Down"
 | 
					        keysym: "Page_Down"
 | 
				
			||||||
 | 
					    Tab:
 | 
				
			||||||
 | 
					        outline: "action"
 | 
				
			||||||
 | 
					        keysym: "Tab"
 | 
				
			||||||
    "↑":
 | 
					    "↑":
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "action"
 | 
				
			||||||
        keysym: "Up"
 | 
					        keysym: "Up"
 | 
				
			||||||
@ -156,4 +159,3 @@ buttons:
 | 
				
			|||||||
    "→":
 | 
					    "→":
 | 
				
			||||||
        outline: "action"
 | 
					        outline: "action"
 | 
				
			||||||
        keysym: "Right"
 | 
					        keysym: "Right"
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user