Fixed Hebrew layout.
The Hebrew layout was a non standard one - this should now be fixed. The left shift key was removed, since Hebrew does not have capital letters. Signed-off-by: Kozova1 <mug66kk@gmail.com>
This commit is contained in:
@ -1,45 +1,37 @@
|
|||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.33, height: 52 }
|
default: { width: 40, height: 60 }
|
||||||
altline: { width: 52.67, height: 52 }
|
altline: { width: 56, height: 60 }
|
||||||
wide: { width: 62, height: 52 }
|
wide: { width: 62, height: 60 }
|
||||||
spaceline: { width: 142, height: 52 }
|
spaceline: { width: 142, height: 60 }
|
||||||
special: { width: 44, height: 52 }
|
special: { width: 44, height: 60 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
- "ך ף ק ר א ט ו ן ם פ"
|
- "' - ק ר א ט ו ן ם פ"
|
||||||
- "ץ ת ש ד ג כ ע י ח ל"
|
- "ש ד ג כ ע י ח ל ך ף"
|
||||||
- "Shift_L ז ס ב ה נ מ צ BackSpace"
|
- "ז ס ב ה נ מ צ ת ץ BackSpace"
|
||||||
- "show_numbers preferences space period Return"
|
- "show_numbers comma preferences space period Return"
|
||||||
upper:
|
|
||||||
- "Q W E R T Y U I O P"
|
|
||||||
- "A S D F G H J K L"
|
|
||||||
- "Shift_L Z X C V B N M BackSpace"
|
|
||||||
- "show_numbers preferences space period Return"
|
|
||||||
numbers:
|
numbers:
|
||||||
- "1 2 3 4 5 6 7 8 9 0"
|
- "1 2 3 4 5 6 7 8 9 0"
|
||||||
- "@ # $ % & - _ + ( )"
|
- "@ # ₪ % & - _ + ( )"
|
||||||
- "show_symbols , \" ' colon ; ! ? BackSpace"
|
- "show_symbols , \" ' colon ; ! ? BackSpace"
|
||||||
- "show_letters preferences space period Return"
|
- "show_letters preferences space period Return"
|
||||||
symbols:
|
symbols:
|
||||||
- "~ ` | · √ π τ ÷ × ¶"
|
- "~ ` | · √ π τ ÷ × ¶"
|
||||||
- "© ® £ € ¥ ^ ° * { }"
|
- "© ® £ € $ ^ ° * { }"
|
||||||
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace"
|
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace"
|
||||||
- "show_letters preferences space period Return"
|
- "show_letters preferences space period Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
Shift_L:
|
|
||||||
action:
|
|
||||||
locking:
|
|
||||||
lock_view: "upper"
|
|
||||||
unlock_view: "base"
|
|
||||||
outline: "altline"
|
|
||||||
icon: "key-shift"
|
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "altline"
|
outline: "default"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: erase
|
action: erase
|
||||||
|
comma:
|
||||||
|
outline: "special"
|
||||||
|
text: ","
|
||||||
|
|
||||||
preferences:
|
preferences:
|
||||||
action: show_prefs
|
action: show_prefs
|
||||||
outline: "special"
|
outline: "special"
|
||||||
|
|||||||
Reference in New Issue
Block a user