simple-keyboard-layouts
Version:
Layouts module for simple-keyboard
23 lines (22 loc) • 670 B
JavaScript
/**
* Layout: Nigerian
* Source: Benson Muite (https://github.com/bkmgit)
*/
export default {
layout: {
default: [
"ˊ 1 2 3 4 5 6 7 8 9 0 ɗ ƙ {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 y x c v b n m , . ṣ {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 Ɓ C V B N M ; : Ṣ {shift}",
".com @ {space}",
],
},
};