Virtual keyboard bookmarklets for the use on almost any web site.
- Universal keyboard
- Keyboard for Slavic studies
- Added Old Church Slavonic and Glagolitic keyboards (also incorporated to the universal keyboards)
- English keyboard with common diacritic characters for transliteration (ALA-LC, ISO, BGN/PCGN, British Standard)
- Keyboard for East European studies
- All keyboards from Slavic studies plus keyboards for languages used in Eastern Europe and CIS
Get the ready-to-use bookmarklets here
GreyWywern's Virtual Keyboard Interface improved and extended including a mobile version.
The quick and dirty method to embed one of the three keyboards "as is", is to add following lines to the <head>
section of your website:
Universial keyboard
<script src="https://pod-o-mart.github.io/keyboardBookmarklets/kb.js" type="text/javascript"></script>
<link href="https://pod-o-mart.github.io/keyboardBookmarklets/keyboard.css" rel="stylesheet" type="text/css" />
Slavonic studies keyboard
<script src="https://pod-o-mart.github.io/keyboardBookmarklets/kb-slav.js" type="text/javascript"></script>
<link href="https://pod-o-mart.github.io/keyboardBookmarklets/kb-slav.css" rel="stylesheet" type="text/css" />
East European studies keyboard
<script src="https://pod-o-mart.github.io/keyboardBookmarklets/keyboard-ees.js" type="text/javascript"></script>
<link href="https://pod-o-mart.github.io/keyboardBookmarklets/keyboard-ees.css" rel="stylesheet" type="text/css" />