We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795cda5 commit e7ee60aCopy full SHA for e7ee60a
README.md
@@ -21,7 +21,29 @@ Clone the repository and run:
21
To insert the module into the kernel, run:
22
<pre>$ sudo insmod kisni.ko</pre>
23
To view the pressed keys, run:
24
-<pre>$ sudo cat /sys/kernel/debug/kisni/keys</pre>
+<pre>$ sudo cat /sys/kernel/debug/kisni/keys
25
+m
26
+o
27
+d
28
+i
29
+n
30
+f
31
32
+
33
+k
34
35
+s
36
37
38
+_ENTER_
39
+_UP_
40
+.
41
+_TAB_
42
43
44
45
46
+_ENTER_</pre>
47
To unload the module (and clear the logs), run:
48
<pre>$ sudo rmmod kisni</pre>
49
0 commit comments