├── .project ├── README.md ├── erweima.png ├── index.html └── keyboard.js /.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | keyboard 4 | 5 | 6 | 7 | 8 | 9 | com.aptana.editor.php.aptanaPhpBuilder 10 | 11 | 12 | 13 | 14 | com.aptana.ide.core.unifiedBuilder 15 | 16 | 17 | 18 | 19 | 20 | com.aptana.projects.webnature 21 | com.aptana.editor.php.phpNature 22 | 23 | 24 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 模拟数字键盘 2 | ---- 3 | ``` 4 | 19 | ``` 20 | -------------------------------------------------------------------------------- /erweima.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vczero/keyboard/56e4bb74e9589a6db063ce2435ff86774b736995/erweima.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |