UNPKG

simple-keyboard-layouts

Version:
23 lines (22 loc) 761 B
/** * Layout: Hebrew * Source: vleon1 (https://github.com/vleon1) */ export default { layout: { default: [ " 1 2 3 4 5 6 7 8 9 0 - = {bksp}", "{tab} / ' \u05e7 \u05e8 \u05d0 \u05d8 \u05d5 \u05df \u05dd \u05e4 ] [ :", "{lock} \u05e9 \u05d3 \u05d2 \u05db \u05e2 \u05d9 \u05d7 \u05dc \u05da \u05e3 , {enter}", "{shift} \u05d6 \u05e1 \u05d1 \u05d4 \u05e0 \u05de \u05e6 \u05ea \u05e5 . {shift}", ".com @ {space}", ], shift: [ "~ ! @ # $ % ^ & * ( ) _ + {bksp}", "{tab} Q W E R T Y U I O P { } |", '{lock} A S D F G H J K L : " {enter}', "{shift} Z X C V B N M < > ? {shift}", ".com @ {space}", ], }, };