layouts: Replace altline with special-2 and wide with special-3
to use the same name for the same button-style. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/685>
This commit is contained in:
committed by
Marge Bot
parent
85a0f79e92
commit
ef016786e7
@ -3,10 +3,9 @@
|
||||
---
|
||||
outlines:
|
||||
default: { width: 71.33, height: 52 }
|
||||
wide: { width: 71.33, height: 52 }
|
||||
special: { width: 71.33, height: 52 }
|
||||
character-group: { width: 71.33, height: 52 }
|
||||
change-view: { width: 71.33, height: 52 }
|
||||
special: { width: 71.33, height: 52 }
|
||||
placeholder: { width: 71.33, height: 52 }
|
||||
|
||||
views:
|
||||
@ -230,19 +229,19 @@ views:
|
||||
buttons:
|
||||
# following 4 buttons use the corresponding xkb name as keysym
|
||||
BackSpace:
|
||||
outline: "wide"
|
||||
outline: "special"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
Return:
|
||||
outline: "wide"
|
||||
outline: "special"
|
||||
icon: "key-enter"
|
||||
keysym: "Return"
|
||||
Left:
|
||||
outline: "wide"
|
||||
outline: "special"
|
||||
label: "←"
|
||||
keysym: "Left"
|
||||
Right:
|
||||
outline: "wide"
|
||||
outline: "special"
|
||||
label: "→"
|
||||
keysym: "Right"
|
||||
# special button "preferences" is handled in the code
|
||||
|
||||
Reference in New Issue
Block a user