Skip to content

Commit e7ee60a

Browse files
committed
Example output added.
1 parent 795cda5 commit e7ee60a

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,29 @@ Clone the repository and run:
2121
To insert the module into the kernel, run:
2222
<pre>$ sudo insmod kisni.ko</pre>
2323
To view the pressed keys, run:
24-
<pre>$ sudo cat /sys/kernel/debug/kisni/keys</pre>
24+
<pre>$ sudo cat /sys/kernel/debug/kisni/keys
25+
m
26+
o
27+
d
28+
i
29+
n
30+
f
31+
o
32+
33+
k
34+
i
35+
s
36+
n
37+
i
38+
_ENTER_
39+
_UP_
40+
.
41+
_TAB_
42+
_TAB_
43+
k
44+
_TAB_
45+
_ENTER_
46+
_ENTER_</pre>
2547
To unload the module (and clear the logs), run:
2648
<pre>$ sudo rmmod kisni</pre>
2749

0 commit comments

Comments
 (0)