Skip to content

Commit

Permalink
moving to OneDeadKey
Browse files Browse the repository at this point in the history
  • Loading branch information
fabi1cazenave committed Feb 4, 2024
1 parent 9c4b0ba commit 96c513f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Online touch-typing tutor.
Live Version
--------------------------------------------------------------------------------

https://fabi1cazenave.github.io/webtypist/
https://OneDeadKey.github.io/webtypist/

Technically outdated (works with IE6!) but still working. It should be on par with [KTouch][1].


V2 Preview (work in progress)
--------------------------------------------------------------------------------

https://fabi1cazenave.github.io/webtypist/v2/
https://OneDeadKey.github.io/webtypist/v2/

This version is built on the [x-keyboard][3] component, which brings two new features:

Expand Down Expand Up @@ -54,8 +54,8 @@ This project reuses [KTouch][1]’s lessons and some [Klavaro][5] visuals.

[1]: https://edu.kde.org/ktouch/
[2]: https://edu.kde.org/ktouch/kde4/ktouch-lectures.php
[3]: https://github.com/fabi1cazenave/x-keyboard/
[4]: https://github.com/fabi1cazenave/kalamine/
[3]: https://github.com/OneDeadKey/x-keyboard/
[4]: https://github.com/OneDeadKey/kalamine/
[5]: https://sourceforge.net/projects/klavaro/
[6]: https://developer.mozilla.org/en-US/docs/Web/Web_Components
[7]: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script type="text/javascript" src="js/webtypist.js"></script>
</head>
<body>
<a href="https://github.com/fabi1cazenave/webtypist"
<a href="https://github.com/OneDeadKey/webtypist"
id="github"><span>Fork me on GitHub</span></a>

<div id="wrapper">
Expand Down
2 changes: 1 addition & 1 deletion v2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h1> Web Typist <small>v2</small> </h1>

<footer>
copyleft 2019 Kazé &amp; Léo
<a href="https://github.com/fabi1cazenave/webtypist">project page</a>
<a href="https://github.com/OneDeadKey/webtypist">project page</a>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion v2/webtypist.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const keylayoutBaseURL = 'https://fabi1cazenave.github.io/x-keyboard/layouts';
const keylayoutBaseURL = 'https://OneDeadKey.github.io/x-keyboard/layouts';


/******************************************************************************
Expand Down

0 comments on commit 96c513f

Please sign in to comment.