Skip to content

Commit 97abf76

Browse files
committed
html version
1 parent 2960c10 commit 97abf76

File tree

9 files changed

+26427
-0
lines changed

9 files changed

+26427
-0
lines changed

kongres/index.html

Lines changed: 393 additions & 0 deletions
Large diffs are not rendered by default.

kongres/index_files/jawa-1.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kongres/index_files/kbdicon.gif

1.01 KB
Loading

kongres/index_files/keyboards.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Dynamic fonts */

kongres/index_files/keyboards.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
var debugKeyboards = [];
2+
(function() {
3+
var kmw=KeymanWeb;
4+
kmw.KRS({
5+
KN:"jawa",
6+
KI:"Keyboard_jawa",
7+
KL:"jawa",
8+
KLC:"en",
9+
KR:"Europe",
10+
KRC:"eu",
11+
KFont:{family:"Consolas"},
12+
KOskFont:{family:"Arial"},
13+
KF:"jawa-1.0.js"
14+
});
15+
debugKeyboards["jawa"] = {
16+
id:"jawa",
17+
version:"1.0"
18+
};})();

0 commit comments

Comments
 (0)