Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Popup virtual keyboard that allows international characters

I'm looking for a specific Javascript solution for an application we're working on. We actually used to have it, but we've lost it (facepalm). What happened was the following:

  1. Click keyboard image
  2. Virtual keyboard popped up allowing user to choose a bunch of international keys (such as umlauts for Germany, Cyrillic for Serbian, etc.)

I've done various searches on Google for "Javascript popup keyboard", "Javascript international keys keyboard", "Virtual javascript keyboard", etc. but have found no results. Then, I remembered MooTools and the amazing job they do and found a virtual keyboard that does something similar, but not exactly what we want.

http://mootools.net/forge/p/accentedkeyboard

Unfortunately, it only displays once the character 'a' is typed (and displays all variations with umlauts, strikes above, etc.) What we need is that virtual keyboard that displays once an image is clicked and shows ALL international characters.

like image 312
Minja Avatar asked Nov 14 '22 11:11

Minja


1 Answers

Google has on screen keyboard: https://www.google.com/inputtools/try/

like image 78
Maksym Kozlenko Avatar answered Nov 16 '22 02:11

Maksym Kozlenko