UNPKG

simple-keyboard-layouts

Version:
25 lines (24 loc) 738 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Layout: Hungarian * Source: Farquaad (https://github.com/Farquaad) */ exports.default = { layout: { default: [ "0 1 2 3 4 5 6 7 8 9 ö ü ó {bksp}", "{tab} q w e r t z u i o p ő ú", "{lock} a s d f g h j k l é á ű {enter}", "{shift} í y x c v b n m , . - {shift}", ".com @ {space}", ], shift: [ "§ ' \" + ! % / = ( ) Ö Ü Ó {bksp}", "{tab} Q W E R T Z U I O P Ő Ú", "{lock} A S D F G H J K L É Á Ű {enter}", "{shift} Í Y X C V B N M ? : _ {shift}", ".com @ {space}", ], }, };