Skip to content

Commit

Permalink
Example output added.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Oct 30, 2015
1 parent 795cda5 commit e7ee60a
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,29 @@ Clone the repository and run:
To insert the module into the kernel, run:
<pre>$ sudo insmod kisni.ko</pre>
To view the pressed keys, run:
<pre>$ sudo cat /sys/kernel/debug/kisni/keys</pre>
<pre>$ sudo cat /sys/kernel/debug/kisni/keys
m
o
d
i
n
f
o

k
i
s
n
i
_ENTER_
_UP_
.
_TAB_
_TAB_
k
_TAB_
_ENTER_
_ENTER_</pre>
To unload the module (and clear the logs), run:
<pre>$ sudo rmmod kisni</pre>

Expand Down

0 comments on commit e7ee60a

Please sign in to comment.