Logkeys: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
Zeile 2: Zeile 2:
 
*apt-get install logkeys
 
*apt-get install logkeys
 
=Download of german keymaps file=
 
=Download of german keymaps file=
[[Media:de-map.txt|de-map.txt]]
+
*wget https://www.xinux.net/images/6/68/De-map.txt -O de.map
 
+
=Start=
 +
*logkeys -s --keymap de.map -o key.log
 +
=Watch the Logfile=
 +
*tail -f key.log
 +
2016-08-19 12:52:30+0200 > vi test.txt
 +
2016-08-19 12:52:39+0200 > <LShft>Hallo <LShft>Welt
 +
2016-08-19 12:52:47+0200 > <LShft>Wir werden überwacht<BckSp>
  
 
=Links=
 
=Links=
 
*http://www.gtkdb.de/index_34_1195.html
 
*http://www.gtkdb.de/index_34_1195.html

Aktuelle Version vom 19. August 2016, 10:53 Uhr

Installation

  • apt-get install logkeys

Download of german keymaps file

Start

  • logkeys -s --keymap de.map -o key.log

Watch the Logfile

  • tail -f key.log
2016-08-19 12:52:30+0200 > vi test.txt
2016-08-19 12:52:39+0200 > <LShft>Hallo <LShft>Welt
2016-08-19 12:52:47+0200 > <LShft>Wir werden überwacht<BckSp>

Links