Improve Spanish terminal-keyboard-layouts
This commit is contained in:
@ -2,8 +2,11 @@
|
||||
outlines:
|
||||
default: { width: 54, height: 37 }
|
||||
action: { width: 90, height: 37 }
|
||||
wide: { width: 81, height: 37 }
|
||||
spaceline: { width: 185, height: 37 }
|
||||
altline: { width: 81, height: 37 }
|
||||
large: { width: 81, height: 37 }
|
||||
wide: { width: 90, height: 37 }
|
||||
spaceline: { width: 153, height: 37 }
|
||||
special: { width: 54, height: 37 }
|
||||
small: { width: 67.4, height: 22 }
|
||||
|
||||
views:
|
||||
@ -42,7 +45,7 @@ views:
|
||||
- "F1 F2 F3 F4 F5 F6"
|
||||
- "F7 F8 F9 F10 F11 F12"
|
||||
- "Esc Tab Pause Insert Up Del"
|
||||
- "show_letters Menu Break Left Down Right"
|
||||
- "show_letters_actions Menu Break Left Down Right"
|
||||
|
||||
buttons:
|
||||
Shift_L:
|
||||
@ -50,22 +53,27 @@ buttons:
|
||||
locking:
|
||||
lock_view: "upper"
|
||||
unlock_view: "base"
|
||||
outline: "wide"
|
||||
outline: "altline"
|
||||
icon: "key-shift"
|
||||
BackSpace:
|
||||
outline: "wide"
|
||||
outline: "altline"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: erase
|
||||
preferences:
|
||||
action: "show_prefs"
|
||||
outline: "default"
|
||||
outline: "special"
|
||||
icon: "keyboard-mode-symbolic"
|
||||
show_numbers:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "wide"
|
||||
outline: "altline"
|
||||
label: "123"
|
||||
show_letters:
|
||||
action:
|
||||
set_view: "base"
|
||||
outline: "altline"
|
||||
label: "ABC"
|
||||
show_letters_actions:
|
||||
action:
|
||||
set_view: "base"
|
||||
outline: "wide"
|
||||
@ -73,20 +81,20 @@ buttons:
|
||||
show_symbols:
|
||||
action:
|
||||
set_view: "symbols"
|
||||
outline: "wide"
|
||||
outline: "altline"
|
||||
label: "τ=\\"
|
||||
show_eschars:
|
||||
action:
|
||||
set_view: "eschars"
|
||||
outline: "wide"
|
||||
outline: "altline"
|
||||
label: "áÁ"
|
||||
show_actions:
|
||||
action:
|
||||
set_view: "actions"
|
||||
outline: "default"
|
||||
label: ">:"
|
||||
outline: "altline"
|
||||
label: ">_"
|
||||
".":
|
||||
outline: "default"
|
||||
outline: "large"
|
||||
text: "."
|
||||
space:
|
||||
outline: "spaceline"
|
||||
@ -151,7 +159,7 @@ buttons:
|
||||
outline: "action"
|
||||
keysym: "Delete"
|
||||
DelUp:
|
||||
outline: "wide"
|
||||
outline: "altline"
|
||||
keysym: "Delete"
|
||||
label: "Del"
|
||||
Insert:
|
||||
|
||||
Reference in New Issue
Block a user