Translate keys on French terminal-layouts
Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/628>
This commit is contained in:
@ -16,14 +16,14 @@ views:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "b é p o w v d l j z"
|
||||
- "a u i e c t s r n m"
|
||||
- "Shift_L y x k q g h f period BackSpace"
|
||||
- "show_numbers show_eschars preferences space slash show_actions Return"
|
||||
- "Shift_L y x k q g h f . BackSpace"
|
||||
- "show_numbers show_eschars preferences space SlashSmall show_actions Return"
|
||||
upper:
|
||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown ← →"
|
||||
- "B É P O W V D L J Z"
|
||||
- "A U I E C T S R N M"
|
||||
- "Shift_L Y X K Q G H F minus BackSpace"
|
||||
- "show_numbers show_eschars preferences space colon show_actions Return"
|
||||
- "Shift_L Y X K Q G H F MinusSmall BackSpace"
|
||||
- "show_numbers show_eschars preferences space ColonSmall show_actions Return"
|
||||
numbers:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
@ -90,10 +90,11 @@ buttons:
|
||||
Esc:
|
||||
outline: "action"
|
||||
keysym: "Escape"
|
||||
label: "Echap"
|
||||
EscSmall:
|
||||
outline: "small"
|
||||
keysym: "Escape"
|
||||
label: "Esc"
|
||||
label: "Echap"
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
@ -104,9 +105,11 @@ buttons:
|
||||
Del:
|
||||
outline: "action"
|
||||
keysym: "Delete"
|
||||
label: "Suppr"
|
||||
Insert:
|
||||
outline: "action"
|
||||
keysym: "Insert"
|
||||
label: "Inser"
|
||||
Menu:
|
||||
outline: "action"
|
||||
keysym: "Menu"
|
||||
@ -116,12 +119,15 @@ buttons:
|
||||
Break:
|
||||
outline: "action"
|
||||
keysym: "Break"
|
||||
label: "Attn"
|
||||
Home:
|
||||
outline: "small"
|
||||
keysym: "Home"
|
||||
label: "🡔"
|
||||
End:
|
||||
outline: "small"
|
||||
keysym: "End"
|
||||
label: "Fin"
|
||||
PageUp:
|
||||
outline: "small"
|
||||
keysym: "Page_Up"
|
||||
@ -166,12 +172,6 @@ buttons:
|
||||
modifier: "Alt"
|
||||
outline: "small"
|
||||
label: "Alt"
|
||||
period:
|
||||
outline: "halfwidth"
|
||||
text: "."
|
||||
slash:
|
||||
outline: "halfwidth"
|
||||
text: "/"
|
||||
show_actions:
|
||||
action:
|
||||
set_view: "actions"
|
||||
@ -226,11 +226,14 @@ buttons:
|
||||
outline: "wide"
|
||||
icon: "key-enter"
|
||||
keysym: "Return"
|
||||
colon:
|
||||
ColonSmall:
|
||||
outline: "halfwidth"
|
||||
text: ":"
|
||||
"\"":
|
||||
keysym: "quotedbl"
|
||||
minus:
|
||||
MinusSmall:
|
||||
outline: "halfwidth"
|
||||
text: "-"
|
||||
SlashSmall:
|
||||
outline: "halfwidth"
|
||||
text: "/"
|
||||
.:
|
||||
outline: "halfwidth"
|
||||
|
||||
Reference in New Issue
Block a user