logkeys icon indicating copy to clipboard operation
logkeys copied to clipboard

Feature Request - Logkeys log to text utility

Open GoogleCodeExporter opened this issue 9 years ago • 1 comments

I like having logkeys provide me will all possible information, such as <Tab>, 
<BckSp>, etc., but sometimes I want to take this text and view it as the final 
text after things like backspaces are applied. It would be nice for logkeys to 
have some sort of option that would convert a logkeys log to readable text. For 
example, something like this

helll<BckSp>o

could be converted to

hello

by doing

logkeys --convert logfile outfile

Original issue reported on code.google.com by [email protected] on 13 Mar 2013 at 7:47

GoogleCodeExporter avatar Jul 25 '15 13:07 GoogleCodeExporter

@GoogleCodeExporter , The problem with this, is if the user switches window: imagine this

  • type helll
  • switch window
  • type <BckSp>o

What to display then?

rakotomandimby avatar Jun 18 '21 06:06 rakotomandimby