https://github.com/siongui/gopherjs-pali-virtual-keypad
Virtual Keyboard for Pāli input. Written in Go.
https://github.com/siongui/gopherjs-pali-virtual-keypad
frontend go gopherjs keyboard pali
Last synced: 22 days ago
JSON representation
Virtual Keyboard for Pāli input. Written in Go.
- Host: GitHub
- URL: https://github.com/siongui/gopherjs-pali-virtual-keypad
- Owner: siongui
- License: unlicense
- Created: 2017-01-31T00:02:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T01:32:25.000Z (about 8 years ago)
- Last Synced: 2025-02-10T00:51:12.489Z (3 months ago)
- Topics: frontend, go, gopherjs, keyboard, pali
- Language: Go
- Homepage: https://siongui.github.io/gopherjs-pali-virtual-keypad/
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
==============================
GopherJS_ Virtual Pāli_ Keypad
==============================Virtual Keypad/Keyboard for Pāli_ input. Written in GopherJS_.
Development Environment:
- `Ubuntu 16.10`_
- `Go 1.7.5`_
- Chromium_ Version 55.0.2883.87 Built on Ubuntu , running on Ubuntu 16.10 (64-bit)Install
+++++++.. code-block:: bash
$ go get -u github.com/siongui/gopherjs-pali-virtual-keypad
Example
+++++++See Demo_ first. The following is key point in the code.
HTML_:
.. code-block:: html
Go_:
.. code-block:: go
BindKeypad("userinput", "keypad")
See `example `_ directory for complete example.
UNLICENSE
+++++++++Released in public domain. See UNLICENSE_.
References
++++++++++.. [1] `GopherJS - A compiler from Go to JavaScript `_
(`GitHub `__,
`GopherJS Playground `_,
|godoc|).. [2] `golang initialize two dimensional array - Google search `_
`golang initialize two dimensional array - DuckDuckGo search `_
`golang initialize two dimensional array - Bing search `_
`golang initialize two dimensional array - Yahoo search `_
`golang initialize two dimensional array - Baidu search `_
`golang initialize two dimensional array - Yandex search `_
.. _Pāli: https://en.wikipedia.org/wiki/Pali
.. _Ubuntu 16.10: http://releases.ubuntu.com/16.10/
.. _Go 1.7.5: https://golang.org/dl/
.. _Chromium: https://www.chromium.org/
.. _HTML: https://www.google.com/search?q=HTML
.. _Go: https://golang.org/
.. _GopherJS: https://github.com/gopherjs/gopherjs
.. _Demo: https://siongui.github.io/gopherjs-pali-virtual-keypad/
.. _UNLICENSE: http://unlicense.org/.. |godoc| image:: https://godoc.org/github.com/gopherjs/gopherjs/js?status.png
:target: https://godoc.org/github.com/gopherjs/gopherjs/js