Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to count keystrokes with Computer keyboard

2025-01-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly introduces "how to use Computer keyboard to count keys". In daily operation, I believe many people have doubts about how to use Computer keyboard to count keys. Xiaobian consulted all kinds of data and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubts about "how to use Computer keyboard to count keys". Next, please follow the editor to study!

Problem description

We want to know which keys in the keyboard we use most. If we want to design a keyboard layout of our own, we always can't tell the WXZCV keys apart, and our fingers are not flexible enough on these keys. And we think our keystroke error rate is a little high.

Solution.

So we need to count our keystrokes, and we find the following keystroke logging tool:

Logkeys: https://github.com/kernc/logkeys # 04 Latest commit 0427dec on Nov 01Latest commit 27ac16f on Sep 20,20119 keyfreq: https://github.com/bagder/keyfreq # 04Latest commit 27ac16f on Sep 01 / Star 60 / Latest commit 27ac16f on Sep 17, 2014 keylog: https://github.com/SCOTPAUL/keylog # 04 Latest commit 27ac16f on Sep 01 / Star 22 / Latest commit 3b0533b on Sep 1, method 1, use the logkeys tool

We chose logkeys for keyboard recording. You can refer to the INSTALL file in the source directory for installation. The executable programs installed are:

Logkeys: keylogger main program file. Llk: used to start the logkeys daemon. Llkk: used to stop the logkeys daemon.

So start and pause can use the llk command and the llkk command directly. You can create a systemd unit file if necessary, and use these two commands directly in the unit file.

Keystroke records are stored in / var/log/logkeys.log

Existing problems

In Shell, content that is automatically completed with Tab cannot be displayed in the log. This is also normal, it is a flaw in the ointment, but this is not the reason for the software. Since we are doing keystroke recording statistics, not monitoring, this is not a very important issue.

At this point, the study on "how to use Computer keyboard to count keys" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report