KTouch是一个学习和练习触摸打字的程序。 每个手指都在键盘上有相关的按键。 从只有几个键开始记住,您将通过不同的培训级别前进,其中引入了其他密钥。 由于您不再需要在键盘上搜索键,因此您可以快速准确地键入。
特性
- 带有数十种课程,涵盖多种语言和键盘布局
- 功能强大的课程和键盘布局编辑器,用于用户创建的培训材料
- 全面的培训统计数据,以跟踪和分析您的学习进度
KTouch是一个学习和练习触摸打字的程序。(KTouch is a program to learn and practice touch typing.)
KTouch是一个学习和练习触摸打字的程序。 每个手指都在键盘上有相关的按键。 从只有几个键开始记住,您将通过不同的培训级别前进,其中引入了其他密钥。 由于您不再需要在键盘上搜索键,因此您可以快速准确地键入。
名稱與所有者 | KDE/ktouch |
---|---|
主編程語言 | C++ |
編程語言 | CMake (語言數: 5) |
平台 | Linux, Mac |
許可證 |
創建於 | 2015-09-18 12:03:07 |
---|---|
推送於 | 2025-05-02 21:17:08 |
最后一次提交 | 2025-05-02 23:16:52 |
發布數 | 384 |
最新版本名稱 | v25.04.0 (發布於 2025-04-17 11:41:17) |
第一版名稱 | v3.0.0 (發布於 2002-03-26 00:55:37) |
星數 | 82 |
---|---|
關注者數 | 4 |
派生數 | 21 |
提交數 | 2.4k |
已啟用問題? | |
問題數 | 0 |
打開的問題數 | 0 |
拉請求數 | 0 |
打開的拉請求數 | 0 |
關閉的拉請求數 | 9 |
已啟用Wiki? | |
---|---|
已存檔? | |
是復刻? | |
已鎖定? | |
是鏡像? | |
是私有? |
KTouch is a program to learn and practice touch typing. Every finger
has its place on the keyboard with associated keys to press. Starting
with only a few keys to remember you will advance through different
training levels where additional keys are introduced. Because you no
longer need to search for the keys on the keyboard you will be able
to type quickly and accurately.
Jenkins CI Name | Master | Stable |
---|---|---|
OpenSuse Qt 5.14 | ||
FreeBSD Qt 5.14 |
In the top level directory there is a script called build-install-run
which can be used to configure, build, install and run KTouch in one
step. Execute:
./build-install-run
in the top-level directory of the KTouch repository to get started.
It is just simple wrapper arround CMake and set ups the necessary
environment variables to run KTouch. Build artifacts are stored in
the subdirectory build/
, install files go to install/
.
KTouch has the following build dependencies:
Collecting and installing all dependencies by hand can be a challenge.
Far easier is to use the dependency resolution of your package
manager. Usually they can be instructed to install all dependencies
automatically by using the information of the packaged version of
KTouch:
apt-get build-dep ktouch # Ubuntu, Debian, ...
zypper source-install --build-deps-only ktouch # openSUSE
If the build requirements are met, execute the following commands in
the root directory of your working copy to built and install KTouch:
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../install
make
make install
These commands install KTouch to the directory install
in the root of
your working copy. You can install KTouch to any directory of your
choice by passing a different path to -DCMAKE_INSTALL_PREFIX
.
At runtime KTouch needs the following additional software packages to be
installed:
KTouch needs the following environment variables to be set in order
to find all its installed resources:
export KDEDIRS=<full-path-to-install-dir>:$KDEDIRS
export XDG_DATA_DIRS=<full-path-to-install-dir>/share:$XDG_DATA_DIRS
After this, KTouch can finally be launched with:
<path-to-install-dir>/bin/ktouch